Arc Forumnew | comments | leaders | submitlogin
5 points by kens 5851 days ago | link | parent

Would it be worth implementing 'def directly? This would give a lot more functionality right away. This could be temporary until macros are implemented.


1 point by almkglor 5851 days ago | link

Possibly. There's a bunch of "macro" transformations in xe.arc, possibly I'm just a bit too lazy to think. However I don't like depending on those transforms, I want to do it "properly"

-----

1 point by sacado 5850 days ago | link

I think that's what I'm going to do, until macros are implemented : make 'def a special form, automatically transformed into (set foo (fn...

-----