Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

dedukti

< >

dedukti is a programming language created in 2009.

#873on 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 ✓
(; This is a comment ;)
Semantic Indentation X

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll