3 projects tagged "Functional Programming"
Mythryl is a Linux-centric SML/NJ-derived scripting and application development language with a C-flavored syntax. It is a bit like Perl6 without the vapor. It features Hindley-Milner type deduction, higher order functions, higher order generics, parametric type polymorphism, and Perl-compatible regular expressions. It is built on the twenty-year-old SML/NJ codebase and is ready to use. Mythryl is positioned to provide an upgrade path for Linux scripters who have outgrown Perl and Python and Linux developers who have outgrown C, C++, and Java.
Funcito is a Java library which simplifies access to your favorite functional programming APIs by wrapping Java methods as the function-type objects defined in those libraries. Rather than creating another functional programming API, Funcito makes it easy to define function-type objects which wrap existing methods. As a result, your code has less noise and clutter of anonymous inner classes, annotations, etc. Your code remains safe for automated refactoring, since there are no String-based reflection or forced naming conventions. The supported frameworks are Google Guava, Jedi, Functional Java, Play! Framework 2, and collections-generic.