I am Here By posting What a Computer Science should Learn as a part of Language
Best Programming Languages to Learn
The following languages provide a reasonable mixture of paradigms and practical applications:- Javascript
- JavaScript is a good representative of the semantic model popular in dynamic, higher-order languages such as Python, Ruby and Perl.As the native language of the web, its pragmatic advantages are unique.
- Java
- The primary advantage of Java application development is that it is free and its syntax bears resemblance to various C-based programming languages, making it easier for developers to understand and implement.
- C
- If you want to be able to do more than write a simple web app, C is a great language. If you want to write a great, fast game, C is again a great choice. You can write an entire OS in C.
- C#
- C# AKA C Sharp, is a programming language that is designed for building a variety of applications that run on the .NET Framework. C# is simple, powerful, type-safe, and object-oriented.
- C++
- You can tap directly into the Windows API and work magic with it. You can program with objects and classes or abandon them altogether and make a C-style structured program.
- PHP
- PHP is a lot easier to get started with than you might think. By learning just a few simple functions, you are able to do a lot of things with your website. And once you know the basics, there are a wealth of scripts available on the internet that you only need to tweak a little to fit your needs.
- Haskell
- Haskell is the crown jewel of the Hindley-Milner family of languages. Fully exploiting laziness, Haskell comes closest to programming in pure mathematics of any major programming language.
- R
- R is a language and environment for statistical computing and graphics. It is similar to the S language and environment. R can be considered as a different implementation of S.
- Python
- It’s an easy language that just about anyone can master in a short period of time. If you’re impatient and want to make quick scripts that deliver results (and you don’t mind very rudimentary debugging), then you should definitely explore it! See also Python Programming
- SQL
- SQL is everywhere, and I'm not saying that because I want you to use it. It's just a fact. I bet you have some in your pocket right now. All Android Phones and iPhones have easy access to a SQL database called SQLite and many applications on your phone use it directly. It runs banks, hospitals, universities, governments, small businesses, large ones, just about every computer and every person on the planet eventually touches something running SQL. SQL is an incredibly successful and solid technology.
Comments
Post a Comment