NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I did look... (Score:1)
demi-compiled (Score:1)
Were that I say, pancakes?
Re:demi-compiled (Score:1)
And so it was, until version 8.
Now it is a "meta-compiled" (or is it "demi-compiled"?) language, just like Perl and all the rest of these modern high-level dynamic languages. (with perhaps a few exceptions. One that might not be (yes, I ought to go check) is Rebol, considering its progenitor is Forth.)
Re:demi-compiled (Score:1)
Re:demi-compiled (Score:1)
That Hideous Strength (Score:1)
Smalltalk has a deceptively simple syntax. After using it for a while, everthing else looks like overkill. Fortunately, overkill in Perl is quite fun.
Re:That Hideous Strength (Score:1)
Re:That Hideous Strength (Score:1)
But then, I haven't read much smalltalk. I'm guessing that it's optimized more for writing (e.g. ^ vice return ), so maybe I won't appreciate it until I write something in it.
Anyway, the smalltalk vm is exceptionally well designed, and could easily have compilers for other languages targeted to it. I wonder if any already exist!