@maxc Uxntal is already tacit PF, so not only you don't need to write parameter names in a function, you can now be even more lazy and skip naming it altogether. Here's a nice little primer to Joy.
https://wiki.xxiivv.com/docs/joy_combinators.html
Top-level
@maxc Uxntal is already tacit PF, so not only you don't need to write parameter names in a function, you can now be even more lazy and skip naming it altogether. Here's a nice little primer to Joy. 2 comments
@maxc @neauoire the tutorial (https://hypercubed.github.io/joy/html/j01tut.html) also seems helpful! this is a very interesting rabbit hole :> |
@neauoire for those following along I basically found https://hypercubed.github.io/joy/html/forth-joy.html and it was very readable. Haven't dug into devine's resources yet :)