Arc Forumnew | comments | leaders | submitlogin
3 points by mpr 2900 days ago | link | parent

Hey, could you expand on what we might do to hack local macros into arc? I'm really keen on writing macrolet


2 points by rocketnia 2900 days ago | link

It would take a bit of refactoring: Changing the `env` list to a table, adding it as a parameter of `ac-macro?` (which should now look things up from that table first), and finally adding an `env` parameter to Arc's `eval`.

-----