PINE64
Article: uLisp and Blockly on PineCone BL602 RISC-V Board - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=74)
+--- Thread: Article: uLisp and Blockly on PineCone BL602 RISC-V Board (/showthread.php?tid=13901)



Article: uLisp and Blockly on PineCone BL602 RISC-V Board - lupyuen - 05-14-2021

Here's how we port the uLisp Interpreter to PineCone BL602... And write graphical programs with Blockly (Scratch)

uLisp and Blockly on PineCone BL602 RISC-V Board


RE: Article: uLisp and Blockly on PineCone BL602 RISC-V Board - tllim - 05-19-2021

(05-14-2021, 06:33 AM)lupyuen Wrote: Here's how we port the uLisp Interpreter to PineCone BL602... And write graphical programs with Blockly (Scratch)

uLisp and Blockly on PineCone BL602 RISC-V Board

Awesome, this is an upcoming PineDio  BL-604 based LoRa device can utilize your uLisp and Blockly implementation.


Article: uLisp and Blockly on PineCone BL602 RISC-V Board - lupyuen - 05-19-2021

Yep that would be awesome! I'm now working on a BL602 Simulator with uLisp, Blockly and WebAssembly, hope we can simulate the PineDio functions too.

Check this Twitter thread for updates...

https://twitter.com/MisterTechBlog/status/1393554618924212224?s=19[Image: 26a7df22b5546e635465e3a1f291b118.jpg]

Sent from my Pixel 4 XL using Tapatalk


RE: Article: uLisp and Blockly on PineCone BL602 RISC-V Board - nimblemotors - 05-21-2021

Sweet, given I've implemented numerous lisp systems, including multiprocessor dialect of Common Lisp,
i am fascinated that someone has got a lisp running on minimal processor.
Can this boot on a Pine 64+, can I recompile it with my own implementation extensions?
Thanks, Jack