Explore >> Select a destination


You are here

codewithstyle.info
| | www.baturin.org
4.7 parsecs away

Travel
| | [AI summary] This blog post introduces the OCaml programming language, focusing on anonymous and named functions, closures, currying, partial application, and syntactic sugar for function definitions.
| | sequoia.makes.software
5.8 parsecs away

Travel
| | What type is this object, what properties does it have, what arguments does this function take... there's a lot I don't miss about writing Java full-time, but boy do I miss this! Can we get these type hints in JavaScript? Let's find out!
| | jrsinclair.com
4.9 parsecs away

Travel
| | In the last article, we saw how functional programming can be used with arrays. In this article we examine higher-order functionsfunctions for making functions.
| | www.dgendill.com
22.9 parsecs away

Travel
| [AI summary] A detailed exploration of using Rust and WebAssembly for system-level programming, focusing on memory management, allocator implementation, and low-level concepts like alignment and size in memory layout.