Poll

Which one?

EasyBasic
1 (3.1%)
C
1 (3.1%)
C++
5 (15.6%)
F#
1 (3.1%)
Fortran-95
1 (3.1%)
Java Script
2 (6.3%)
Lua
2 (6.3%)
Malbolge
4 (12.5%)
Python-3
4 (12.5%)
Ruby
1 (3.1%)
S2B
1 (3.1%)
HTML
4 (12.5%)
EasyBasic
2 (6.3%)
Python (Origonal)
2 (6.3%)
Torque Script
1 (3.1%)

Total Members Voted: 32

Author Topic: What is the easiest Language  (Read 3045 times)

HTML is a markup language, not a programming language.

If you look at it that way, then JavaScript would be top for me.

Anyways, OP, is there anything is specific you're looking to make? Games, applications, web applications?
[/quote]

No, just made this to see your opinions.

But I will look into some of the languages and what they do.

I said a website in C. Not C++. There's a difference between the two.
The difference isn't that big.

"Easiest" isn't really what you're looking for other than a quick intro. My first language was a few different varieties of BASIC.
After you understand the concepts, you'll want to move to a language that you can actually accomplish something in. (Depending on your current skills you may want to just skip straight to a practical language)
As far as what language, I'd say it really doesn't matter. When you're learning programming for the first time, like 90% of what you're learning is the concepts and critical thinking skills, once you've got that learning another language is just learning it's syntax, which a ton of languages share lots of similarities.

"Easiest" isn't really what you're looking for other than a quick intro. My first language was a few different varieties of BASIC.
After you understand the concepts, you'll want to move to a language that you can actually accomplish something in. (Depending on your current skills you may want to just skip straight to a practical language)
As far as what language, I'd say it really doesn't matter. When you're learning programming for the first time, like 90% of what you're learning is the concepts and critical thinking skills, once you've got that learning another language is just learning it's syntax, which a ton of languages share lots of similarities.

Well, I barely know TorqueScript and Javascript.

I know Python
I know Lua
And I know how to print in C++

Thats it.

As simple as a language Lua is, there are a lot of "gotcha's" that tend to stump some new Lua programmers, such as the difference between locals and globals, the pointer-like behavior of tables, the difference between using : and . and the concept of self, etc. It's because of this that I can't really call Lua the "easiest language". It's easy to learn and easy and straight-forward to get stuff done in, but it's still a little screwy.

I don't know too much about Python and Ruby, but from what I've learned, both of these languages seem to be the almost polar opposite of Lua: while Lua provides only 22 keywords as of version 5.2, and only one single value type (tables) to serve the purpose of many different data structures (arrays, hashmaps, sets, etc.), Python and Ruby is essentially an infinitely sized toolbox with a ton of different programming paradigms, value types, keywords, and syntaxes thrown in the mix. There's never really one straight-forward way to solve a problem, and using the languages requires learning all of what they offer, which is pretty huge.

Of course, there's no perfect language, as is there no easiest language. Some just come easier to you than others, and from my experience, it ultimately depends on what you dive into first.

C++ is the easiest one for me, LUA is OK though.

english
actually no. english is one of the hardest languages to learn because it has very strange certain rules

actually no. english is one of the hardest languages to learn because it has very strange certain rules
Yeah...

thought the title said "what is the sassiest language" and i was thinking "spanish?" but then i realized my mistake


...
sorry about not contributing anything useful to this thread

for clarification on some earlier posts... scripting languages are programming languages lol
thought the title said "what is the sassiest language" and i was thinking "spanish?" but then i realized my mistake


...
sorry about not contributing anything useful to this thread
AY PAPI


Norwegian has the msot similar words but danish is prob... oh. loving nerd. Id pick either c plus plus or ruby. But I learned HTML in like three weeks. Easy stuff. But I pretyh sure more things use python than ruby
« Last Edit: April 10, 2014, 01:38:45 AM by GhostStar »