Fusion Laws?
Michael Haufe <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
Does the JavaScript Engine utilize anything similar to the fusion laws for methods as described in a number of academic papers in the functional programming community[1][2]? For example: xs.map(f).map(g) <==> xs.map(g ∘ f) [1] <http://www.cs.nott.ac.uk/~pszgmh/fold.pdf> [2] <https://www.cs.ox.ac.uk/ralf.hinze/publications/IFL10.pdf> _______________________________________________ dev-tech-js-engine mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine