HP Forums
uLisp (micro Lisp) badge computer - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: uLisp (micro Lisp) badge computer (/thread-12181.html)



uLisp (micro Lisp) badge computer - Luigi Vampa - 01-13-2019 09:06 PM

FYI

https://hackaday.com/2019/01/10/program-this-badge-in-lisp/


RE: uLisp (micro Lisp) badge computer - compsystems - 01-14-2019 01:20 PM

[Image: lispbadgehand.jpg]

[Image: lispbadgeplot3d.jpg]

The LISP looks like the prefix notation.

(3+4) * (5-6) returns -7 // infix operation (standard notation)
*(+(3,4),-(5,6)) prefix operation

Source: http://www.technoblogy.com/


RE: uLisp (micro Lisp) badge computer - xerxes - 01-14-2019 03:07 PM

[Image: ai-1000.jpg]

This is the japanese version of the PB-2000C with built-in LISP from 1988. I've asked a LISP-expert for his assessment of the AI-1000 LISP
and he told me with enthusiasm that it's a (MacLISP dialect (lexically scoped (tail-call optimized (lisp-1 (bytecode compiler))))).


RE: uLisp (micro Lisp) badge computer - Dan - 01-15-2019 08:06 AM

(01-14-2019 03:07 PM)xerxes Wrote:  [Image: ai-1000.jpg]

This is the japanese version of the PB-2000C with built-in LISP from 1988. I've asked a LISP-expert for his assessment of the AI-1000 LISP
and he told me with enthusiasm that it's a (MacLISP dialect (lexically scoped (tail-call optimized (lisp-1 (bytecode compiler))))).

Man they sure don't make them like they use to.