Of releasing BooBoo 3. Normal builtins vs expression ops is fairly straightforward to convert.
Redoing all the examples is the hardest part
Comments
3 responses to “Redoing all the examples is the hardest part”
-
It’s almost done (sans examples.) It’s just a matter of turning a reference to a parameter (or more than one) to a Variable of the appropriate type and returning it (and creating a vector of Variables to return for multiple return values).
-
I’m removing joy_poll in favour of joy_get_button/joy_get_axis. I’ve also removed the bitwise builtins in favour of expression ops.
-
vector/map_get/set are also removed, you can do the same with [].

Leave a Reply to tremblin Cancel reply