Re: Scheme source transfromation to CPS style
On Jul 31, 12:51 pm, p...@xxxxxxxxxxxxxxxxx (Pascal J. Bourguignon)
wrote:
Slobodan Blazeski <slobodan.blaze...@xxxxxxxxx> writes:
Does anybody knows a code that tranforms normal scheme into CPS style?
I didn't, bug google knows (it all).
CPSCM Scheme
CPSCM is a Scheme compiler based on CPS conversion. It outputs code
for two back-ends: Javascript and Common Lisp (as well as a "simple
Scheme" back-end).
http://code.google.com/p/cpscm/
--
__Pascal Bourguignon__
Thank you.
Slobodan
.
Relevant Pages
- Re: Scheme source transfromation to CPS style
... CPSCM Scheme ... CPSCM is a Scheme compiler based on CPS conversion. ... It outputs code ... (comp.lang.lisp) - Re: code critique?
... Now consider that most decent Scheme implementations involve compilers of some kind, whether they compile to some kind of bytecode, to C, to native code, or even just to a macro-free "core Scheme". ... If you use eval in such a Scheme implementation, depending on the implementation, it'll either interpret your code at runtime, or it'll compile the input code when eval is called, and then run it. ... seems to be differently viewed when using javascript vs. scheme. ... (comp.lang.scheme) - Re: Scheme as a religion
... academics who seem to thoroughly enjoy criticizing the limitations of other languages while extolling the virtues of Scheme, and not so widely respected by and sometimes scoffed at those in the industry who use commercial languages like C++ and Java. ... Even some of the concepts which have since been adopted by other languages haven't always been properly implemented -- closures in Python are one example, and the arbitrary limitations on recursion in many languages is another. ... Javascript does have those, although their power is hampered by some other restrictions of Javascript, so they aren't as nearly as useful as they might otherwise be. ... (comp.lang.scheme) - Re: Parsing HTML in scheme - request for code critique
... using the inherent document object model built into html and the ... The primary purpose of the task is to help me learn scheme ... I don't know DOM / Javascript ... (comp.lang.scheme) - Scheme as a religion
... As an avoid computer science student who hopes to attend to UC Berkeley ... other languages while extolling the virtues of Scheme, ... use commercial languages like C++ and Java. ... Both of these are present in JavaScript which I ... (comp.lang.scheme) |
|