Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Allegro Common Lisp

< >

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

#1866on PLDB 38Years Old
Homepage · Wikipedia · Release Notes · Docs


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)

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0