Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : hypolambda

A small 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 accesible and it compiles to portable pcode. There's an REPL you can play with and the project includes lots of unit tests. Example of factorial: f = lambda x: (x*f(x-1)) if x > 1 else 1; f(4) returns 24.0 See details, examples and instructions in the project site.

Registry - Homepage - JSON
purl: pkg:nuget/hypolambda
Keywords: functional, programming, lambda, language
License: Apache-2.0
Latest release: over 8 years ago
First release: over 8 years ago
Downloads: 7,990 total
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 17 days ago

    Loading...
    Readme
    Loading...