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

Improve Coalton <-> Lisp bridge #5

Open stylewarning opened 5 years ago

stylewarning commented 5 years ago

COALTON-USER isn't a very nice package to use. Make it easy to write Coalton inside of Lisp without 100s of package qualifiers.

This will require answering the question "Can one use COMMON-LISP symbols for Coalton-defined functions?" The current answer is "no" since we define symbol macros/global static vars with those names.