Finally, it would eventually be nice to use 'match' against R6RS
records. PLTs matcher supports records. Not sure if there's any pattern matcher for R6RS which does. As a workaround, I could probably do something kludgly like (record->list ...) and match against that.


Hi Ed

Here is simple version I did. It can probably made a lot faster/better, but it worked for what I needed.

https://ironscheme.svn.codeplex.com/svn/IronScheme/IronScheme.Console/ironscheme/record-case.ss

Cheers

leppie

Reply via email to