Lisp UPN calculator
  • Common Lisp 98.4%
  • Shell 1.6%
Find a file
2018-06-28 15:54:45 +02:00
.gitignore Merge branch 'master' of git.w21.org:luc 2011-04-21 13:30:22 +02:00
lisp.clisp remove residual strangenesses from Clisp lisp script start script 2014-02-10 09:52:46 +01:00
lisp.sbcl "lisp" start scripts for Clisp and SBCL to factor out system dependency 2014-02-10 09:44:27 +01:00
luc.lisp print newlines in state file; otherwise, it get ugly quick with SBCL 2015-04-29 16:26:58 +02:00
README README addition 2018-06-28 15:54:45 +02:00

This is a command-line RPN calculator program implemented in Common Lisp.

luc's biggest advantage is the use of Common Lisp's native number types,
e.g. bignums. Type "69 fac" to see what I mean.

Type "help" to get a very short introduction, "functions" to get a list
of the supported functions, and "'fun desc" to get a description of the
function "fun".

Despite its power, I have more or less abandoned luc in favour of
its derivative "lic" that comes with my Lisp interpreter "lingo"
(see https://git.w21.org/lisp/lingo/blob/master/l/lic).