comparison programming language

Programming languages are used for controlling the behavior of a machine (often a computer). Like natural languages, programming languages follow rules for syntax and semantics.
There are thousands of programming languages and new ones are created every year. Few languages ever become sufficiently popular that they are used by more than a few people, but professional programmers may use dozens of languages in a career.
Most programming languages are not standardized by an international (or national) standard, even widely used ones, such as Perl or Standard ML (despite the name). Notable standardized programming languages include ALGOL, C, C++, JavaScript (under the name ECMAScript), Smalltalk, Prolog, Common Lisp, Scheme (IEEE standard), ISLISP, Ada, Fortran, COBOL, SQL, and XQuery.

You do not have permission to view the full content of this post. Log in or register now.
  1. S

    Rust or Python? Which one is best?

    This is just a question though, but which one is best at handling concurrency? I'm thinking of planning to make a pool WebSocket server for handling the server for a browser-based IRC app, I was thinking of Rust because it is memory efficient and considered as the norm for handling concurrency...
Back
Top