Assorted syntactic sugar for Lisp
Go to file
~keith 174f6e5452
Initial commit
2024-05-29 10:28:38 -04:00
README.md Initial commit 2024-05-29 10:28:38 -04:00
superfluous-parentheses.el Initial commit 2024-05-29 10:28:38 -04:00
syrup.asd Initial commit 2024-05-29 10:28:38 -04:00
syrup.lisp Initial commit 2024-05-29 10:28:38 -04:00

README.md

syrup: assorted syntactic sugar for Lisp

Syrup is a simple package providing syntax enhancements to Common Lisp.

Right now it doesn't do much, but I'll add new features as I think of them.

  • #^sym to export a symbol inline
  • [] and {} can be used in place of normal parentheses