New Tachy Version Available
A new release of Tachy is now available. This release includes the following changes:
- Separated the Tachy interpreter into a DLL to make it more easy to embed
- Visual Studio.Net 2003 project now included
- Let, letrec, and, or, cond special forms now supported
- Added preliminary macro system (for example of use see implementation of above special forms in init.ss)
- Define special form now supports creation of functions without explicit lambda (a form used extensively in SICP)
- Many more standard R5RS library functions now available