Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Re: Designing a successor to C

Reply
Thread Tools

Re: Designing a successor to C

 
 
Bruno Desthuilliers
Guest
Posts: n/a
 
      07-01-2003
Christian Bau wrote:
> In article <>,
> Clint Olsen <> wrote:
>
>
>>I did a Google search on this and got quite a few hits - esp. a rather
>>large thread in '95. Having said that, has anyone even tried to rethink
>>'portable assembly' and come up with another implementation? Does such an
>>idea even have merit?

>


> There has been a portable assembler language for several years now - it
> is called JVM (Java Virtual Machine). Runs on zillions of different
> processors. Quite difficult to translate C into that particular
> assembler language though.


<OT>
Err... I would not start another holy war, but Python existed and was
(really) portable some years before Java
</OT>

Anyway, Java bytecode *is not* a "portable assembler" in the OP (and
usual definition of C language) meaning... A Java compiler produces
(well... is supposed to produce) the same bytecode whichever the
processor, which is not what we want here.

Bruno



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Successor to Java? George W. Cherry Java 13 09-14-2004 07:03 PM
Re: Designing a successor to C Paul Hsieh C Programming 67 07-31-2003 10:21 PM
Re: Designing a successor to C Chris Torek C Programming 1 07-10-2003 01:07 PM
Re: Designing a successor to C Chris C Programming 0 06-24-2003 05:20 PM
Re: Designing a successor to C Dan Pop C Programming 0 06-24-2003 12:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57