Difference between revisions of "Programming/Languages"
From HPC
m |
|||
| Line 19: | Line 19: | ||
| Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. | | Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. | ||
|- | |- | ||
| + | <!-- | ||
| [[programming/Julia|Julia]] | | [[programming/Julia|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. | | 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. | ||
|- | |- | ||
| + | --> | ||
| [[programming/Perl|Perl]] | | [[programming/Perl|Perl]] | ||
| Perl is an interpreted language useful for rapid code development and multi-purpose programming. | | Perl is an interpreted language useful for rapid code development and multi-purpose programming. | ||
Latest revision as of 13:23, 17 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. |
| 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. |