Prune devel/py-EnthoughtBase
[dports.git] / devel / cl-infix / pkg-descr
1 This is an implementation of an infix reader macro. It should run in any
2 valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
3 MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
4 the traditional way (e.g., 1+2) when writing Lisp programs instead of
5 using the normal Lisp syntax (e.g., (+ 1 2)).  It is not intended to be a
6 full replacement for the normal Lisp syntax.
7
8 It is known to be compatible with CMUCL, CLISP, MCL, and SBCL.
9
10 Written by Mark Kantrowitz, School of Computer Science,
11 Carnegie Mellon University, March 1993.
12
13 WWW: http://www.cliki.net/infix