Search found 2 matches

by Will Donnelly
Sat Aug 30, 2008 2:38 pm
Forum: Scheme
Topic: Determining Scheme Implementation
Replies: 1
Views: 7047

Determining Scheme Implementation

I'm trying to implement a simple set of tools that I can use for to make my life easier when coding in Scheme. So far I have a 19 line module/object system and am writing a little unit test system. Unfortunately, after that I want to try to make a cross-implementation library that I can use for some...
by Will Donnelly
Sat Aug 30, 2008 2:30 pm
Forum: Scheme
Topic: Scheme macro tutorials?
Replies: 1
Views: 9685

Re: Scheme macro tutorials?

I just found myself needing scheme macros for the first time a couple of days ago. I rather like http://www.cs.utah.edu/classes/cs6520-mflatt/s04/macro-tutorial.pdf (Warning: PDF) It's obviously meant to be used as a set of slides for a presentation, but the examples given are clear and concise, and...