quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
411 stars 47 forks source link

Please add Allioli #2401

Open Hectarea1996 opened 3 months ago

Hectarea1996 commented 3 months ago

Allioli is a tiny project for make easier the creation of short lambdas. For example:

(lambda (x y) (list x 3 y)) can be rewritten as #¿(list ? 3 ?).

Source: https://github.com/Hectarea1996/allioli