What • Why • How • License • Attribution
Warning: Yolk is currently in development. Things may break at any time!
Yolk is a domain-specific language that transpiles to YOLOL.
Yolk specializes in working with numbers and arrays.
WIP
YOLOL doesn't support arrays, so each element must be a separate variable.
Yolk handles array expansion so that you don't have to.
``` // YOLOL v0=1 v1=2 v2=4 v3=8
// Yolk let v = [1, 2, 4, 8]; ```
WIP
WIP
MIT
Logo derived from: Egg by David from the Noun Project