Difference between revisions of "Programming Languages Available On The CS Linux Clients"

(Created page with "The following computer languages are installed on all of our [https://support.cs.jhu.edu/wiki/Category:Linux_Clients CS Linux Computers]: Software")
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The following computer languages are installed on all of our [https://support.cs.jhu.edu/wiki/Category:Linux_Clients CS Linux Computers]:
+
The following computer languages are available on all of our [[:Category:Linux_Clients|CS Linux Clients]]:
  
 +
* Shell scripting (using ''bash'', ''zsh'', and ''tcsh'')
  
[[Software]]
+
* C (using ''gcc'' and ''clang'')
 +
 
 +
* C++ (using ''g++'' and ''clang++'')
 +
 
 +
* Java
 +
 
 +
* Perl
 +
 
 +
* Python (version 2.7 and version 3)
 +
 
 +
* Ruby
 +
 
 +
* PHP
 +
 
 +
* Julia
 +
 
 +
* Fortran (using ''gfortran'')
 +
 
 +
* Go
 +
 
 +
* Scala
 +
 
 +
* Haskell
 +
 +
* Common Lisp (using ''clisp'', ''ecl'', ''gcl'', and ''sbcl'')
 +
 
 +
* OCaml
 +
 +
* Node.js
 +
 
 +
 
 +
[[Category:Software Available On The CS Linux Clients]]

Latest revision as of 13:29, 20 April 2023

The following computer languages are available on all of our CS Linux Clients:

  • Shell scripting (using bash, zsh, and tcsh)
  • C (using gcc and clang)
  • C++ (using g++ and clang++)
  • Java
  • Perl
  • Python (version 2.7 and version 3)
  • Ruby
  • PHP
  • Julia
  • Fortran (using gfortran)
  • Go
  • Scala
  • Haskell
  • Common Lisp (using clisp, ecl, gcl, and sbcl)
  • OCaml
  • Node.js