Skip to content
/ martta Public

A Programming language with Scala inspired syntax and static typechecking

Notifications You must be signed in to change notification settings

luisvgs/martta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Martta

A Programming language with Scala inspired syntax and static typechecking.

Examples

If you are familiar with Scala or Rust, Martta should be quite familiar. Here's a small snippet of its syntax:

let baz: int = 20;
let foo: Int = |a| => { a + baz };

println(foo(10)) // 30

Build

Make sure you have rustc 1.66.0at least.

git clone https://github.com/luisvgs/martta.git && cd martta && cargo build

About

A Programming language with Scala inspired syntax and static typechecking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages