Explore >> Select a destination


You are here

jameshfisher.com
| | szymonkrajewski.pl
16.4 parsecs away

Travel
| | ECMAScript 6 has an amazing feature called Arrow Function. It allows writing a function expression faster and smarter than traditional way (using functionkeyword). Worth to know, it's not a one to one replacement for standard functions.
| | ostash.dev
12.9 parsecs away

Travel
| | What is a higher order function(HOF)? If a function receives as its input one or more functions or/and returns the function we can called it HOF.
| | azdavis.net
16.6 parsecs away

Travel
| | Various varieties of function in programming languages.
| | text.marvinborner.de
23.7 parsecs away

Travel
| This article describes a variadic extension to the default fixed-point combinator namely the Y-combinator. We do this by translating the Scheme code from a paper to bruijn (pure lambda calculus).