ML-family programming language that you can write code smoothly
The architecture is spliting between language core and user-interface for build any platform.
- .lade: Build scripts of the Lade package manager
- core: Core units of language interpreter and type system
- docs: Homepage that will be deployed on the GitHub Pages
- example: Collection of example programs such as FizzBuzz
- repl: User-interface that's calling core with CLI function
- wasm: WebAssembly binding for be used from JavaScript