Measures Concepts
GitHub icon

ulisp

ulisp - Programming language

< >

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

Source code:
git clone https://github.com/technoblogy/ulisp
#1398on PLDB 8Years Old

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)))

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout