You are here |
dehora.net | ||
| | | |
donsbot.com
|
|
| | | | A common misconception from non-Haskellers is that Haskell, when compiled, pays an ongoing penalty for supporting laziness by default. The idea is that in a lazy language, every expression would suspend to a heap-allocated, garbage collected, thunk. Even if you were to use the variable immediately. That sounds scarily expensive. In the real world however,... | |
| | | |
andreabergia.com
|
|
| | | | This post is part of the Languages Opinion series. Languages opinion - part one - JVM Languages opinion - part two - Rust ??thispost Languages opinion - part three - Javascript and Typescript Welcome back to my mini-series about programming languages. In this post, we will talk about one of the most interesting programming languages that I have seen in a long while: Rust. | |
| | | |
erik.doernenburg.com
|
|
| | | | At work I'm seeing more and more embedded software; over the past few years in, among others, coffee machines, forklifts, and cars. Embedded software needs... | |
| | | |
budibase.com
|
|
| | Learn everything you need to know about web app development, including tools, frameworks, approaches, and architecture. |