IDL

Installing GDL

http://gnudatalanguage.sourceforge.net/

GDL is an IDL clone. To install on Fedora Core 3:

  ./configure && make && make install
  ./configure --prefix=$HOME/opt/gdl-0.8.11 --with-Magick=no --with-hdf=no \
  --with-hdf5=no --with-plplotdir=$HOME/opt/plplot-5.5.3 --with-netcdf=no \
  --with-python=no
  make && make install
  export PATH=$PATH:$HOME/opt/gdl-0.8.11/bin
  $ gdl
  GDL - GNU Data Language, Version 0.8.11
  For basic information type HELP,/INFO
  'GDL_STARTUP'/'IDL_STARTUP' environment variables both not set.
  No startup file read.
  GDL> x=5
  GDL> print, x
         5
  GDL>  

Bookmarks

Some IDL tutorials
http://www.rsinc.com/idl/