TyOverby / ares

A Lisp made for easy integration with Rust.
9 stars 1 forks source link

Macros #20

Closed TyOverby closed 9 years ago

TyOverby commented 9 years ago

I think macros would be really cool, and implementing them through ast_fns shouldn't be too dificult. We might want to hold off one macros until we have symbol interning though.

bwo commented 9 years ago

I would be happy to work on this but fyi I haven't been able to get as much done lately b/c my day job is demanding more time. Hopefully can do more on the weekend though.

bwo commented 9 years ago

knocked out a none-too-elegant quasiquotation impl; https://github.com/TyOverby/ares/tree/feat/quasiquotation

bwo commented 9 years ago

opened a pr

TyOverby commented 9 years ago

:tada: