Explore >> Select a destination


You are here

vale.dev
| | blog.skylight.io
5.6 parsecs away

Travel
| | One of the coolest features of Rust is how it automatically manages resources for you, while still guaranteeing both safety (no segfaults) and high performance. Because Rust is a different kind of programming language, it might be difficult to understand what I mean, so let me be perfectly clear: * In
| | danielpecos.com
6.4 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:
| | borretti.me
3.7 parsecs away

Travel
| | A survey of type systems for memory safety.
| | veykril.github.io
16.5 parsecs away

Travel
|