I love this syntax! Coming from languages like R and Julia this all looks and feels super natural, and the implementation of the pipe is perfect.
The pseudo OOP stuff with self in maps is also very clever.
I’ve tried building some data structures in Lua and got hung up on meta tables and such - the use of “self” and the fact that maps here stay in order is awesome.
I love this syntax! Coming from languages like R and Julia this all looks and feels super natural, and the implementation of the pipe is perfect.
The pseudo OOP stuff with self in maps is also very clever.
I’ve tried building some data structures in Lua and got hung up on meta tables and such - the use of “self” and the fact that maps here stay in order is awesome.
Makes me think of lightweight, dynamic rust.