Skip to content
Open
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ This repo contains a list of languages that currently compile to or have their V
- [Haskell](#haskell)
- [Julia](#julia)
- [Kou](#kou)
- [Lateralus](#lateralus)
- [MoonBit](#moonbit)
- [Nerd](#nerd)
- [Nim](#nim)
Expand Down Expand Up @@ -453,6 +454,13 @@ This repo contains a list of languages that currently compile to or have their V

--------------------

### <a name="lateralus"></a>Lateralus <sup>[top⇈](#contents)</sup>
> Lateralus is a pipeline-native programming language with pattern matching, algebraic data types, type inference, and borrow checking. Compiles to C, LLVM, and WebAssembly.

* [Lateralus](https://github.com/bad-antics/lateralus-lang) - main repository.

--------------------

### <a name="lys"></a>Lys <sup>[top⇈](#contents)</sup>
> Lys is a typed functional language that compiles directly to WebAssembly.

Expand Down