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 @@ -33,6 +33,7 @@ This repo contains a list of languages that currently compile to or have their V
- [Never](#never)
- [Rego](#rego)</br>
- [TypeScript](#typescript)
- [Uxn](#uxn)
- [WebAssembly](#webassembly)
- [Zig](#zig)</br>

Expand Down Expand Up @@ -666,6 +667,13 @@ This repo contains a list of languages that currently compile to or have their V

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

### <a name="uxn"></a>Uxn<sup>[top⇈](#contents)</sup>
> Uxn is a small virtual machine specfication, designed for portability and stability.

* [Uxn.wasm](https://github.com/remko/uxn.wasm) - WebAssembly implementation of the Uxn virtual machine

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

### <a name="v"></a>V <sup>[top⇈](#contents)</sup>

> V is a statically typed compiled programming language designed for building maintainable software.
Expand Down