back
user profile
dmit
6,674karma·537submissions·February 21, 2011
recent activity (537 total)
comment
Go may detect data races if your test suite triggers them and you opt in to use the race detector. Rust rejects programs with data races unless you opt out by explicitly marking code in question as …
comment
There was a precedent in Haskell land: https://twitter.com/bos31337/status/116372971509121025 A more modern implementation: https://github.com/munificent…
746 pts
comment
https://dlang.org https://elixir-lang.org http://www.groovy-lang.org http://kotlinlang.org https://nim-lang.org http://racket-lan…
comment
Originally from the MIT Mystery Hunt: https://devjoe.appspot.com/huntindex/puzzle/mit2013601 PDF: http://web.mit.edu/puzzle/www/2013/coinheist…
comment
Is there not a point where GC overhead becomes negligible? There have been production examples of Go maintaining sub-millisecond GC pauses with a multi-GB heap under a server workload.
https:/…
comment
I've heard from multiple people teaching Haskell that it's much easier to grasp for people with no prior programming experience compared to those with one or more languages under their belt.…
comment
Wikipedia is notorious for tedious and sometimes explosive discussions of even the most minor edits. Sayre's law in action.
11 pts