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.

#1857on PLDB 38Years Old
HomepageWikipediaRelease NotesDocs


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 About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0