Author Topic: 10 programming languages you should learn right now!  (Read 2679 times)

0 Members and 8 Guests are viewing this topic.

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
10 programming languages you should learn right now!
« on: June 25, 2013, 05:59:34 pm »
Found it here

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #1 on: June 25, 2013, 06:03:10 pm »
Well, isn't that list a load of bullshit?

Not a single functional language in there.

This list was written by some clueless person who merits languages not on their technology, but their job availability. BS.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #2 on: June 25, 2013, 06:05:52 pm »
Well, isn't that list a load of bullshit?

Not a single functional language in there.

This list was written by some clueless person who merits languages not on their technology, but their job availability. BS.

ACK

This one is better (and a bit more interesting): https://www.youtube.com/watch?v=LR8fQiskYII

Offline sn0w

  • Serf
  • *
  • Posts: 39
  • Cookies: 16
  • Do your best and prepare for the worst.
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #3 on: June 25, 2013, 06:31:07 pm »
Isn't it too old. It was posted on 2006.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: 10 programming languages you should learn right now!
« Reply #4 on: June 25, 2013, 07:10:13 pm »
ACK

This one is better (and a bit more interesting): https://www.youtube.com/watch?v=LR8fQiskYII

I've seen all of them, great little videos.
>>>import this
-----------------------------

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: 10 programming languages you should learn right now!
« Reply #5 on: June 25, 2013, 08:52:25 pm »
VB shouldn't be on that list. WTF.

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #6 on: June 25, 2013, 10:56:50 pm »
VB shouldn't be on that list. WTF.

Screw you was my first thought but then I looked at the list and it listed .NET so yeah...VB.NET shouldn't be on that list but Classic VB should.

Offline str0be

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
  • <!-- hi
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #7 on: June 26, 2013, 06:47:42 am »
LMAO, AJAX is listed as a language even as they acknowledge it isn't.

Offline dense

  • Serf
  • *
  • Posts: 23
  • Cookies: 4
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #8 on: June 26, 2013, 02:34:24 pm »
If I would make a list it would be something like this:

1. C (procedural)
2. C++ (oop)
3. HTML (web)
4. PHP (web server-side)
5. JavaScript (web client-side)
6. Python (scripting)
7. C#/VB.Net (microsoft)
8. an assembly language (low-level)
9. batch/bash (system scripting)
10. Java (Android)
(11. Haskell 12. A Lisp language 13. brainfuck)

A language from each "category" or something like that.

« Last Edit: June 26, 2013, 02:43:30 pm by dense »

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #9 on: June 26, 2013, 08:46:56 pm »
If I would make a list it would be something like this:

1. C (procedural)
2. C++ (oop)
3. HTML (web)
4. PHP (web server-side)
5. JavaScript (web client-side)
6. Python (scripting)
7. C#/VB.Net (microsoft)
8. an assembly language (low-level)
9. batch/bash (system scripting)
10. Java (Android)
(11. Haskell 12. A Lisp language 13. brainfuck)

A language from each "category" or something like that.

Your list of the first 10 languages isn't much better.

Why C and C++? What is the benefit?

And Java is in the category Android? That's like saying a banana is in the category banana cake. Yes, you can do Android applications with Java, as well as you can do banana cake with banana, but that's notthing that is typical or a characterization for either of them.

HTML is not a programming language.

Each category in terms of programming paradigms would be: functional, logical and imperative. All of your first 10 languages are imperative.
Haskell and LISP are functional and like with C and C++ I question the sense in having both of them if you want to cover a broad variety of programming languages.
« Last Edit: June 26, 2013, 08:56:23 pm by Deque »

Offline dense

  • Serf
  • *
  • Posts: 23
  • Cookies: 4
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #10 on: June 26, 2013, 09:59:03 pm »
Well, I did put category in quotations :D
I meant more in the sense of how/where they were used ie. Microsoft,  I meant they were used on Microsoft products (windows, xbox, win phone etc.).

Quote
Why C and C++? What is the benefit?
Mostly because they're general purpose and run anywhere.
« Last Edit: June 26, 2013, 09:59:12 pm by dense »

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #11 on: June 27, 2013, 10:27:23 am »
Mostly because they're general purpose and run anywhere.

I meant what is the benefit in having both? They are relatively similar.

Offline dense

  • Serf
  • *
  • Posts: 23
  • Cookies: 4
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #12 on: June 27, 2013, 12:07:04 pm »
I meant what is the benefit in having both? They are relatively similar.
Yeah, you're right. I included both so you could have a choice between oop and procedural but I just realized you can use C++ procedurally too :l

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #13 on: June 27, 2013, 07:21:46 pm »
Just for shits and giggles, here is my list with no actual order by importance. Mine is more oriented on trying different paradigms.

1. C (the standard procedural language)
2. Smalltalk (the definitive object-oriented language)
3. Lisp (functional programming and historical significance, it pioneered such concepts as dynamic typing and recursion)
4. Assembly (low-level concepts, understanding of CPU registers and machine instructions)
5. Java (for enterprise purposes and to get a feel of the actual contemporary object-oriented paradigm)
6. Prolog (logic programming and artificial intelligence)
7. Python, Perl, Ruby or Tcl (any general purpose scripting language, preferably Python or Perl)
8. JavaScript (client-side web scripting, aspect-oriented programming)
9. Shell scripting + sed, AWK and bc (system administration, pipeline programming, general purpose tasks)
10. REBOL (language-oriented programming)

Additional/alternate picks: Haskell, Pascal, C++
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline Darkvision

  • EZ's Fluffer
  • VIP
  • Royal Highness
  • *
  • Posts: 755
  • Cookies: 149
  • Its not a bug, It's a Chilopodas.
    • View Profile
Re: 10 programming languages you should learn right now!
« Reply #14 on: June 28, 2013, 01:51:04 am »
im actually surprised no one has hit RPG, COBAL, or Lansa
The internet: where men are men, women are men, and children are FBI agents.

Ahh, EvilZone.  Where networking certification meets avian fecal matter & all is explained, for better or worse.

<Phage> I used an entrence I never use