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")
 
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 installed on all of our [https://support.cs.jhu.edu/wiki/Category:Linux_Clients CS Linux Clients]:
  
 +
* Shell scripting:
 +
: bash, zsh, tcsh
 +
 +
* C (via gcc and clang)
  
[[Software]]
+
* C++ (via g++ and clang++)
 +
 +
* Java
 +
 +
* Perl
 +
 
 +
* Python (2.7 and 3)
 +
 +
* Ruby
 +
 +
* PHP
 +
 
 +
* Fortran (!) (via gfortran)
 +
 
 +
* Go
 +
 +
* Scala
 +
 
 +
* Haskell
 +
 +
* Common Lisp (via clisp, ecl, and gcl; oddly no sbcl, but I might add it)
 +
 
 +
* OCaml
 +
 +
* Node.js
 +
 
 +
 
 +
[[Category:Software]]

Revision as of 18:32, 16 February 2017

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

  • Shell scripting:
bash, zsh, tcsh
  • C (via gcc and clang)
  • C++ (via g++ and clang++)
  • Java
  • Perl
  • Python (2.7 and 3)
  • Ruby
  • PHP
  • Fortran (!) (via gfortran)
  • Go
  • Scala
  • Haskell
  • Common Lisp (via clisp, ecl, and gcl; oddly no sbcl, but I might add it)
  • OCaml
  • Node.js