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

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 Clients]:
 
The following computer languages are installed on all of our [https://support.cs.jhu.edu/wiki/Category:Linux_Clients CS Linux Clients]:
  
* Shell scripting:
+
* Shell scripting (using ''bash'', ''zsh'', ''tcsh'')
:bash, zsh, tcsh
 
 
   
 
   
* C (via gcc and clang)
+
* C (using ''gcc'' and ''clang'')
  
* C++ (via g++ and clang++)
+
* C++ (using ''g++'' and ''clang++'')
 
   
 
   
 
* Java
 
* Java
Line 12: Line 11:
 
* Perl
 
* Perl
  
* Python (2.7 and 3)
+
* Python (version 2.7 and version 3)
 
   
 
   
 
* Ruby
 
* Ruby
Line 18: Line 17:
 
* PHP
 
* PHP
  
* Fortran (!) (via gfortran)
+
* Fortran (using ''gfortran'')
  
 
* Go
 
* Go
Line 26: Line 25:
 
* Haskell
 
* Haskell
 
   
 
   
* Common Lisp (via clisp, ecl, and gcl; oddly no sbcl, but I might add it)
+
* Common Lisp (using ''clisp'', ''ecl'', and ''gcl'')
  
 
* OCaml
 
* OCaml

Revision as of 18:35, 16 February 2017

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

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