Questions Columns Rows
GitHub icon

Allegro Common Lisp

Allegro Common Lisp - Programming language

< >

Allegro Common Lisp is a programming language created in 1986 by John Foderaro.

#2386on PLDB 37Years Old


Example from the web:
(defun foo (x) (loop for y in-sequence x collect (1+ y))) (foo '(1 2 3)) => (2 3 4) (foo #(1 2 3)) => (2 3 4)

Language features

Feature Supported Token Example
Lispy ✓

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Stats · Sponsor · Traffic · Traffic Today · Day 277 · feedback@pldb.com · Logout