Chris Rathman writes: > > As for context, I've basically completed chapter #1 of my translation of > SICP into Oz, which can be found on Dominic Fox's CTM website at: > > > http://www.codepoetics.com/wiki/index.php?title=Topics:SICP_in_other_languages:Alice_ML > > I've a bit of ambition for SICP, in that I'd like to see how far I can > get with translating it into various PLs. I've the suspicion though > that Scheme's Quote mechanism will be hard in Oz. Is there a meta > capability in Oz to dynamically feed code that has local context > (something along the lines meta-stage programming)? >
You can invoke the compiler from Mozart applications: http://www.mozart-oz.org/documentation/compiler/node4.html#chapter.api I think that should be sufficient. k _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
