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 …
9y ago·view thread
comment
There was a precedent in Haskell land: https://twitter.com/bos31337/status/116372971509121025 A more modern implementation: https://github.com/munificent…
9y ago·view thread
comment
https://dlang.org https://elixir-lang.org http://www.groovy-lang.org http://kotlinlang.org https://nim-lang.org http://racket-lan…
9y ago·view thread
comment
Originally from the MIT Mystery Hunt: https://devjoe.appspot.com/huntindex/puzzle/mit2013601 PDF: http://web.mit.edu/puzzle/www/2013/coinheist…
9y ago·view thread
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:/&#…
9y ago·view thread
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.…
9y ago·view thread
comment
Wikipedia is notorious for tedious and sometimes explosive discussions of even the most minor edits. Sayre's law in action.
9y ago·view thread