Crules

Crules is a dynamic programming language that takes influences from Python , Perl and Haskell. The main motivation for this language was the concept or design of a new paradigm or feature which I call `rules’; where a rule is or can be an entry point which has dependencies rather than parameters. Though any rule can be overridden to have different or no dependencies. So the language itself can decide on the best course of actions for an operation, this then has the side effect of dependencies being preconditions for execution.

Though the main goal of Crules, is to create an very expressive language by mixing some Functional Programming techniques and idioms with the clean and clear syntax as well as the clear deterministic form of Procedural languages; to name some features I am happy with would be Lazy Evaluation, Object Orientation, Variadic and Anonymous Parameter Functions and Reflection. Which all make up an important part of a language being truly dynamic. These are just some of the features for the up coming release ~ February 2010 called (Prickly Pineapple), where it should hopefully meet the 1.0 language specifications I have been designing, from there I am targeting many more exciting features to make Crules a useful language for lazy and effective software development.

Crules is an interpreted language and is implemented in C, code and content is hosted at http://code.redbrain.co.uk/cgit.cgi/crules/ and tracked via http://dev.crules.org. Probably worth noting here that Crules is License under the terms of the GPLv3 see COPYING with the Crules source code. Copyright Crules Developers see AUTHORS.

For more information see:: http://crules.org