View Single Post
  #9  
Old 05-01-2012, 08:16 PM
Truth Truth is offline
Banned


Join Date: Nov 2011
Location: h00t
Posts: 842
Send a message via ICQ to Truth Send a message via AIM to Truth Send a message via MSN to Truth Send a message via Yahoo to Truth
Default

I used to hate strongly typed but now I dislike the dynamic way. So all I use p much is C++ even for simple shit (besides web obv, mostly PHP there). It's really not that bad with libraries like Boost and Qt, you can do all the stuff that's standard in a scripting language pretty easy. It'll obviously be a few more lines but is what feels comfortable to me. One thing I dislike about Python is theres no good free* editor (at least that I've found) that has a decently working autocomplete.

C sux I hate dealin w/ c strings no classes so a buncha struct functions etc. C is the #1 most widely used (obviously since is in like every driver and operating system), followed by Java (kinda a surprise to me there). I don't like Java at all, if you couldn't tell, even though it has more support than C#.

http://www.tiobe.com/index.php/conte...pci/index.html

Prolog is a pretty cool language, logical programming or w/e. In school seen it do lots of stuff no other language can do (except maybe LISP idk). Ada can do some pretty neat shit too I have no clue how to replicate in like C++.

After awhile they all just blend together, pickin up a new one's syntax and stdlib like ridin a bike.
Last edited by Truth; 05-01-2012 at 08:29 PM..