Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

ulisp

< >

ulisp is a programming language created in 2016 by David Johnson-Davies.

#1320on PLDB 8Years Old
Download source code:
git clone https://github.com/technoblogy/ulisp
HomepageSource Code

uLisp庐 is a version of the Lisp programming language specifically designed to run on microcontrollers with a limited amount of RAM.


Example from the web:
(defun b (x) (pinmode 13 t) (digitalwrite 13 x) (delay 500) (b (not x)))
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll