- CAL (Quark Framework)
CAL is the name of a programming language originally developed by [http://businessobjects.com/ Business Objects] and now released as "Open Quark", with sources, under a BSD-style license. It is a lazy
functional programming language similar to the Haskell programming language. An implementation is available from the [http://labs.businessobjects.com/cal Business Objects Labs] site. CAL forms part of the Quark Framework which includes a visual programming tool, Gem Cutter.One of the main objectives of the Quark Framework is to allow logic expressed in a declarative, lazy functional style to be easily and efficiently integrated into Java applications. CAL source is typically compiled directly to byte codes (though an interpreter is also available), and can be called from regular OO code. In turn CAL code can call any Java code. Evaluation of CAL programs, and exploration of results can be completely controlled by procedural code, allowing data transformation logic (for which CAL is ideally suited) to be flexibly integrated into Java applications. A Java program can also easily build new functions on-the-fly, to describe transient data flows, or to create persisted logic. This form of 'functional metaprogramming' is common in real-world deployments of the Quark Framework.
For further details, refer to the main CAL and the Quark Framework page.
Wikimedia Foundation. 2010.