aaron ryan
aaron ryan
I agree, I think `_builtin.h` being included by default would simplify things a lot. I can't think of many useful programs that won't use multiplication in some form.
Things that may not work out: - Simple string printing: This would require a complete modification of Cubically's syntax, how it's parsed, etc.
Things that are already finished: - Easier looping behavior: I think all the bugs are out of this. - Comments: A bit hacked together but they work perfectly.
Things that need work: - 26 variables: For these to be very useful I'll need to either add the second notepad, which I am very hesitant to do, or allow...
What's the issue? (If you remember, I was inactive)
You need to run the script with Python 2, not 3. Change the first line of the script from this: #!/usr/bin/env python To this: #!/usr/bin/env python2
_Hell_ no. This is a terrible idea.