Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.01 KB

Project logo

Pure Programming Language

A powerful functional and imperative programming language.


fun main() {
  let name = "World"
  print("Hello " + name)
}

Status GitHub Issues GitHub Pull Requests License

Modern features

  • Statically typed for safe and clean programming
  • Functional features for efficient programming
  • Imperative features for easy prototyping and scripting
  • Easy syntax for easy learning
  • And much more...