Arc Forum
new
|
comments
|
leaders
|
submit
login
3 points
by
mpr
3138 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
3138 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`.
-----