Hacker News new | ask | show | jobs
by pjmlp 4476 days ago
No need for valgrind when using memory safe languages :)
2 comments

Are your memory safe languages also concurrency/data-race safe? (<3 valgrind DRD)
The wonders of FP.
"Often time when using high level algebraic languages we have a tendency to do things in a way that looks the best, or in the shortest number of statements. Often completely ignoring what will execute fastest." - Donald Knuth The Art Of Programming Volume 1 Second Edition Preface X.
But its the most maintainable so 99% of the time that's the right choice.