Skip to content

levans/Open-Quark

Repository files navigation

About Open Quark for Java

Open Quark is a programming framework that enables lazy functional programming on the Java platform.

The original motivation for Open Quark was similar to the drive behind Microsoft's LINQ within C#: a way to express data transformation in composable algebraic terms within an application written in an OO language. Open Quark differs from the approach taken by Microsoft in that we did not attempt to extend the Java language per se, but rather we created Java libraries for compilation and evaluation of functions, under Java control. Open Quark has also expanded beyond some of these initial ambitions and has become a rather general-purpose functional programming framework for the Java platform.

A key feature of the Open Quark is its native language CAL. CAL is a full functional language in the style of Haskell, Clean, Miranda etc. Open Quark provides a compiler and tools for the CAL language. The compiler has pluggable back-ends, but the default target runtime "LECC" compiles functions directly to Java byte code. Various tools allow the creation of JAR files from CAL modules, and so it is possible to use CAL as a standalone programming language without the need to code a Java 'wrapper' to launch your CAL application.

Open Quark was designed from the outset to allow programmatic control of function creation and evaluation. Modules can be created using the Open Quark SDK, which also allows full control of evaluation. Evaluation can entail passing of values between the CAL runtime and regular Java code, including function 'suspensions'. In this way, the execution of regular Java and CAL functions can be intertwined as necessary.

CAL supports parallel evaluation. This feature must be enabled with a system property, which then allows a library of 'parallel' functions to be used.

Open Quark has a number of developer features for CAL development, including:

  • ICE (Interactive CAL Environment) - a console for running/testing functions
  • A debug mode, that allows stopping and stepping in ICE, and rendering of values as they are evaluated
  • A unique graphical language and development environment called the Gem Cutter. This is a great laboratory for experimenting and testing code.
  • Tools for generating CALDoc (the CAL equivalent of JavaDoc), attaching metadata to CAL entities, integrating with Java and generating JAR files.

An Eclipse plug-in for developing in CAL is available. An experimental Embedded CAL Eclipse plug-in is available. This allows you to write CAL code inline with Java source.

CALLogo


Learning More

The main Open Quark website provides a wealth of information pertaining to Open Quark and has downloads for the latest badged versions (as both binary and source packages).

Open Quark has a wikipedia page with some summary material.

A CAL Language Discussion is hosted on Google Groups. This is a good place to asks questions and share insights.

The Open Quark platform distributions contain a wide range of documentation (in the "docs" folder) covering many aspects of the language and tools. You'll find reference materials as well as tutorials and examples.

The samples directory contains a file CalIntro.cal that is designed to introduce various language features as you read from top to bottom.

If you are new to lazy functional programming, you might like to check out the Haskell language tutorials. Haskell is sufficiently close to CAL syntax, that you should easily be able to convert to CAL once you have the basics of Haskell programming covered.

About

The CAL functional language and functional meta-programming environment for the Java platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published