Y
Hacker News
new
|
ask
|
show
|
jobs
by
sweetsocks21
1835 days ago
Would it be possible to implement the "recrusive combinators" like linrec, and binrec, from Joy in the language itself? I think Joy provides it as part of the implementation.
1 comments
Skinney
1834 days ago
I think so. I don't have much experience with Joy, but `if` is defined as a regular function in Stabel's stdlib.
link