Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Allegro Common Lisp

< >

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

#1717on PLDB 38Years 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 · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io