Assorted syntactic sugar for Lisp
Go to file
~keith 0981a1131a
Control flow macros
2024-06-13 18:50:15 -04:00
README.md Improve in-file symbol exports 2024-06-12 17:37:57 -04:00
control-flow.lisp Control flow macros 2024-06-13 18:50:15 -04:00
exports.lisp Control flow macros 2024-06-13 18:50:15 -04:00
superfluous-parentheses.el Initial commit 2024-05-29 10:28:38 -04:00
syrup.asd Control flow macros 2024-06-13 18:50:15 -04:00
syrup.lisp Control flow macros 2024-06-13 18:50:15 -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
    • Multi-file projects using this syntax should probably also use (syrup:defpackage*)
  • [] and {} can be used in place of normal parentheses