https://github.com/hfoffani/hypolambda
A very compact functional programming language for .NET.
https://github.com/hfoffani/hypolambda
Last synced: about 2 months ago
JSON representation
A very compact functional programming language for .NET.
- Host: GitHub
- URL: https://github.com/hfoffani/hypolambda
- Owner: hfoffani
- License: apache-2.0
- Created: 2015-11-14T16:51:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T15:38:33.000Z (over 6 years ago)
- Last Synced: 2025-12-08T18:42:05.329Z (3 months ago)
- Language: C#
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
Awesome Lists containing this project
- awesome-programming-languages - HypoLambda - A very compact functional programming language for .NET. Its syntax is based on Python, but whitespaces are ignored. Everything is an expression. The language runtime is embeddable, its AST is accessible, and it compiles to portable pcode. There's a REPL you can play with, and the project includes lots of unit tests. (Uncategorized / Uncategorized)