Geo
Geo programming language based on https://interpreterbook.com/
Install / Use
/learn @geovanisouza92/GeoREADME
geo
Interpreted programming language based on https://interpreterbook.com/.
Special features:
- All functions are curried;
- Scopes lives on blocks, no name clashes;
- Pipe operator: the result of one expression becomes the last argument on a subsequent function call expression;
- Unicode support;
