| Projects on Google Code | Results 1 - 9 of 9 |
=Closures support for Java using dynamic Groovy evaluation.=
==1 minute introduction:==
Lets have a look at the following code in Java:
{{{
import static closures.Closures.*;
...
List list = asList(new User("Adam"), new User("Ola"), new User("Alex"));
each(collect(list, "'Hello '+it.name"),...
== Introduction ==
An experiment with some of the fp (functional programming) style PHP functions. Removes the overhead of using the same create_function() many times and supplies a basic syntax that eliminates the need of callback functions for the following PHP functions:
* array_reduce()
...
A variety of small Open Source projects for !ColdFusion MX from Sean Corfield (An Architect's View).
Currently this project contains:
* CFEclipseFacade - a cfcUnit-compatible version of the CFC required by the CFUnit plugin
* Closures for CFMX - inspired by closures in a variety of languages
...
coldfusion,
cfmx,
concurrency,
closures,
irc,
ircbot,
php,
ruby,
scripting,
cfcunit,
cfeclipse,
event-based
Complex JavaScript Made Easy is an open source utility which will allow users to create complex JavaScript functionality as services, register them and use them by just publishing a message.
*Funk* is a scripting language that is very simple at it's core: It has functions (as values), pattern matching and real variables. That's it - the rest is just nice notation for defining different kinds of functions - every value is a function. Object oriented programming is implemented via pattern...
UFO is a general-purpose multi-paradigm functional programming language with some very high-level features. Some of the more specific features make it quite suitable for creating other programming languages and computational models (abstract/virtual machines). It includes:
* automatic memory ma...
concurrency,
data-structures,
closures,
education,
functional,
Modula-3,
programming,
language,
research,
pattern-matching
Takes all the best features of today's modern programming languages to create one Uber language.
OpenSocial framework is entirely written in Javascript.
It provides methods to abstract your code, write it quicker, and accommodates for changes as OpenSocial begins to evolve.
- Suhail Doshi
Use a few functional language features in Java without the need to learn a new language. As described on blog.techhead.biz