Home ›
Lambda | drupal.orgLambda | drupal.org
Submitted by Kathleen Murtagh on June 8, 2009 - 6:38pm
Link Title and URL:
Lambda | drupal.org This module lets you create a module without writing code.
Warning: this module requires PHP 5!
Based on the aspect oriented nature of Drupal, it adds functional/declarative way with strict typing to create modules.
Coolnesses of the declarative programming and strict typing:
- easy testing
- more secure
- less bugs (bugs based on type errors are not possible [eg.: you get null or false instead of something])
- every single bit is reusable
Other coolnesses:
- easy integration (all you have to do is to write some 10-lines-long classes)
- easy exporting (patterns, bones etc), since the modules itself can be stored in XML, YAML or any other format (CSV, tabulated txt, RDF, OWL)
- "code" "runs" in a managed context
And the GUI will be made in flex, so eyecandy .