Tag
A tutorial on the Joy programming language, a functional language based on composition of functions and combinators, using postfix notation and stack-based execution.
An introduction to functional programming in the hica language, covering expressions, immutability, pure functions, closures, and higher-order functions like map, filter, and fold.