• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From ulisp.com

Emacs for programming

0 1

On my Linux Mint 22 system with Emacs 29.3 I set up the above Lisp code as indicated. Connecting to uLisp and using it works, but in the Emacs buffer a ^M is appended to the end of every uLisp output line like this: How can I get rid of the extra ^M?

on Mon, 12PM

From ulisp.com

The LispBox - self-contained Lisp computer with Teensy 4.1

0 0

Introducing the LispBox: This is my version of the ultimate self-contained uLisp computer. No rocket science, though: Just the incredibly capable Teensy 4.1 running a modified version of the uLisp T-Deck firmware together with an 800x480 screen controlled by an RA8875 driver board. The...

on Dec 1

From ulisp.com

Cardputer uLisp Machine

0 0

The Cardputer uLisp Machine is a handheld Lisp computer based on an M5Stack Cardputer Kit: The M5Stack Cardputer is a card-sized portable computer based on the ESP32-S3, available for about £30/$30. It has a 240x135 colour TFT display that gives a scrolling display of up to 16 lines of 40...

on Nov 30

From ulisp.com

PDP-8 LISP in SimH

0 0

“For the record” - how to run LISP-8 on SimH/PDP-8: Get this: http://svn.so-much-stuff.com/svn/trunk/pdp8/src/decus/8-102a/decus-8-102a-pb Then run: pdp8 PDP-8 simulator V4.0-0 Current git commit id: c30c88c2 sim> load decus-8-102a-pb sim> g 3000 PLUS (1 2 3 4) 10 From what I tried, the...

on Dec 29