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

Line 25: Line 25:
 
* Haskell
 
* Haskell
 
   
 
   
* Common Lisp (using ''clisp'', ''ecl'', and ''gcl'')
+
* Common Lisp (using ''clisp'', ''ecl'', ''gcl'', and sbcl)
  
 
* OCaml
 
* OCaml

Revision as of 18:36, 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, gcl, and sbcl)
  • OCaml
  • Node.js