stylewarning / deprecated-coalton-prototype

Coalton is (supposed to be) a dialect of ML embedded in Common Lisp.
MIT License
208 stars 7 forks source link

have a separate DEFINE-MACRO within Coalton #18

Open stylewarning opened 4 years ago

stylewarning commented 4 years ago

Defining a macro with DEFMACRO is a simple solution, but it also conflates Coalton code with Lisp code a bit too much. We should probably have a define-macro form specifically for Coalton.