What are the most important coding languages to learn?
What are the most important coding languages to learn?
Other urls found in this thread:
Whatever, just make sure you have one marketable language, one niche. And make sure they compliment each other.
Ruby, Elixir, Javascript. Holy grail.
punjabi
mandarin
C
Javascript
A language to make money
A language that won't make you want to kill yourself, for personal projects.
>posting a markup language while asking for programming languages
Kek
>A language to make money
So Java?
>A language that won't make you want to kill yourself for personal projects
That doesn't exist. Maybe Scala?
Java, C#, C++, even more Javascript... really, anything you can use for your bread and butter.
>That doesn't exist.
Oh come on, everyone has a language that they actually like, even if most people don't use it.
Plankalkül, PVS, The Matrix.
C++, C# and Java.
markup is kinda programming
JavaScript is the only one you need
>>A language to make money
>So Java?
Java will die out at some point.
C/C++/C# is the real money maker language. Serious non-web programming uses C and friends mainly.
Haskell.
Coding != programming
Most of the hadoop/big data stuff I've seen is in either Java or Scala, none of those you mentioned.
since when? i've been coding since the mid-80's its always been called coding.
now gtfoml
That is not true. They are the same thing. OK?
>Java will die out at some point.
Are you under the mistaken belief that Android will die any time soon? Because Android is rather tied in to Java.
Languages are just syntax. Learn a few specifics and then it all generalizes.
haskell
HTML
English
This. It all depends on what you want to do. Picking the right language will save you the trouble of reinventing the wheel
Lisp so you can say that language X is shit because it doesn't have any macros
Perl
Python
C
Visual Basic
Javascript
SQL
HTML, BASIC, Cobol, and Erlang
in that order
c++
vhdl
javascript
python
haskel
if you know 4/5 of these, you can do almost anything
Three bit repetition code, Hamming code, etc...
No, learn forth so you can outsmug the Lispers when they say that.
I think VHDL is really only for electrical engineers.
That said, I wonder what kind of image processing/machine vision stuff military contractors have been able to get onto their FPGA boards.
Doesn't matter which language exactly. Just get some variety.
a functional language like SML, Haskell or Lisp,
a scripting language like Python, Ruby or Lua,
an object oriented language like Java or C++,
and maybe one of the modern systems language like Rust or Go.
If you want to know about computer architecture, learn an assembly language and C.
You're right
Scripting languages like Shell are not programming languages. They are scripting languages. Although you can program in them they do not have proper functions. Markup languages like HTML are not programming languages either. There for
Coding != Programming
If you know C++, you know every imperative language. So C++.
I just use Python and C but I have gotten used to other languages syntax easily. Lua is a good example of that.
>> C
>> Go
>> JavaScript
Master one language if you actually want a job. I'd rather know a single language and how to use 50-100 libraries of that language, than just know the basic syntax and what I can do without libraries of 10 languages.
Java, C#, scripting, .NET, etc. if you actually want an entry level job without college education or decades of experience, like C++.
Learn one language, and be good at that. Open a GitHub account or similar and upload all of your projects, whether it's a cli math game, a file manager, a screenshot tool that automatically uploads to ___.com, etc. Find a new library and try to create a project with it. Find an API and create a tool for it. etc. Don't just follow ___ 101 tutorials of 10 languages and say you know them all because you know how to define variables and write a main method.
>he hasn't read chapter 8 of LOL
>Barney Starship
No thanks.
Google is working on an automatic conversion tool to convert the Android APIs to Dart. The Dart team is almost as big as the Android team now.
>Scripting languages like Shell are not programming languages. They are scripting languages.
Wrong
more importantly, learn concepts. then you can learn any language. if you mean employ ability, java is a good place to be at.
>new student walks in first day of class
>"is this the HTML programming class?"
>later I try to explain to him that HTML isn't a programming language
>he insists it is
>lelfrogface.jpg
Python is a good user-friendly language to start with.
Java is great if you want to get into OOP and Graphics, and it holds your hand a lot less than Python.
C++ is essential to any programming education, and as far as I'm concerned, it's the most useful language out there.
Javascript is pretty essential to learn if you want a job in the industry, but I wouldn't pick it up just for fun.
x86 Assembly is a great introduction to low-level programming. It's easy to learn, hard to master.
Lisp is pretty cool, considering it's over half a century old. But it's probably not a very practical language to learn at this point. Stay away from Scheme, especially if you're a beginner.
>won't make you want to kill yourself
>Scala
Golang
Punjabi it is.. *chak de*
This. Variety is more important. Most applications or APIs these days are compatible with a variety of languages. Just learn a decent OO language, some scripting (Both web and system), and a low-level or fundamental language like C. Then there's room to dabble in other languages and find your favorite. After that, you've gotten the essential knowledge you need to work with most anything.