lambdalicious icon indicating copy to clipboard operation
lambdalicious copied to clipboard

Module system

Open turanct opened this issue 9 years ago • 0 comments

In short:

return module(@foo, [@list=>[map, reduce], @debug=>dump], function($map, $reduce, $dump) {
    // Use imported functions here
    $halves = $map(divide(__,2), __);
    return export([@halves=>$halves]);
});

See discussion in https://github.com/mathiasverraes/lambdalicious/pull/28

turanct avatar Mar 04 '15 19:03 turanct