Programming Languages Available On The CS Linux Clients

Revision as of 18:32, 16 February 2017 by Steve410.cs.jhu.edu (talk | contribs)

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