logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IRAFCL - IRAF Command Language Interpreter

Author

       Created by Ole Streicher for the IRAF community

IRAF 2.18                                          April 2024                                              CL(1)

Description

irafcl,  ecl  or cl starts up the command language interpreter for IRAF, the Image Reduction and Analysis
       Facility.  It can be fed a series of commands that will be executed in sequence.

       The ECL (Enhanced CL) has a number of features over CL, including better  error  handling,  command  line
       editing, new functions and constants. Unless for compatibility reasons, ECL should be used over CL.

       Because  the  names  ecl  and  cl  conflict  with  other commonly used command names for Common Lisp, the
       canonical name of the interpreter is irafcl, which defaults to ECL behaviour.

       -V     Show version of program.

       -e     Force enhanced CL (command line editing etc.)

       -c     Force classic CL

       -x     Start in a new xgterm (or xterm if xgterm is not available)

       -fFILE
              Start with executing FILE

Name

       IRAFCL - IRAF Command Language Interpreter

Synopsis

       irafcl [-V|-c|-e] [-fFILE]

       ecl [-V|-c|-e] [-fFILE]

       cl [-V|-c|-e] [-fFILE]

See Also