Measures Concepts
GitHub icon

Tao

Tao - Programming language

< >

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

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

A statically-typed functional language with polymorphism, typeclasses, sum types, pattern-matching, first-class functions, currying, good diagnostics, and much more!


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

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout