Arc Forumnew | comments | leaders | submitlogin
1 point by shader 5526 days ago | link | parent

What do you suggest we do about all of the foundation functions? Most are defined in scheme using xdef, some using set (def and mac). I could add hooks to those (especially xdef) but I don't know how well that would work.

Hard coding it probably isn't a good idea; the source would get out of date, and be hard to maintain. Besides, it violates the DRY principle.

Ideas?