Author Topic: what programming language?  (Read 1942 times)

0 Members and 1 Guest are viewing this topic.

Offline Myst3rious

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
what programming language?
« on: May 31, 2014, 12:17:35 pm »
From what programming language you believe to start learning?
I start html,but I dont have much time to learn this days:(
What you think its easy to start learning first?
 Thank you!

(Sorry for my english)

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: what programming language?
« Reply #1 on: May 31, 2014, 12:40:34 pm »
First of all, html is not a programming language. Programming languages give instructions to computers to process information. html only gives structure to information.


Second of all, what language to choose depends on what you want to do. Each language have their owne characteristics that make them good for handling a certain kind of task(s), there's no one language perfect for all tasks. So state your intention first, then we may suggest you something.

If you're a novic to this, I'd recommend learning some general consepts of programming: what are variables, arrys, stack, functions, how memory allocation works etc and learn about some programming paradigm before you even start learning a language. So you'll know what you're learning.
My secrets have secrets...

Offline Myst3rious

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Re: what programming language?
« Reply #2 on: May 31, 2014, 01:33:10 pm »
Html isnt a internet programming language like php,java,sql...
I want to start first with an easy and friends  told me that the html is good for beginning
Then i'll move to other Python, C, VB

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: what programming language?
« Reply #3 on: May 31, 2014, 03:49:21 pm »
Html isnt a internet programming language like php,java,sql...
I want to start first with an easy and friends  told me that the html is good for beginning
Then i'll move to other Python, C, VB
What can you do with html? Format information in a web page and That's about it. It doesn't have much to do with programming. Unless you're working on web applications or using a web based ui for your program.
php is a web oriented programming language, java? you probably mean to say javascript and sql? That's for making databases.

Just read these and see if you find your answer.
https://evilzone.org/projects-and-discussion/(guide)-which-language-to-start-with/

https://evilzone.org/projects-and-discussion/road-to-a-programming-life/
My secrets have secrets...

Offline ThePH30N1X

  • Peasant
  • *
  • Posts: 50
  • Cookies: 18
  • Java Programmer
    • View Profile
Re: what programming language?
« Reply #4 on: May 31, 2014, 06:53:25 pm »
Html isnt a internet programming language like php,java,sql...
I want to start first with an easy and friends  told me that the html is good for beginning
Then i'll move to other Python, C, VB
HTML is a markup language. It's an acronym for "Hyper Text Markup Language." It's widely known and VERY simple so it's common knowledge. Most of the time it's used with other languages like PHP, JavaScript, Java EE, etc to serve dynamic content.
« Last Edit: May 31, 2014, 06:53:53 pm by ThePH30N1X »

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: what programming language?
« Reply #5 on: May 31, 2014, 08:58:27 pm »
@Myst3rious

Read this, please: https://evilzone.org/projects-and-discussion/%28guide%29-which-language-to-start-with/
I will close this. Ask again if you have a more specific question. The question you are asking has been asked numerous times in the internet and there is no benefit at all of having a discussion like this here as well, where people just end up naming some dynamically typed languages they like or telling you to be more specific. Be more specific.

--closed--