[Readable-discuss] math.slisp: A readable notation demo in Common Lisp
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: David A. W. <dwh...@dw...> - 2014-11-09 21:53:04
|
FYI, here's a new demo file for readable notations, using Common Lisp. It implements a basic math expression simplifier: http://sourceforge.net/p/readable/code/ci/develop/tree/math.slisp Suggestions (or patches) welcome. To my knowledge the Common Lisp reader works on all Common Lisp implementations as-is, though it's been tested more on clisp and sbcl. --- David A. Wheeler |