Page 3 of 3

Posted: Wed Sep 05, 2007 8:29 am
by JamesM
Yes, but some would argue that in a programming language, "different things should look different".
While I agree with you in the context of a programming language, others may try to argue by extending the computer science and unix concept of transparency to programming languages. "We do not need to know if this file is local or on an nfs share"->"We do not need to know if this is an array or a hash, as long as we can do X to it"
Please ignore the fact that the quote is about Perl.
If the world were programmed in perl, there would be no war, only hippies, and the world would be at peace.

EDIT: and the only people in prison would be Ruby coders.

JamesM

Posted: Wed Sep 05, 2007 8:32 am
by LogicalError
Colonel Kernel wrote:
LogicalError wrote:C# isn't perfect, but then again, which language is? ;)
http://en.wikipedia.org/wiki/Brainfuck ;)
Hahaha, well i stand corrected then ;)

Posted: Wed Sep 05, 2007 9:09 am
by Tyler
JamesM wrote: If the world were programmed in perl, there would be no war, only hippies, and the world would be at peace, poor, unintelligent, and without today's technological state.
Fixed. :) Even Utopia has sides that dumbass liberals forget to consider in light of the "one good argument leads to a solution" theory.

Posted: Wed Sep 05, 2007 9:15 am
by LogicalError
JamesM wrote:
Yes, but some would argue that in a programming language, "different things should look different".
While I agree with you in the context of a programming language, others may try to argue by extending the computer science and unix concept of transparency to programming languages. "We do not need to know if this file is local or on an nfs share"->"We do not need to know if this is an array or a hash, as long as we can do X to it"
Well there's nothing wrong with either case if you can use it in exactly the same way, but personally i prefer to be able to 'know' which is which in any case.

Posted: Wed Sep 05, 2007 9:42 am
by Colonel Kernel
JamesM wrote:While I agree with you in the context of a programming language, others may try to argue by extending the computer science and unix concept of transparency to programming languages. "We do not need to know if this file is local or on an nfs share"->"We do not need to know if this is an array or a hash, as long as we can do X to it"
Or, to paraphrase, "there should be fewer different things". :) While true in theory, practical concerns (like performance) require trade-offs.

Posted: Wed Sep 05, 2007 9:58 am
by Candy
JamesM wrote:If the world were programmed in perl
Most people wouldn't be able to read anything at all. Half of which made it.

Posted: Thu Sep 06, 2007 2:26 am
by JamesM
Hehe, some major perl-bashing going on :P

Colonel kernel: I agree with you. I have however met quite a few unix-junkies with their "transparency ftw in everything" attitude.