Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Pascal is awesome, but... (Score 1) 492

True - the march of science is never ending - and current language design owes much to Pascal.

I guess it would be more precise to ask what is the point of resurrecting an old language that doesn't extend current languages capabilities? One thing about Pascal.... that stuff compiles FAST!

True it would let me recompile all of my undergrad work - all of which I would have to scan/OCR or fat finger in as it is all hard copy. Not sure how the world of CS advanced without access to that corpus of cutting edge work.

Comment Re:Java is Pascal++ (Score 1) 492

That stuff was even before my time - but IIRC that was more akin to an interpreter than a VM... this was running on the PDP-11 where I went to college and I only had access to the VAX... so I cannot say for certain. However there **was** what we would these days call a just in time compiler that generated object (or something ?) code (this must be the P-Code you mention) for the interpreter so I will give you points for that as that is definitely Java like.

Comment Re:Java is Pascal++ (Score 1) 492

I used Pascal extensively back in the day... and I really don't remember Pascal ever generating byte code, nor was there a Pascal virtual machine. Plus Pascal supports pointers, doers not have garbage collection, and is very strongly typed.

Wait... can you state again just how Pascal and Java are similar?

Comment Pascal is awesome, but... (Score 2) 492

...these days, what's the point of yet another language?

Don't get me wrong, Pascal was the first language I did serious development in and I really like(d) it. However I am struggling to figure out what I could accomplish in Pascal that I could not accomplish in a myriad of other languages.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...