From: Eitan M. <ei...@CS...> - 2002-07-03 19:32:08
|
Hi, I'm trying to write a scripting language in jscheme and I am making heavy use of the macro facilities. Norvig writes on his (outdated) Jscheme page: Dorai Sitaram (ds...@gt...) kindly contributed a R5RS compliant macro-by-example implementation that works in Jscheme and provides the following link: http://www.norvig.com/jscheme/mbe.scm The mbe library ALMOST works with the current version of jscheme. Unfortunatly it fails when using ellipsis. I was wondering if you could suggest any changes (either to the mbe package or to the jscheme engine) to regain this functionality. Thank you, Eitan ei...@cs... |