Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 561 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 561 Bytes

MLtalk

ML-family programming language that you can write code smoothly

List of directories

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