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.

#1334on PLDB 8Years Old
Download source code:
git clone https://github.com/technoblogy/ulisp
Homepage · Source 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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0