|
You are here |
www.dodgycoder.net | ||
| | | | |
akos.ma
|
|
| | | | | The D programming language lacked a "killer app" to break through. Another brilliant language suffered from this situation, objectively deserving a much better fate than the one it had; Smalltalk. | |
| | | | |
trendless.tech
|
|
| | | | | This is a comparison of programming languages. The thrust of it is to give an approximation of the strengths and weaknesses of that language compared to other programming languages. It's worth noting that each "lang" has its "use case", so none of them are technically "bad", though many of them are awkward for doing specific [...]Read More... from Programming Languages, Anecdotally | |
| | | | |
blog.samibadawi.com
|
|
| | | | | [AI summary] A retrospective on the author's experiences with Haskell and Hadoop, highlighting their initial hype, eventual maturity, and the trade-offs between abstraction and control in modern programming paradigms. | |
| | | | |
yieldcode.blog
|
|
| | | Take a good look at the following function and try to understand what it's doing. function do_magic(a, b) { return a + b; } | ||