Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Convert LISP to Scheme, Is it Possible???
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Karateka  
View profile  
 More options May 25 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: "Karateka" <vjanc...@home.com>
Date: 1999/05/25
Subject: Convert LISP to Scheme, Is it Possible???
I need to convert some Lisp programs to Scheme. Is there a conversion
program, some tools that will make it easy?

Thanks

Vlad


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher R. Barry  
View profile  
 More options May 25 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: cba...@2xtreme.net (Christopher R. Barry)
Date: 1999/05/25
Subject: Re: Convert LISP to Scheme, Is it Possible???

"Karateka" <vjanc...@home.com> writes:
> I need to convert some Lisp programs to Scheme. Is there a conversion
> program

Your mind.

> some tools that will make it easy?

A healthy brain and a good editor. If they are large CL programs,
you're in for a _lot_ of work. If they are small, it shouldn't be too
hard as long as there aren't too many CLisms like LOOP. Expanding some
of CL's trickier macros like LOOP might give you hints on converting
the code. It would be easier to convert Scheme to Lisp, barring a few
nice Scheme features like continuations.

Christopher


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik Naggum  
View profile  
 More options May 26 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 1999/05/26
Subject: Re: Convert LISP to Scheme, Is it Possible???
* "Karateka" <vjanc...@home.com>
| I need to convert some Lisp programs to Scheme.

  is this for human or compiler consumption?

| Is there a conversion program, some tools that will make it easy?

  the ultimate conversion program is an implementation of Common Lisp in
  Scheme.  however, since Scheme can easily be implemented in Common Lisp,
  and has been some twenty million times, perhaps you'd rather want to
  stuff your Scheme code into a real Lisp?

#:Erik
--
@1999-07-22T00:37:33Z -- pi billion seconds since the turn of the century


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Reini Urban  
View profile  
 More options May 26 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: rur...@xarch.tu-graz.ac.at (Reini Urban)
Date: 1999/05/26
Subject: Re: Convert LISP to Scheme, Is it Possible???

"Karateka" <vjanc...@home.com> wrote:
>I need to convert some Lisp programs to Scheme. Is there a conversion
>program, some tools that will make it easy?

look at rice for the scm2cl package by Dorai Sitaram.
it will help a lot. i have version 0e

http://www.cs.rice.edu/~dorai/scm2cl/scm2cl.html

---
Reini Urban
http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kent M Pitman  
View profile  
 More options May 26 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: Kent M Pitman <pit...@world.std.com>
Date: 1999/05/26
Subject: Re: Convert LISP to Scheme, Is it Possible???

rur...@xarch.tu-graz.ac.at (Reini Urban) writes:
> "Karateka" <vjanc...@home.com> wrote:
> >I need to convert some Lisp programs to Scheme. Is there a conversion
> >program, some tools that will make it easy?

> look at rice for the scm2cl package by Dorai Sitaram.
> it will help a lot. i have version 0e

> http://www.cs.rice.edu/~dorai/scm2cl/scm2cl.html

From the doc (I haven't tried it), this looks to do it the other
way around--scheme to cl, same as jonathan rees's pseudoscheme.
 ftp://ftp-swiss.ai.mit.edu/pub/pseudo/
Well, properly Rees's system is mostly to allow Scheme programs
to run under CL.  It does actually translate them, but hides
the translation mostly.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Reini Urban  
View profile  
 More options May 28 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: rur...@xarch.tu-graz.ac.at (Reini Urban)
Date: 1999/05/28
Subject: Re: Convert LISP to Scheme, Is it Possible???
Kent M Pitman <pit...@world.std.com> wrote:

>rur...@xarch.tu-graz.ac.at (Reini Urban) writes:
>> http://www.cs.rice.edu/~dorai/scm2cl/scm2cl.html
>From the doc (I haven't tried it), this looks to do it the other
>way around--scheme to cl, same as jonathan rees's pseudoscheme.

oops, sorry!
couldn't even imagine any use for the other way 'round :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »