Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Tao

< >

Tao is a programming language created in 2020 by Joshua Barretto.

Source code:
git clone https://github.com/zesterer/tao
#1457on PLDB 4Years Old

A statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebraic effects, associated types, good diagnostics, etc.


Example from the web:
fn factorial = | 0 => 1 \ y ~ x + 1 => y * factorial(x)

View source

- Build the next great programming language About Acknowledgements Extensions Day 624 feedback@pldb.io