From: Slobodan Blazeski
Subject: Scheme source transfromation to CPS style
Date: 
Message-ID: <e9b2aac1-286b-45cd-abfe-773c83bc482f@z66g2000hsc.googlegroups.com>
Does anybody knows a code that tranforms normal scheme into CPS style?

thanks
Bobi

From: Pascal J. Bourguignon
Subject: Re: Scheme source transfromation to CPS style
Date: 
Message-ID: <7c8wvi5nsu.fsf@pbourguignon.anevia.com>
Slobodan Blazeski <·················@gmail.com> 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__
From: Slobodan Blazeski
Subject: Re: Scheme source transfromation to CPS style
Date: 
Message-ID: <cd9ca24f-7172-4fda-95b8-3f793e0b9e3e@r66g2000hsg.googlegroups.com>
On Jul 31, 12:51 pm, ····@informatimago.com (Pascal J. Bourguignon)
wrote:
> Slobodan Blazeski <·················@gmail.com> 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
From: Slobodan Blazeski
Subject: Re: Scheme source transfromation to CPS style
Date: 
Message-ID: <eec17f32-3e4f-40db-a39b-d7019d2a42b5@d77g2000hsb.googlegroups.com>
On Jul 31, 1:54 pm, Slobodan Blazeski <·················@gmail.com>
wrote:
> On Jul 31, 12:51 pm, ····@informatimago.com (Pascal J. Bourguignon)
> wrote:
>
> > Slobodan Blazeski <·················@gmail.com> 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

Seems that project doesn't offer anything to download, but will try to
contact the author.
Anyway scheme  transformed into CPS scheme as backend would be even
better but common lisp is fine.


Slobodan
From: Kjetil S. Matheussen
Subject: Re: Scheme source transfromation to CPS style
Date: 
Message-ID: <Pine.LNX.4.58.0807311409510.25184@notam02.uio.no>
On Thu, 31 Jul 2008, Slobodan Blazeski wrote:

> On Jul 31, 1:54�pm, Slobodan Blazeski <·················@gmail.com>
> wrote:
> > On Jul 31, 12:51�pm, ····@informatimago.com (Pascal J. Bourguignon)
> > wrote:
> >
> > > Slobodan Blazeski <·················@gmail.com> 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
> 
> Seems that project doesn't offer anything to download, but will try to
> contact the author.
> Anyway scheme  transformed into CPS scheme as backend would be even
> better but common lisp is fine.
> 

It does output to scheme too, and you can download the code
from cvs.
From: Pascal J. Bourguignon
Subject: Re: Scheme source transfromation to CPS style
Date: 
Message-ID: <7cwsj2402m.fsf@pbourguignon.anevia.com>
Slobodan Blazeski <·················@gmail.com> writes:

> On Jul 31, 1:54�pm, Slobodan Blazeski <·················@gmail.com>
> wrote:
>> On Jul 31, 12:51�pm, ····@informatimago.com (Pascal J. Bourguignon)
>> wrote:
>>
>> > Slobodan Blazeski <·················@gmail.com> 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/
>
> Seems that project doesn't offer anything to download, but will try to
> contact the author.
> Anyway scheme  transformed into CPS scheme as backend would be even
> better but common lisp is fine.

Surf the web better! :-)

svn checkout http://cpscm.googlecode.com/svn/trunk/ cpscm-read-only


-- 
__Pascal Bourguignon__
From: Blake McBride
Subject: Re: Scheme source transfromation to CPS style
Date: 
Message-ID: <cYydnRWM-Mjd6A_VnZ2dnUVZ_hCdnZ2d@supernews.com>
Slobodan Blazeski wrote:
> Does anybody knows a code that tranforms normal scheme into CPS style?
> 
> thanks
> Bobi

This will do what you are looking for too:

http://code.google.com/p/false/

Blake McBride