Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Perfect Language

Name: Anonymous 2007-07-13 5:42 ID:EaZ8xpJA

So, I was looking at this thread http://dis.4chan.org/read/prog/1183997706/1-40 and all the various language bashing threads and was wondering... What, in the opinions of anonymous and 4chan in general, would make a perfect programming language? I am interested in both syntax and features and general flames, since they entertain me.

Name: Anonymous 2007-07-13 14:09 ID:3SfP7wbt

>>22
Regarding faster hardware, that is completely the wrong attitude, IMHO. Just because hardware gets faster does not mean programmers should not care about performance of their software (especially in regards to time and space _complexity_ rather than cpu _time_).

>>23
It's not what garbage collection allows you to do (it allows you to not worry about memory allocation and deallocation), but rather that manual memory management becomes difficult as software grows to the point that garbage collection yields better performance and fewer risks (if you manually manage memory, if you fuck up, you got a memory leak). Also garbage collection aids ease of development because manual garbage collection takes effort.
Manual garbage collection can, obviously, yield better performance, because you can micromanage when allocation and deallocation happens and whatnot (ie, you have more control), HOWEVER, these days garbage collectors are advanced enough that this is difficult to achieve nowadays (just like hand optimized assembly code is rarely more efficient than compiler optimized code these days).

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List