The Artima Developer Community
Sponsored Link

Java Buzz Forum
Javelin, Yet Another Extensible Java Compiler From BEA

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Carlos Perez

Posts: 153
Nickname: ceperez
Registered: Jan, 2003

Carlos Perez is a Software Architect with over 10 years of industry experience
Javelin, Yet Another Extensible Java Compiler From BEA Posted: Jul 24, 2003 12:26 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Carlos Perez.
Original Post: Javelin, Yet Another Extensible Java Compiler From BEA
Feed Title: .:Manageability:.
Feed URL: http://www.manageability.org/blog/stuff/rssDisabled?portal_status_message=Syndication+is+Disabled
Feed Description: Random thoughts on the manageability of complex software.
Latest Java Buzz Posts
Latest Java Buzz Posts by Carlos Perez
Latest Posts From .:Manageability:.

Advertisement

I just stumbled upon Javelin, BEA's new extensible Java compiler. Like any good marketer, it's billed as "The First". That's not exact the truth, I've blogged about several extensible compiler frameworks 8 months ago. However, I've got to give them credit, Javelin is possibly the first "extensible" compiler framework to be used in a commercial setting. Of course many will disagree, I mean what do you call the compiler that comes with Eclipse? It's definitely not chopped liver? However, if you ask anybody who's dug into the gory details of the Eclipse compiler it's not exactly designed with extensibility in mind.

If you download Javelin, you realize that there's not much documentation on how they achieve "extensibility". All they've got is Javadocs that explains how to call the main compiler, but rest assured they plan on delivery the missing documentation in the near future. I'm truly interested in what they mean by "extensibility", I highly doubt they have a macro facility like JSE. The parser itself may not be as extensible like PolyGlot or I could be wrong. Afterall, they both use CUP LALR parser. I also don't know if they've adopted the extensible visitor mechanism used by JaCo. Nevertheless, its a subject that's always intrigued me, I've done enough compiler work to wonder just how best to do it. Incidentally, the compiler also has a backend that appears to be based on BCEL.

This is a good thing, the world has yet another compiler written in Java. Strangest thing though, my memory is a bit vague on this, but does anyone know if Sun has a Java compiler written in Java?

Read: Javelin, Yet Another Extensible Java Compiler From BEA

Topic: Appreciating the beauty of debugging messages Previous Topic   Next Topic Topic: XML Pull Builder API (XB1)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use