Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Status of Ruby.NET compiler

Reply
Thread Tools

Status of Ruby.NET compiler

 
 
Josh Charles
Guest
Posts: n/a
 
      08-26-2005
This may be posting to the wrong list, but someone here might know.=20
Does anyone know the status of the Ruby.NET compiler that is part of
the Google's 'summer of code' project? I've been looking at different
possible Ruby VM's, including this one, YARV, and Rite, but being able
to target a ECMA compliant Common Language Runtime would be very
advantageousl

Josh


 
Reply With Quote
 
 
 
 
gabriele renzi
Guest
Posts: n/a
 
      08-29-2005
Florian Groß ha scritto:

>
> Oh, and it appears that continuations are something that we might be
> able to do without stopping to use .NET calling conventions which is
> pretty interesting.


how would you do that?
AFAIK none is supporting "real" continuations in .net, even the various
Scheme implementations for it just use escaping cont (i.e. exceptions)

Looking forward for some implementation papers
 
Reply With Quote
 
 
 
 
Florian Groß
Guest
Posts: n/a
 
      08-29-2005
gabriele renzi wrote:

>> Oh, and it appears that continuations are something that we might be
>> able to do without stopping to use .NET calling conventions which is
>> pretty interesting.

>
> how would you do that?
> AFAIK none is supporting "real" continuations in .net, even the various
> Scheme implementations for it just use escaping cont (i.e. exceptions)
>
> Looking forward for some implementation papers


It's vague and not going into much detail, but
http://flgr.dyndns.org/callcc-cil.rb shows a transformation that can
already do more than escaping continuations.

Note that we might still not be able to do it in all cases. I think it
might be possible to make it work with non-local .calls, though, but I
guess it's best to wait until we can implement it to see what is
possible and what isn't.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can I use more than one status condition name in imaplib.status() harryos Python 0 10-13-2010 01:37 PM
status info like rc.status Sven S. Ruby 2 12-11-2008 08:26 AM
Recommend a free 'Status Monitor' or 'Dashboard' to report overnight tasks status? Shug Java 13 12-15-2006 06:22 PM
Recommend a free 'Status Monitor' or 'Dashboard' to report overnight tasks status? Shug C++ 13 12-15-2006 06:22 PM
POST problem - IIS sc-win32-status:64; sc-status:400 saha ASP .Net 0 07-14-2005 07:10 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57