[racket] syntax, differently

From: Eduardo Cavazos (wayo.cavazos at gmail.com)
Date: Wed Aug 18 03:41:02 EDT 2010

Mathew Kurian:

> However, in the case of universe/world teachpacks, where the use of
> states is a vital component, a set of code can get very long,
> especially if the program is very complex and contains multiple
> structures (in some cases structures inside structures inside
> structures) within the states.

I agree with the critique of lengthy expressions involving nested 
records (structs).

Here's how I deal with it:

     http://gist.github.com/364754

The particular solution is for R6RS but PLT has the necessary mechanisms 
for it.

Ed


Posted on the users mailing list.