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).
I just wanted to say thanks for developing Picologo. I have been using it quite a bit these last two weeks in my spare time. I especially like the editor. When I had my TI-99/4a in the eighties I really wanted to try out TI Logo, so it’s great to be able to play with Logo on my PicoCalc. I have found the guide a great help too.