Why do people say "close to metal" when they mean low level languages? Even Larry Wall. Bits from your codes may pass some copper, but they are destined to CPUs, which are silicon. So stop saying "close to metal", start saying "close to silicon".
Larry Wall
Is he that faggot who bitched about Lisp syntax consisting of parens and then went to create some badly designed obfuscated ad-hoc C++ clone?
>>4
>C++ is a domain specific language for manipulating matrices and GUI widgets. It sucks at everything else.
C++ sucks at gui widgets, because it has no garbage collection and no SEXPs (you have to use XML and HTML instead).
Name:
Anonymous2011-10-15 12:51
>>9
yep. I have also found that languages where nested expressions are easy to work with are ideal for GUI programming. Statement-based languages like C++ usually have to use XML as an expansion pack.
Name:
Anonymous2011-10-15 13:00
>>10
See Qt for an example. It also has so called "MOC" - yet another confirmation of Greenspun's Rule
>>14
The question was what languages does one need to know, and in that sense he's absolutely right. There are no professional coders who don't know at least one of those languages. Knowing any functional language is never necessary.