aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-infix/pkg-descr
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-06-19 20:53:47 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-06-19 20:53:47 +0000
commit8a42d39c2d421dc9a4e1956660483a20fc849f64 (patch)
treea94c5654ab930850aa9f5ba2ce8f62ee80419e03 /devel/cl-infix/pkg-descr
parent402789e57480c7e942b299796e548b4c5dc9f506 (diff)
downloadports-8a42d39c2d421dc9a4e1956660483a20fc849f64.tar.gz
ports-8a42d39c2d421dc9a4e1956660483a20fc849f64.zip
This is an implementation of an infix reader macro. It should run in any
valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1, MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in the traditional way (e.g., 1+2) when writing Lisp programs instead of using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a full replacement for the normal Lisp syntax. It is known to be compatible with CMUCL, CLISP, MCL, and SBCL. Written by Mark Kantrowitz, School of Computer Science, Carnegie Mellon University, March 1993. WWW: http://www.cliki.net/infix PR: ports/93223 Submitted by: Pedro F. Giffuni
Notes
Notes: svn path=/head/; revision=165805
Diffstat (limited to 'devel/cl-infix/pkg-descr')
-rw-r--r--devel/cl-infix/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/cl-infix/pkg-descr b/devel/cl-infix/pkg-descr
new file mode 100644
index 000000000000..3bebeab3d1f9
--- /dev/null
+++ b/devel/cl-infix/pkg-descr
@@ -0,0 +1,13 @@
+This is an implementation of an infix reader macro. It should run in any
+valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
+MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
+the traditional way (e.g., 1+2) when writing Lisp programs instead of
+using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a
+full replacement for the normal Lisp syntax.
+
+It is known to be compatible with CMUCL, CLISP, MCL, and SBCL.
+
+Written by Mark Kantrowitz, School of Computer Science,
+Carnegie Mellon University, March 1993.
+
+WWW: http://www.cliki.net/infix