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

dedukti

< >

dedukti is a programming language created in 2009.

#890on PLDB 15Years Old
Download source code:
git clone https://github.com/Deducteam/Dedukti
Homepage · Source Code

Implementation of the λΠ-calculus modulo rewriting


Example from the web:
Nat: Type. zero: Nat. succ: Nat -> Nat. def plus: Nat -> Nat -> Nat. [ n ] plus zero n --> n [ n ] plus n zero --> n [ n, m ] plus (succ n) m --> succ (plus n m) [ n, m ] plus n (succ m) --> succ (plus n m).

Language features

Feature Supported Example Token
MultiLine Comments ✓ (; A comment ;) (; ;)
Comments ✓ (; A comment ;)
Semantic Indentation X

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

Built with Scroll v144.0.0