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

Why don't you just create your own programming language?

Name: Anonymous 2014-05-15 19:45

It seems you guys have issues with all programming languages including your favourites. So why not just create your own and use that for your programming?

Name: Anonymous 2014-05-19 17:54

>>60
With a good library or bindings to one you can express in 3 lines something which would take 3000 lines otherwise. So libraries are a quality of the language. They make much more programs expressible in the practically-finite amount of time.

And it isn't the libraries that let Python win over Perl and C, but libraries let it win over e.g. Scheme and Lua.
Perl loses to Python on point 1 (hard-to-read code and lack of OOP which makes life easier for many)
C loses to Python on point 1 (manual memory management means lots of unobvious mistakes and dealing with pointers is hard) but wins on point 2 but there are areas where point 2 is very elastic.
Scheme and Lua lose to Python on point 3 (no comparable libraries).
Ruby is pretty much a match to Python except a moderate weakness on point 3 (no SciPy or NumPy, for instance).

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