Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

guru

< >

guru is a programming language created in 2009.

#3225on PLDB 15Years Old


Example from the web:
Inductive trie : Fun(A:type).type := trie_none : Fun(A:type).<trie A> | trie_exact : Fun(A:type)(s:string)(a:A).<trie A> | trie_next : Fun(A:type)(o:<option A>) (unique l:<charvec <trie A>>). <trie A>.

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io