![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
Languages other than Java targeting the JVM
Has it been done?
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials. --WilliamSChips on Slashdot |
|
|
|
|
#2 |
|
Unverified User
Join Date: Aug 2006
Posts: 88
Rep Power: 0
![]() |
There is jython(python for java):
http://www.jython.org/Project/index.html I think there are quite a few. Its not really much different from creating a compiler for x86. You just have to compile whatever language to java bytecode instead of a real processor. |
|
|
|
|
#3 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
|
|
|
|
|
#4 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
Oh, Arevos, when you do the whole each word is a link thing, it's cheating to make three words one link :-P
Thanks for the info.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials. --WilliamSChips on Slashdot |
|
|
|
|
#5 |
|
Expert Programmer
|
Would programs written in other languages that are compiled to Java bytecode be as portable as Java applications? For example, if I wrote a program in Jython, would it run on any system, just like Java code? If not, what would be the purpose of this?
|
|
|
|
|
#6 |
|
Unverified User
Join Date: Aug 2006
Posts: 88
Rep Power: 0
![]() |
If a program is compiled to java bytecode it will run anywhere where there is a JVM.
Look at jythons web site to get a better idea of what it is all about. Last edited by Random Spirit; Aug 15th, 2006 at 1:24 PM. |
|
|
|
|
#7 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
@titaniumdecoy: Not to be rude, but asking this question proves that you have little understanding of how Java or the JVM actually work. I suggest that you read up on it if you are a Java programmer.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials. --WilliamSChips on Slashdot |
|
|
|
|
#8 | |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
![]() |
|
|
|
|
|
#9 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
Glad I could educate you then ;-)
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials. --WilliamSChips on Slashdot |
|
|
|
|
#10 | |
|
Sexy Programmer
|
Quote:
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Programming with Java: Tutorial | ReggaetonKing | Java | 7 | May 20th, 2008 10:58 AM |
| Special browser in Java (Project) | stalefish | Java | 3 | Feb 9th, 2008 4:22 PM |
| C or C++ | Lord Barlak | C | 27 | Aug 8th, 2006 2:24 AM |
| First Java Program | duale2005 | Java | 3 | May 22nd, 2006 5:17 PM |