syrup/README.md

378 B

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