IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New And what would you propose Ross?
You bitch about p-code languages like Java, but aren't Python and PHP about the same (interpreted languages)? Then we have Todd, pushing Smalltalk or Squeak, another interpreted language.

Scott M. would tell you that Python is the "new lingua franca".

With 2.4ghz processors the norm, and 3.0ghz processors annouced and 4-5ghz next year, what's the problem with p-code?

I work in a C++ environment, after having just left a Java environment, and guess what? I'd rather be doing Java, PHP, Python, or just about anything other than C++. Not that the language is particularly difficult for me, it just seems to take FOREVER to get things done, compared to Java or Python.

I'm in the process of pushing Java, PHP, or Python now, in my new job, because we have a need to GET THINGS DONE.

So what would you propose? Assembly language?

Are you the Delphi bigot here? Let me guess, you are...

I actually like Delphi, what I've done of it. But, unfortunately, Elvis has left the building, and most people have already relegated Delphi to the recycle bin. The user base isn't growing, it's shrinking.

I know of a handful of Delphi projects in the Dallas/Ft. Worth area, but they're maintenance. No one is doing new code in Delphi that I know of.

And with processor power where it is, and doubling again every 18 months, I can't say that I blame them for seeking rapid development, interpreted solutions.

I'm not saying that you're bad, or Delphi is bad. But it's kind of like deciding to remain a COBOL programmer. Over time your options will become ever more limited.

So, either you cling onto the past, seek the next project in "your" language, or you decide to learn something new.

Perhaps, you could teach Java some new tricks, just like Jython is currently extending Java with Python-like capabilities. DelJav? JavaPhi? (sound likes of fraternity-ish)

Glen
Expand Edited by gdaustin Aug. 18, 2003, 09:09:48 PM EDT
Collapse Edited by gdaustin Aug. 18, 2003, 09:10:54 PM EDT
And what would you propose Ross?
You bitch about p-code languages like Java, but aren't Python and PHP about the same (interpreted languages)? Then we have Todd, pushing Smalltalk or Squeak, another interpreted language.

Scott M. would tell you that Python is the "new lingua franca".

With 2.4ghz processors the norm, and 3.0ghz processors annouced and 4-5ghz next year, what's the problem with p-code?

I work in a C++ environment, after having just left a Java environment, and guess what? I'd rather be doing Java, PHP, Python, or just about anything other than C++. Not that the language is particularly difficult for me, it just seems to take FOREVER to get things done.

I'm in the process of pushing Java, PHP, or Python now, in my new job, because we have a need to GET THINGS DONE.

So what would you propose? Assembly language?

Are you the Delphi bigot here? Let me guess, you are...

I actually like Delphi, what I've done of it. But, unfortunately, Elvis has left the building, and most people have already relegated Delphi to the recycle bin. The user base isn't growing, it's shrinking.

I know of a handful of Delphi projects in the Dallas/Ft. Worth area, but they're maintenance. No one is doing new code in Delphi that I know of.

And with processor power where it is, and doubling again every 18 months, I can't say that I blame them for seeking rapid development, interpreted solutions.

I'm not saying that you're bad, or Delphi is bad. But it's kind of like deciding to remain a COBOL programmer. Over time your options will become ever more limited.

So, either you cling onto the past, seek the next project in "your" language, or you decide to learn something new.

Perhaps, you could teach Java some new tricks, just like Jython is currently extending Java with Python-like capabilities. DelJav? JavaPhi? (sound likes of fraternity-ish)

Glen
New More
I will give you Delphi guys this. You're passionate about the language. And if you know it, there are a LOT of handy dandy utilities.

I like the thing someone did a few months ago to my Delphi code (when I was doing Delphi). I had a 200 line routine to calculate yesterday, and they basically replaced it with a 1 line routine that said something like today() - 1.

Sadly, I've turned in the laptop from the old job, so my Delphi coding days are over.

The market is Java, Python, PHP, or VB. With a little bit of C and C++ left.

And as computers get faster and faster, more and more solutions will be based on interpreted environments.

Glen
New You've confused DRL (APL bigot) with CRC (Delphi bigot)! :-)
New Oops! Sorry!
But APL is interpreted!

So what is he complaining about? Should I revise the post to remove my blather about Delphi?
Expand Edited by gdaustin Aug. 18, 2003, 11:02:45 PM EDT
New Re: Oops! Sorry!
APL is not P-code, nor is Smalltalk. Smalltalk is byte-code, which is much different and like FORTH, "compiled interpretation". BASIC is none of the above. P-code is stupid and inefficient, was rightly rejected in 1980 (UCSD Pascal), and is barely a step above BASIC.

APL, FORTH, and Smalltalk all have a REAL VM with direct, immediate interpretation, not a stupid fucked-up P-code interpreter.
-drl
New I think it depends on your definition of "p-code".
Nowadays, to most people the term "p-code" means rather more than what UCSD Pascal used to create. It's true that Smalltalk create a intermediate form often called "byte-code", but it is virtual assembly language for the specific virtual machine. Quite a lot of modern languages work like this - so much that the stage in front normally called a compiler has a common name: translater. Even BASIC interpreters of past actually ran virtual code in a virtual machine: almost all of the home computer BASICs translated the entered text into tokens for storage - a pseudo-code, if you like. Of course, the single biggest thing you've overlooked is that all these pseudo-codes are extremely tailored for their language and their environment.

Wade.

Is it enough to love
Is it enough to breathe
Somebody rip my heart out
And leave me here to bleed
 
Is it enough to die
Somebody save my life
I'd rather be Anything but Ordinary
Please

-- "Anything but Ordinary" by Avril Lavigne.

New Rexx on warp does something similar
It creates tokenized code. That code is stored in the command file's extended attribute, leading to a much quicker load time on subsequent runs of the code. It works extremely well and really helps performance.
--\n-------------------------------------------------------------------\n* Jack Troughton                            jake at consultron.ca *\n* [link|http://consultron.ca|http://consultron.ca]                   [link|irc://irc.ecomstation.ca|irc://irc.ecomstation.ca] *\n* Kingston Ontario Canada               [link|news://news.consultron.ca|news://news.consultron.ca] *\n-------------------------------------------------------------------
New Good example.
Other variations would be how Perl and PHP do it - translation on invocation, p-code is thrown away after execution - and how Icon and Java do it - explicit translation to a second file. It's even obvious with Icon: the program you run is called icont - meaning Icon Translator.

Wade.

Is it enough to love
Is it enough to breathe
Somebody rip my heart out
And leave me here to bleed
 
Is it enough to die
Somebody save my life
I'd rather be Anything but Ordinary
Please

-- "Anything but Ordinary" by Avril Lavigne.

New I've actually been thinking about this for a while
I'm thinking that perhaps for my honour project (if I can afford a fourth year of school) I'd like to take a shot at writing an object rexx interpreter, to be licensed under the GPL. For one thing, there are some serious problems with the object rexx interpreter under warp when you want to interface it to programs written in C, since the RexxStart call doesn't account for the fact that object rexx programs can be threaded, which means that one can end up leaving open semaphores until process termination... which can terminally suck for daemons. The problem is that IBM won't fix it unless one wants to dole out some serious money. The other solution is a wholesale replacement of the subsystem... and if it was written properly, it should end up being easily portable to other systems: a dll in warp, a program in unix, and a plugin for wsh in windows.

I don't think that I'd be able to do a complete reimplementation or anything, but if I could get something that covered most of the basics, opening it up to the developer community by putting it under the GPL could make it something that would be viable in the long run.

This is all at least a year away, of course; I think I might be in a position to start looking at it seriously towards the end of this coming school year (second year).
--\n-------------------------------------------------------------------\n* Jack Troughton                            jake at consultron.ca *\n* [link|http://consultron.ca|http://consultron.ca]                   [link|irc://irc.ecomstation.ca|irc://irc.ecomstation.ca] *\n* Kingston Ontario Canada               [link|news://news.consultron.ca|news://news.consultron.ca] *\n-------------------------------------------------------------------
New I propose intelligence. I have no hope of course.
-drl
     TheInq - HP's doing stupid things with VMS and UNIX support. - (Another Scott) - (13)
         Re: TheInq - HP's doing stupid things with VMS and UNIX.. - (deSitter) - (12)
             Re: TheInq - HP's doing stupid things with VMS and UNIX.. - (pwhysall) - (1)
                 Re: TheInq - HP's doing stupid things with VMS and UNIX.. - (deSitter)
             And what would you propose Ross? - (gdaustin) - (9)
                 More - (gdaustin)
                 You've confused DRL (APL bigot) with CRC (Delphi bigot)! :-) -NT - (Another Scott) - (6)
                     Oops! Sorry! - (gdaustin) - (5)
                         Re: Oops! Sorry! - (deSitter) - (4)
                             I think it depends on your definition of "p-code". - (static) - (3)
                                 Rexx on warp does something similar - (jake123) - (2)
                                     Good example. - (static) - (1)
                                         I've actually been thinking about this for a while - (jake123)
                 I propose intelligence. I have no hope of course. -NT - (deSitter)

Well, the place was crowded. We were packed in like sardines. They were all there to listen to the Big Band sounds of Tommy Dorsal. What sole! Tommy was rocking the place with a very popular tuna: "Sal-mon Chanted Evening," and the stage was surrounded by screaming groupers; probably there to see the bass player.
61 ms