Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

walt

walt - Programming language

< >

walt is a programming language created in 2017.

#727on PLDB 6Years Old 5.0kUsers
0Books 0Papers

Walt is a JavaScript-like syntax for WebAssembly text format


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); }
http-2.html 路 walt.html 路 tap-code.html

View source

- Build the next great programming language Search Day 213 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com