welcome to the li-jie(la-ji) language's source page
- functional
- first-class tuple
- strict static typed
- antlr
- llvm
- go
grammer inspired by haskell and python (later I found it similar to rust)
type IntFloat struct{
i : int
f : float
}
fn max(x:int, y:int)->int{
if (x>y) then x else y
}