Moving from Java to C++

Programming, for all ages and all languages.
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: Moving from Java to C++

Post by Love4Boobies »

Solar wrote:
i586coder wrote:you see, even JAVA still need programing language such assembly/C++ in some parts...
I find it quite amusing, in language arguments like these, that the Sun JVM is written in C++. ;-) There's a research project about a Java-written VM, but that hasn't hit mainstream yet (and I am pretty sure that some core components will still be written in, not just "any other compiled language", but C++).
I disagree. It would be silly to code an assembler in assembly. Are you saying assembly is BS?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Re: Moving from Java to C++

Post by JAAman »

Love4Boobies wrote: I disagree. It would be silly to code an assembler in assembly. Are you saying assembly is BS?
i would be careful what you say... there are people who believe that its not a real assembler if its not written in assembly...
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: Moving from Java to C++

Post by Love4Boobies »

JAAman wrote:
Love4Boobies wrote: I disagree. It would be silly to code an assembler in assembly. Are you saying assembly is BS?
i would be careful what you say... there are people who believe that its not a real assembler if its not written in assembly...
What would be the benefits? From what I can tell:
  • importability (you couldn't have cross-assemblers)
  • harder to maintain and easier for bugs to slip in
  • a lot more work
How's that for being productive?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Re: Moving from Java to C++

Post by DeletedAccount »

Hi,
I do not have an answer to your question . But there are people who think that writing in assembly language is more productive than using a High Level Language :D .

Regards
Shrek
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Moving from Java to C++

Post by Combuster »

writing in assembly language is more productive
If this applies to you, you'll already know it :)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply