Explore >> Select a destination


You are here

benediktmeurer.de
| | mathiasbynens.be
8.2 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | v8.dev
14.9 parsecs away

Travel
| | The V8 Lite project dramatically reduced the memory overhead of V8 on typical websites, this is how we did it.
| | v8.dev
9.7 parsecs away

Travel
| | V8 v5.6 comes with a new compiler pipeline, performance improvements, and increased support for ECMAScript language features.
| | danielpecos.com
79.8 parsecs away

Travel
| Purpose of this post is to providea glimpse of the new features included in Java 8 that shiftthis language towards a more Functional Programming paradigm. But before, let's define what we understand for Functional Programming (FP). Functional programming key characteristics include: Higher Order Functions Pure Functions and Immutability Tail Call Recursion Higher Order Functions for a FP language means that functions are considered first class citizens, allowing the programmer to use them as any other value the language defines, for example, a Function value: