From the WWW page:
Ch is the most complete C interpreter in existence. Ch is embeddable in
other application programs and hardware.
Ch supports ISO C standard (C90), major new features in C99, classes in
C++, POSIX, X/Motif, Windows, OpenGL, ODBC, GTK+, C LAPACK, CGI, 2D/3D
graphical plotting, advanced numerical computing, and shell programming.
Moreover, Ch has many salient features from other languages and software
packages.
This is standard edition of Ch. It is free for commercial and personal use.
2003-11-08 03:05:34 +01:00
|
|
|
===========================================================================
|
2005-02-13 20:50:55 +01:00
|
|
|
$NetBSD: MESSAGE,v 1.3 2005/02/13 20:04:48 rillig Exp $
|
|
|
|
|
|
|
|
You can use ch or chs (Ch interpreters: normal and safe variant)
|
From the WWW page:
Ch is the most complete C interpreter in existence. Ch is embeddable in
other application programs and hardware.
Ch supports ISO C standard (C90), major new features in C99, classes in
C++, POSIX, X/Motif, Windows, OpenGL, ODBC, GTK+, C LAPACK, CGI, 2D/3D
graphical plotting, advanced numerical computing, and shell programming.
Moreover, Ch has many salient features from other languages and software
packages.
This is standard edition of Ch. It is free for commercial and personal use.
2003-11-08 03:05:34 +01:00
|
|
|
as login shells.
|
|
|
|
|
|
|
|
If you install Ch, please run the command ch -d to create a Ch startup
|
|
|
|
configuration file in your home directory, if it is the first time to run
|
|
|
|
Ch. To get started for Ch, you can run the command help in a Ch shell. Read
|
2005-02-13 20:50:55 +01:00
|
|
|
Online documentation for more information.
|
|
|
|
|
From the WWW page:
Ch is the most complete C interpreter in existence. Ch is embeddable in
other application programs and hardware.
Ch supports ISO C standard (C90), major new features in C99, classes in
C++, POSIX, X/Motif, Windows, OpenGL, ODBC, GTK+, C LAPACK, CGI, 2D/3D
graphical plotting, advanced numerical computing, and shell programming.
Moreover, Ch has many salient features from other languages and software
packages.
This is standard edition of Ch. It is free for commercial and personal use.
2003-11-08 03:05:34 +01:00
|
|
|
Getting started in Ch, type
|
2005-02-13 20:50:55 +01:00
|
|
|
|
2003-11-28 23:52:48 +01:00
|
|
|
setenv CHHOME ${EMULOPTDIR}/ch4.0.0/
|
2005-02-13 20:50:55 +01:00
|
|
|
|
2003-11-28 23:52:48 +01:00
|
|
|
if you use csh, or
|
2005-02-13 20:50:55 +01:00
|
|
|
|
2003-11-28 23:52:48 +01:00
|
|
|
export CHHOME="${EMULOPTDIR}/ch4.0.0/"
|
2005-02-13 20:50:55 +01:00
|
|
|
|
2003-11-28 23:52:48 +01:00
|
|
|
if you use (ba)sh. Then execute:
|
2005-02-13 20:50:55 +01:00
|
|
|
|
2003-11-28 23:52:48 +01:00
|
|
|
${EMULOPTDIR}/ch4.0.0/bin/ch
|
2005-02-13 20:50:55 +01:00
|
|
|
|
From the WWW page:
Ch is the most complete C interpreter in existence. Ch is embeddable in
other application programs and hardware.
Ch supports ISO C standard (C90), major new features in C99, classes in
C++, POSIX, X/Motif, Windows, OpenGL, ODBC, GTK+, C LAPACK, CGI, 2D/3D
graphical plotting, advanced numerical computing, and shell programming.
Moreover, Ch has many salient features from other languages and software
packages.
This is standard edition of Ch. It is free for commercial and personal use.
2003-11-08 03:05:34 +01:00
|
|
|
help
|
2005-02-13 20:50:55 +01:00
|
|
|
|
From the WWW page:
Ch is the most complete C interpreter in existence. Ch is embeddable in
other application programs and hardware.
Ch supports ISO C standard (C90), major new features in C99, classes in
C++, POSIX, X/Motif, Windows, OpenGL, ODBC, GTK+, C LAPACK, CGI, 2D/3D
graphical plotting, advanced numerical computing, and shell programming.
Moreover, Ch has many salient features from other languages and software
packages.
This is standard edition of Ch. It is free for commercial and personal use.
2003-11-08 03:05:34 +01:00
|
|
|
===========================================================================
|