Difference between revisions of "Programming/Languages"
From HPC
m |
m |
||
| Line 1: | Line 1: | ||
| + | Click the links below for more information on each language. | ||
{| class="wikitable" | {| class="wikitable" | ||
| style="width:25%; background: #f5a091;" | <Strong>Language</Strong> | | style="width:25%; background: #f5a091;" | <Strong>Language</Strong> | ||
Revision as of 14:42, 2 November 2022
Click the links below for more information on each language.
| Language | Description |
| C | C is a general-purpose, high-level language that was originally developed by Dennis M. Ritchie to develop the UNIX operating system at Bell Labs. |
| C++ | C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation. |
| C-Sharp | C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming. Created by Microsoft. |
| Fortran | Fortran is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing. FORTRAN was the world's first high-level programming language and was started in 1957. |
| JAVA | Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. |
| Julia | Julia is a high-level, high-performance dynamic programming language for numerical computing. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. |
| Perl | Perl is an interpreted language useful for rapid code development and multi-purpose programming. |
| Python | Python is an interpreted language useful for rapid code development and distributed computing. |
| R | R is a programming language and software environment for statistical analysis, graphics representation and reporting. |