Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

ulisp

< >

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

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

A version of the Lisp programming language for ATmega-based Arduino boards.


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 About Acknowledgements Extensions Day 625 feedback@pldb.io