Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

walt

< >

walt is an open source programming language created in 2017.

#355on PLDB 7Years Old
Download source code:
git clone https://github.com/ballercat/walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:


Example from the web:
export function fibonacci(n: i32): i32 { if (n <= 0) return 0; if (n == 1) return 1; return fibonacci(n - 1) + fibonacci(n - 2); }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io