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

Tao

< >

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

#1033on PLDB 5Years Old
Download source code:
git clone https://github.com/zesterer/tao
HomepageSource 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 Add Prompt Issues About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v170.1.0