Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Tao

< >

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

#1167on PLDB 4Years Old
Download source code:
git clone https://github.com/zesterer/tao
Source Code

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)

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0