Jump to content

Cameleon (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Myosis.sh (talk | contribs) at 17:21, 1 May 2014 (External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Cameleon
ParadigmFunctional
Designed byOlivier Cugnon de Sévricourt, Vincent Tariel
First appeared2009
Stable release
2.0.6 / 2013
Typing disciplineStatic, Dynamic
Implementation languageC++
OSCross-platform (multi-platform)
Filename extensions.cm
WebsiteOfficial website
Influenced by
YAWL

Cameleon is a free and open source functional graphical language, released under an MIT License.

Cameleon language is a graphical data flow language following a two-scale paradigm. It allows an easy up-scale that is the integration of any library writing in C++ in the data flow language. Cameleon language aims to democratize macro-programming by an intuitive interaction between the human and the computer where building an application based on a data-process and a GUI is a simple task to learn and to do. Cameleon language allows conditional execution and repetition to solve complex macro-problems.

Cameleon is built on an extension of the petri net model for the description of how the Cameleon language executes a composition.

Features

  • Graphical Algorithm Editor,
  • Real time calibration,
  • Dynamic building,
  • Multi-Scale approach,
  • XML-based model for data definition and manipulation based on XML Schema, XPath and XQuery,
  • Easy integaration of new algorithm with the dev kit.

See also

References