-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why #1
Comments
because why not? |
There isn't enough pain in this world. |
WHY?? I switched to python to avoid dealing with pointers. |
from pointers import to_ptr
to_ptr(19) <<= 21
print(9 + 10) # 21 |
I'm sure there's some kind of regulatory agency for programmers, and as soon as I figure out what it is I'm going to report you to it. |
I understand why now. |
Tip: I note with approval you have avoided doing “ |
my ide was saying that doing |
It’s not illegal, but minimizing namespace pollution is a good idea. |
The world cannot be at peace!! Hence we have pointers😂😂 |
Someone wrote a medium article describing how great this package is for writing faster code 😟. I'm sure this is being used in production somewhere. |
havent tried any benchmarks, but i doubt that this makes things any faster (other than c bindings, but that still has a lot of abstraction going on) |
Could this be used to implement linked lists? |
you can implement linked lists just fine without this |
Would you do this
The text was updated successfully, but these errors were encountered: