Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ That’s closer to:
* metacircular compilation
* extensible language semantics

Where Rust remains massively ahead
Important reality check:
Rust still dominates in:
* tooling
* stability
* ecosystem
* compiler maturity
* verification
* debugging
* concurrency libraries
* production readiness
* safety validation
* community scale

Lambda Mountain is still highly experimental.

λ☶ (pronounced Lambda Mountain) is a typed macro assembler that provides a relatively clean implementation of **System F<: with Specialization**.

* [TUTORIAL](https://github.com/andrew-johnson-4/LSTS/wiki)
Expand Down
Loading