My favorites | Sign in
Google
Projects on Google Code Results 1 - 3 of 3
Source code for the Guru programming language is here. Version 1.0 is under active development, particularly the compiler to C. The type/proof-checker is quite stable, though. So if you are using the book ([http://guru-lang.googlecode.com/svn/branches/1.0/doc/book.pdf Verified Programming in Gu...
This scala project is a general framework for applied proof theory. * 24/11/2009 - Milestone 1 was reached: # Language support for Typed Lambda Calculus, Higher and First order logics. # Language Algorithms - Beta reduction, substitution and replacement. # Sequent Calculus. ...
1. What is Qi? A language implemented in Common Lisp that generates efficient type secure Lisp programs which you can run on any machine. 2. What advantages does writing in Qi have over writing in Lisp? Quite a few. 1. Qi uses pattern-matching instead of forcing you to write in CARs a...