HP Forums

Full Version: uLisp (micro Lisp) badge computer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[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/
[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))))).
(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.
Reference URL's