Arc Forumnew | comments | leaders | submitlogin
3 points by akkartik 3091 days ago | link | parent

Yeah, I had to change the implementation of templates several years ago to fix a bug: http://arclanguage.org/item?id=15664. There was no way to fix this without moving away from pure tables.

There's now a corresponding function called temlist: https://github.com/arclanguage/anarki/blob/7ae9fbc782/lib/te.... Does that work for you?

In general, the place to look for incompatible changes in anarki is the CHANGES directory, e.g. https://github.com/arclanguage/anarki/blob/80278a4002/CHANGE.... In this case you might need to jump to 3 different locations to make sense of things :/ Let me know if you still have questions, and that'll help me improve the documentation.



2 points by bugger 3090 days ago | link

This should work. I see temstore now. Is there a parallel version of https://arclanguage.github.io/ref/template.html ?

Thanks!

-----

1 point by akkartik 3090 days ago | link

Sorry, there isn't :/ I'd love to have an anarki version of the arc reference, but for now there's only online help. Though you might need to look at tem.arc to know what to ask for help on.. :/

-----