uLisp creator David Johnson-Davies posted an infinite precision artithmetic package for uLisp.

One of the aims of the package was to keep it simple and understandable, so users could extend it with additional functions.

http://www.ulisp.com/show?5ARJ

#uLisp #lisp

uLisp - Infinite precision arithmetic

I wonder if I could switch to something a bit more minimalist (and esoteric?) like #uLisp instead - another big yak to shave? Ideas?

And it's running uLisp — a REPL in your pocket!

http://lispnyc.org/ulisp
http://www.ulisp.com/

#Lisp #uLisp

I just found #ulisp this is so awesome. And i just fiddled around with the bluepill to see if my display works so now i'll do the same with #ulisp and after that back to #forth

Found uLisp compatible Arduino Mega 2560 board and a random < 80 chars per row LCD display while cleaning up the storage.

Docs:
- http://www.ulisp.com/show?1LGA
- https://docs.arduino.cc/learn/electronics/lcd-displays/?from=Tutorial.LiquidCrystal

#Emacs #Arduino #Mega2560 #uLisp #LCDdisplay #DIY #retrocomputing #LISP

@jbz I'm not a developer/coder/programmer.... I barely understand why Lisp is better / different than language X, but I can't help shake the feeling that we(humanity) missed an opportunity without more widespread Lisp usage.... and dedicated Lisp / Stack Machines. Just feels like we could do better than what we're doing now.....and how cool is the Symbolics hardware!
I'll have a crack at trying to learn some basic Lisp programming, via uLisp and a microcontroller. To my limited knowledge, this feels *like* having a Lisp machine, also pretty cool, so it's a hook to at least take a first step.
Edit - tags #lisp #ulisp

The PicoCalc uLisp Machine is a Clockwork Pi PicoCalc handheld computer that runs uLisp, a Lisp implementation for microcontrollers.

The Clockwork Pi PicoCalc features an RP2040/2350-based Raspberry Pi Pico or Pi Pico 2 board, and has a nice 320x320 4" colour IPS display and keyboard. uLisp provides a rich environment and tools.

http://www.ulisp.com/show?56ZO

#ulisp #lisp #rpi #rpipico #rp2040

uLisp - PicoCalc uLisp Machine

Video of my progress to make a clock out of a pinball score reel.

This is an Adafruit ESP32 Feather V2 running uLisp code to cycle four relays driving 24v to the reel solenoids.

The whole thing is wonderfully clacky and mechanical.

Next to do is wiring the zero switches on the reels back to the ESP32 so I know what number the reels are at.

#pinball #clocks #ulisp #electronics #esp32

Woohoo, got the uLisp PrimeBlink code running on my Adafruit ESP32 Feather V2. A bit of a fiddle, baud rates, Arduino IDE weirdness, but it lives!

Onwards and upwards, now to get it blinking using a LED connected to one of the IO ports.

And then get it switching relays.

#ulisp #lisp #esp32 #maker

@mdsumner I thought Arduino was basically all C unless you use something like #ulisp on top of it