From: Arno P. <ar...@pu...> - 2012-03-06 17:46:34
|
As a research project, XMLVM has been around for a decade. The various acronyms you mentioned are different byte code instruction sets that we worked on in the past (e.g., MBEL is used for parsing .NET byte code, YARV is the Ruby byte code). Please note that the only front/backend combination that is currently worked on is from DEX (Dalvik Byte Code) to C. Since Objective-C is a super-set of C, it can also be used for iOS development (which is the C backend's main use). All other backend are demonstrators and by no means complete. Arno On 3/5/12 11:23 AM, vi...@gm... wrote: > Hello, > > what do the abbreviations MBEL, BCEL and DX in the XMLVM toolchain > diagram > (http://research.microsoft.com/en-us/um/redmond/events/ss2011/slides/friday/arno_puder.pdf)? > What is happening with Objective-C programming language? Why this is no > longer listed? > > Furthermore, I would like to know what is meant exactly with Ruby YARV? > Does this mean a .rbc bytecode file? > > best regards > > Vitali > > > > > -- > Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir > belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |