Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Hardest programing language?

  1. #1
    Banned
    Join Date
    Jul 2002
    Posts
    877

    Hardest programing language?

    What would you guys say is the hardest programing lang. to learn? All the NEWer languages are great and EZ to use but I want something very 'RETRO' but can do more than just make batchfile styled programs. Any ideas &/or suggestions?

  2. #2
    The Iceman Cometh
    Join Date
    Aug 2001
    Posts
    1,209
    How are "the newer languages ... great and EZ"? Personally, I think most languages have been getting more and more difficult because there are more and more features. Assembly, for instance, is a piece of cake to learn if you understand memory addressing and stacks. If you want something difficult, go with Prolog or LISP. They're not anywhere near the most difficult, but I can promise you that they'll be a challege since they're logic-based programming.

    If you want to learn a useful language that will keep you challenged, start with C++. You can start out very basic, but get as complex and cutting edge as you want as you get better.

    By the way, what are the easy programming languages you're talking about? I'm a CS instructor and I can tell you that most people will find any language difficult if you go deep enough into it...

    AJ

  3. #3
    Junior Member
    Join Date
    Feb 2002
    Posts
    1
    ...also I would imagine you would use different programming languages for different applications, it's all very well learning a language because it's hard, but is it going to any better to use than the more modern visual programming languages, personally I think not as I remember the days of having to chug through pages of print-outs trying to debug code...the bad 'ol days

  4. #4
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883
    Personally, I think the hardest to learn is the old punch card system... You programed the computer by putting holes in cards, then fed the cards into a slot on the machine. But those are hard to come by now (unless you work for the census bearuo or a voting booth... The next hardest would be machine language.... Then assembly language.
    \"Ignorance is bliss....
    but only for your enemy\"
    -- souleman

  5. #5
    Senior Member
    Join Date
    Apr 2002
    Posts
    105
    BINARY! lol
    --=::[ LeNc}{ ]::=-- stealing your time for pathetic web sites since 1998

  6. #6
    Senior Member
    Join Date
    Oct 2001
    Posts
    638
    Check out Prolog, it's pretty twisted.
    OpenBSD - The proactively secure operating system.

  7. #7
    like adven im curious to know what languages you are referring to when you say easy, are you talking about visual basic style langs??
    i dont think there is anything easy about languages like C, java, C++, it could take years to TRULY master these languages.
    also, is that frank castle in your avatar (the punisher)??? if so, nice avatar!!!!
    *the wise do sooner what the fools do later.
    --Gracian

  8. #8
    Senior Member
    Join Date
    Jan 2002
    Posts
    187
    every language has it's good and bad points, you just have to look at what the purpose of the language is. a few people mentioned lisp and prolog, but if you're looking for relationships in a knowledge base, you can't beat them. c might be the best language for building applications or operating systems, but for serious number crunching i'd take fortran any day.

    languages are tools, and you have to pick the best tool for the job.
    U suk at teh intuhnet1!!1!1one

  9. #9
    I've always agreed with my instructor, its "C" because its like playing tennis without a net.

  10. #10
    Kwiep
    Join Date
    Aug 2001
    Posts
    924
    I was reading about some kind of old programming language (I'm looking for the name), with wich people tried to make Artificial Intelligence. It was very based on logic of course (wich already can be difficult), but you also could combine and rearrange command so it made a whole new command wich had nothing to do with the commands used to 'construct' it.
    There were just very few commands to make billions of commands with. I think it was a great invention for indeed make AI, but you have to be a double genius to even make an hello programm with it.

    I still don't know the name... I'll post it as soon as I found it
    Double Dutch

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •