Another release of refactoring, this time I improve recursion depth.
I added more looping primitives: for, do.while, while, do.until, until, forever.
This release also introduces list processing (primitives: apply, foreach, map, filter, find, crossmap). To support these primitives, lambdas and anonymous procedures to the interpreter.
For example, to calculate the distance between two points in any number of dimensions, we can use map and apply together with lambda expressions:
Blair, I have no Logo experience. In the manual’s intro it says “We are assuming that you have had some experience with Logo” Where can I get up to speed?….thx….Brian
This release has many memory and recursion improvements that improves stability. WiFi and networking support is available for the Pico 2W (and compatible devices).