Redoing all the examples is the hardest part

Of releasing BooBoo 3. Normal builtins vs expression ops is fairly straightforward to convert.

Comments

3 responses to “Redoing all the examples is the hardest part”

  1. tremblin Avatar
    tremblin

    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).

  2. tremblin Avatar
    tremblin

    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.

  3. tremblin Avatar
    tremblin

    vector/map_get/set are also removed, you can do the same with [].

Leave a Reply

Your email address will not be published. Required fields are marked *