This is coming soon!

Easiest Language In Your Opinion

Discussion in 'Programming Help & Discussion' started by ShadyX, May 10, 2011.

Oh noes!

You need 20 posts to be able to download resources, post links and other things. Read more...
  1. ShadyX Who else?

    What is the easiest coding language in your opinion? for me it has to be html, I could sit here and code a basic website using html in about 1 minute in just notepad :)
    • Agree Agree x 1
    Loading...
  2. Mr.Blogger Senior Moderator

    HTML is not a programming language. The "M" stands for "Markup". Generally, a programming language allows you to describe some sort of process of doing something, whereas HTML is a way of adding context and structure to text.

    Also, the easiest I learned so far is Visual Basics.
  3. ShadyX Who else?

    • Agree Agree x 1
    • Winner Winner x 1
    Loading...
  4. Mr.Blogger Senior Moderator

    • Like Like x 1
    Loading...
  5. Gravity Rox AF Power User

    i would say html even though it is a markup language :p if not it would be php :)
  6. Marco Member

    php is very easy to learn
  7. MrJohn Retired Staff

    HTML was pretty easy for me to pick up. I have not yet tried learning php, but from what people say it should not be that hard.
  8. a001 Member

    M stands for Markup, but L stands for language :)

    If HTML and CSS are considered as programming languages, they i believe they are the easiest ones.
    If not, then i would mark Visual Basic as the simplest language.
    • Winner Winner x 1
    Loading...
  9. Darthmaul Uncle Darth

    :rolleyes:

    HTML by far. I have memorized the html5 document structure, and I can code html sites all day no problem :)
    • Like Like x 1
    Loading...
  10. Shawn Active Member

    Now that I have found the proper tutorials, I am going to say PHP :) I am actually starting to develop my own forum software and stuff is actually starting to work. So far, I have made boards, register/login/logout system and topic/reply features for it. I did that all in like 6 hours too. I think its great. Now I am writing the admin panel start for the software. I hope to release a public version of it soon. The only thing about PHP I have issues with is the math... I was never good at math...
    • Like Like x 1
    Loading...
  11. Darthmaul Uncle Darth

    That's really cool man. Be sure to keep us updated (y)
  12. Shawn Active Member

    :) I will be sure to do it. Its very basic at this time but I have some awesome ideas for it to make it like no other!
    • Like Like x 1
    Loading...
  13. Ravenfreak Member

    C++ is by far the easiest language to write code in IMO. It's a high level language which of course makes it much easier to learn than a lower level language such as z80 asm. I haven't really made anything in C++ besides a basic calculator but it was pretty easy to code. :) Of course it wasn't the first language I learned and I just taught myself some of it so I still have yet to actually make better programs in the language. :V
  14. Samious Member

    I am no good at coding but I personally feel that HTML is easier but that is probably because that is the only coding language I can do best. You can't go straight to PHP or any other coding languages without knowing the basic HTML so I do feel that it makes it a lot easier.
  15. TheUninvited Active Member

    All the language should be easy to learn ,do you know why?because if we dont think about and bitching around whetever we do is easy ,but if we thinking about it then all would be hard.

    Its not like that smthing is difficult to do in the start you will think that is hard and difficult but after 1 monthly passes and less you would see that all was a piece of cake so everything is in our mind..even html would be difficult because if you dont give to yourself to learn you wont learn even if there is a few codes on it than the other programming languages.
  16. venkatesh Member

    In my opinion, The Easiest coding language is PHP.
  17. kavin AF Power User

    Java took me less time to learn than PHP. But its just because PHP is the first programming language i learned and i started with Java after 2 years of experience with PHP.
  18. jakemadness Retarded staff member

    I will say xml because i found it very very easy :p