The Artima Developer Community
Sponsored Link

Java Buzz Forum
Hacking the language versus the VM

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
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Hacking the language versus the VM Posted: Aug 12, 2004 12:59 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Hacking the language versus the VM
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Brother Ted has written about the dangers of language-level trickery. I think he is spot on. Although I understand that Sun is really anal when it comes to changing the VM in any way (I mean god forbid we add an opcode), it is short sited in many ways. It shows that Sun thinks there is The One True Language. With that mentality, they can put more intelligence into the javac side of the house. They probably laugh about how sneaky this is. However, not only can other languages on top of the Java Platform (it is a platform!) do whatever they damn want... but what about other java compilers? Will jikes run all of the same checks? Generics is definitely one of the poster children here. We have ended up with erasure. There is no way to know that the code was using Generics as soon as you compile them. List looks like a List in the class file. What a shame.

Read: Hacking the language versus the VM

Topic: Clarity Previous Topic   Next Topic Topic: Together Designer CE on Mac OS X (from Linux installer)

Sponsored Links



Google
  Web Artima.com   

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