How to Install cl-iterate in Ubuntu 18.04



Install cl-iterate by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-iterate

Description:

Jonathan Amsterdam's Common Lisp iterator/gatherer/accumulator facility

iterate is an iteration construct for Common Lisp. It is similar to the CL:LOOP macro, with these distinguishing marks: . it is extensible, it helps editors like Emacs indent iterate forms by having a more lisp-like syntax, and it isn't part of the ANSI standard for Common Lisp (which is sometimes a bad thing and sometimes good).

Homepage: http://common-lisp.net/project/iterate/

Version: 20160825-1

Section: universe/lisp