If Programming Languages Could Speak
HealYourChurchWebSit writes "BurningBird's "The Parable of the Languages" offers a delightfully playful answer to the the question, "[what] if programming languages could speak, really speak, not just crunch bytes and stream bits, they would have much to say that is both wise and profound.""
Java was too busy trying to clean a bag out of Babbling Creek.
it was garbage collecting... ho ho
'Be the change you want to see in the world' - Al Gore
Searched a few, made up a few
:- Prolog(x) , honking(car);
.h -text honk ; pack .h}
Smalltalk love ifTrue: [ car honk ]
love(x)
SELECT honk FROM TABLE you WHERE love = SQL;
(and (love you lisp) (honk))
$Love{PERL} = "You" if ($Honk);
if {[HEART $env(USER)] == {tcl}} {button
And finally the impossible to understand, C++ runtime template version:
template
class You
{
static bool honking = false;
};
template
class You
{
static bool honking = true;
};
Rocky J. Squirrel