To properly test out the power and potential of Allegro CL, please download the Free Express Edition, available on Linux, Windows, FreeBSD, and MacOSX. Click here for your copy. You can also contact [email protected] for an Evaluation Version if you wish to evaluate Allegro CL for commercial purposes.
Lisp is great for calculations and analyses of text. Give these simple applications a try:
Example 1:
(+ 1 2) -> 3 (* 17 (/ 4.0 2)) -> 34.0
Example 2:
(setq mystring "the quick brown fox jumped over the lazy dog") (count #\e mystring) -> 4 (count #\o mystring) -> 5 (count-if 'alphanumericp mystring) -> 36 (length mystring) -> 44
The PDF file Basic Lisp Techniques provides an introduction to the Common Lisp language.
A list of other books, Lisp-oriented web sites and tutorials can be found here
Copyright © 2023 Franz Inc., All Rights Reserved | Privacy Statement |