Displaying 5 results from an estimated 5 matches for "scheme2llvm".
2004 Jul 17
2
[LLVMdev] Scheme compiler.
...tands?
Ok, I look forward to it!
> > [1] http://www.ida.liu.se/~tobnu/compile.ss
>
> This is very neat. If you put together a little web page for it, and send
> me a blurb, I would be very happy to add this to the projects page. :)
Ok, here you go,
http://www.ida.liu.se/~tobnu/scheme2llvm/
(what's a blurb? :)
> As you continue development on it, would you be interested in integrating
> this into the LLVM tree?
Sure, it could probably at least be used as an example of how to use the
GC support. Maybe smaller and easier to understand compared to a complete
JVM. :)
, Tobi...
2004 Jul 17
0
[LLVMdev] Scheme compiler.
...; > > [1] http://www.ida.liu.se/~tobnu/compile.ss
> >
> > This is very neat. If you put together a little web page for it, and send
> > me a blurb, I would be very happy to add this to the projects page. :)
>
> Ok, here you go,
>
> http://www.ida.liu.se/~tobnu/scheme2llvm/
Looks great!
> (what's a blurb? :)
Just a summary, so that I can add an entry to this page:
http://llvm.cs.uiuc.edu/ProjectsWithLLVM/
> > As you continue development on it, would you be interested in integrating
> > this into the LLVM tree?
>
> Sure, it could probably...
2004 Jul 17
0
[LLVMdev] Scheme compiler.
On Sat, 17 Jul 2004, Tobias Nurmiranta wrote:
>
> Hi, now I've had some free coding time.
>
> On Mon, 14 Jun 2004, Chris Lattner wrote:
> > Writing a scheme front-end for LLVM sounds like a great project: please
> > keep us informed how it goes, and when it gets mostly functional, let us
> > know so we can add a link on the web site. :)
> >
> >
2004 Jul 17
2
[LLVMdev] Scheme compiler.
Hi, now I've had some free coding time.
On Mon, 14 Jun 2004, Chris Lattner wrote:
> Writing a scheme front-end for LLVM sounds like a great project: please
> keep us informed how it goes, and when it gets mostly functional, let us
> know so we can add a link on the web site. :)
>
> -Chris
Just to keep you informed. My small scheme compiler[1] of 1K lines is now
self
2004 Jul 17
3
[LLVMdev] Scheme compiler.
On Sat, 17 Jul 2004, Chris Lattner wrote:
> > http://www.ida.liu.se/~tobnu/scheme2llvm/
>
> Looks great!
>
> > (what's a blurb? :)
>
> Just a summary, so that I can add an entry to this page:
> http://llvm.cs.uiuc.edu/ProjectsWithLLVM/
Maybe this for now:
"This is a small self applicable scheme compiler for LLVM.
The code is quite similar to the co...