mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cac0e8e107
PR: 20229 Submitted by: David Sugar <dyfet@gnu.org>
11 lines
470 B
Plaintext
11 lines
470 B
Plaintext
ccscript offers a class extensible threaded script interpreter that may
|
|
be embedded in Common C++ derived packages as a native extension language.
|
|
This script interpreter differs from traditional scripting systems in that
|
|
it is used to script near real-time state-event transitions thru
|
|
deterministic callback step execution rather than the linear and
|
|
non-deterministic fashion of traditional extension languages such as tcl,
|
|
libguile, etc.
|
|
|
|
- David Sugar
|
|
dyfet@gnu.org
|