Geisha Save

A naive θ..θ programming language

Project README

Geisha

Just a toy A strict language with ML-like HM type system.

Hello World

def helloWorld = () -> {
  let hello = "hello world!"
    in printLn(hello)
}

def main = () -> helloWorld()

References

Schedule

  • Parser

  • Type inference

  • LLVM IR generation

LICENSE

WTFPL

Open Source Agenda is not affiliated with "Geisha" Project. README Source: geisha-lang/Geisha
Stars
27
Open Issues
0
Last Commit
5 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating