Projects / GNU ccScript

GNU ccScript

GNU ccScript offers a class extensible threaded embedded scripting engine for use with the Common C++ GNU package. This engine is also used in Bayonne (the GNU telephony server), and in TOSI (FreeBSD and GNU/Linux PBX integration servers). This engine differs from traditional scripting systems in that it is used to script near real-time state-event systems through deterministic callback step execution rather than the linear and non-deterministic fashion of embedded script libraries such as tcl, and libguile.

Tags Software Development Libraries Interpreters
Licenses GPLv3
Operating Systems OS Independent
Implementation C++

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  15 Feb 2009 07:40
  • Rrelease-after

Changes: Direct indexing and mapping of arrays, tuples, and dictionaries using []'s and <> accessors rather than special operators is now possible. Numeric and string assignment expressions and symbol manipulations (such as pre-increment, push, pop, etc.) can now be directly used and have simplified operator syntaxes. Local method blocks have been added so that common code can be passed down from ccscript templates and overridden as needed in derived script sections. More math operators were added for numeric expressions.

  • Rrelease-mid
  •  04 Feb 2009 16:25
  • Rrelease-after

Changes: Support was added for nested tuples, additional data transforms for case conversion, and expansion of tuples into separate symbols. Perl string comparison operators were also introduced for clarity between numeric and string operations.

  • Rrelease-mid
  •  02 Feb 2009 00:35
  • Rrelease-after

Changes: New list processing support for easier list processing and database query processing, including some ideas borrowed from Python.

  • Rrelease-mid
  •  29 Dec 2008 18:45
  • Rrelease-after

Changes: This release introduces support for conditional compiling of scripts based on bound keywords. It introduces the %index symbol to access indexing within for/foreach loops, and new loop index manipulation functions including "previous" to skip backward in a loop. foreach now supports an optional starting offset. Support has been added for numeric expressions and an explicit assignment operator.

  • Rrelease-mid
  •  13 Sep 2008 18:02
  • Rrelease-after

Changes: Templating was introduced into the core ccscript language. This allows one to rapidly define and apply commands for common event handlers easily to multiple scripts.

No-screenshot

Project Spotlight

Python config module

A hierarchical, easy-to-use, powerful configuration module for Python.

No-screenshot

Project Spotlight

Pantheios

A fully type-safe, extensible, extremely efficient C++ logging API library.