Re: Dynamic compiling

Thant Tessman <thant@acm.org>
12 May 2003 01:47:23 -0400

          From comp.compilers

Related articles
Dynamic compiling davidslask@hotmail.com (David) (2003-05-06)
Re: Dynamic compiling basile@starynkevitch.net (Basile STARYNKEVITCH) (2003-05-12)
Re: Dynamic compiling Marko.Makela@HUT.FI (Marko =?ISO-8859-1?Q?M=E4kel=E4?=) (2003-05-12)
Re: Dynamic compiling herm@viabcp.com (Hugo Rozas) (2003-05-12)
Re: Dynamic compiling touati-nospamplease@prism.uvsq.fr (TOUATI Sid) (2003-05-12)
Re: Dynamic compiling pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2003-05-12)
Re: Dynamic compiling thant@acm.org (Thant Tessman) (2003-05-12)
Re: Dynamic compiling boldyrev+nospam@cgitftp.uiggm.nsc.ru (Ivan Boldyrev) (2003-05-13)
Re: Dynamic compiling rossb@audiomulch.com (Ross Bencina) (2003-05-14)
Re: Dynamic compiling fjh@students.cs.mu.OZ.AU (2003-05-14)
Re: Dynamic compiling crwfrd@umich.edu (Randolph Crawford) (2003-05-15)
Re: Dynamic compiling hpc@NOSPAM.prism.uvsq.fr (Henri-Pierre CHARLES) (2003-05-16)
Re: Dynamic compiling nworth@earthlink.net (Norman Worth) (2003-05-16)
[2 later articles]
| List of all articles for this month |

From: Thant Tessman <thant@acm.org>
Newsgroups: comp.compilers
Date: 12 May 2003 01:47:23 -0400
Organization: XMission http://www.xmission.com/
References: 03-05-031
Keywords: Scheme, practice
Posted-Date: 12 May 2003 01:47:23 EDT

David wrote:


> Hi, I am looking for a small efficient free/opensource compiler to
> integrate into my program. it should allow you to compile directly
> into memory, then execute the code directly from memory. Primary
> target is Windows(Intel), but support for other platforms would be
> nice.


This sounds exactly like what many interactive programming languaguage
implementations do as a matter of course. There's probably a Scheme
implementation that suits your needs: http://www.schemers.org


-thant


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.