On 6/22/2011 4:21 PM, Dave McGuire wrote:
On 6/22/11 7:05 PM, Josh Dersch wrote:
(If anyone wants the code, I can send it your way...)
Neat!! Hey, I'd love to hack around with that. I have an SX; will
it be ok on there?
-Dave
Sure, it's up at
http://yahozna.dyndns.org/scratch/hplisp now. Just
grabbed it off of my HP-50G, I don't believe it uses anything specific
to any particular HP-4x series (as far as I know, it should work on the
28 as well if you find yourself with time enough to type it in manually).
'EVALUATE' is the main entrypoint, pass it a list representing a lisp
program. DEFUN, IF (named IFF so it doesn't collide with the RPN 'IF'),
LET, LOOP (a very tiny subset), SET, and QUOTE (QUO for brevity's sake)
are intrinsic.
Josh