Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
jsgrahamus
3131 days ago |
link
|
parent
How did you know that (n-of) was a function? Where is there a list of all the functions in arc?
1 point
by
akkartik
3131 days ago |
link
Discoverability is a perennial issue. Arc 3.1 is pretty comprehensively documented at
https://arclanguage.github.io/ref
(even if it's a lot to read).
n-of
is in the page on list operations:
http://arclanguage.github.io/ref/list.html
Unfortunately changes to Arc 3.1 in Anarki are harder to find; nobody's gotten around to building a copy of Ken Shirriff's reference for Anarki. One good place to the first order is the
https://github.com/arclanguage/anarki/tree/master/CHANGES
directory on Github.
-----