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

(Add Julia to the list)
Line 2: Line 2:
  
 
* Shell scripting (using ''bash'', ''zsh'', and ''tcsh'')
 
* Shell scripting (using ''bash'', ''zsh'', and ''tcsh'')
+
 
 
* C (using ''gcc'' and ''clang'')
 
* C (using ''gcc'' and ''clang'')
  
 
* C++ (using ''g++'' and ''clang++'')
 
* C++ (using ''g++'' and ''clang++'')
+
 
 
* Java
 
* Java
+
 
 
* Perl
 
* Perl
  
 
* Python (version 2.7 and version 3)
 
* Python (version 2.7 and version 3)
+
 
 
* Ruby
 
* Ruby
+
 
 
* PHP
 
* PHP
 +
 +
* Julia
  
 
* Fortran (using ''gfortran'')
 
* Fortran (using ''gfortran'')
  
 
* Go
 
* Go
+
 
 
* Scala
 
* Scala
  

Revision as of 23:51, 10 September 2020

The following computer languages are installed 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