A version of the Lisp programming language for BL602 RISC-V boards.
Read the article...
uLisp was ported to BL602 from ESP32 Arduino...
https://github.com/technoblogy/ulisp-esp
BL602 uLisp Firmware sdk_app_ulisp
is located here...
https://github.com/lupyuen/bl_iot_sdk/tree/ulisp/customer_app/sdk_app_ulisp
For more information about uLisp...
http://www.ulisp.com/show?21T5
What if we...
-
Compile the uLisp Interpreter to WebAssembly...
-
Use the WebAssembly version of uLisp to simulate BL602 in a Web Browser...
(Including GPIO, I2C, SPI, Display Controller, Touch Controller, LoRaWAN... Similar to this)
-
Integrate the BL602 Emulator with Blockly...
-
To allow embedded developers to preview their BL602 Blockly Apps in the Web Browser?
Let's try this out here with the wasm
branch of ulisp-bl602