Haskell, Types, Tests
Posted reddit搬运工
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Haskell, Types, Tests相关的知识,希望对你有一定的参考价值。
用Haskell写一个比C还快的xml解析库,里边好多针对Haskell的优化技巧可以学习,还有整体的思路,一边profile一边修改。不过使用性一般吧,毕竟用Haskell的人比较少,还要写库做优化的就更少了
http://chrisdone.com/posts/fast-haskell-c-parsing-xml
https://www.reddit.com/r/programming/comments/5nid64/fast_haskell_competing_with_c_at_parsing_xml/
Uncle Bob最近发了一篇关于Swift和Kotlin的文章,批判了一下他们对类型系统做的改进,强调测试才是正路,这个在社区里引起的不少的争论(当然主要是反对声音),随后他又发文继续对这个评论。不知道是老了脑子不好了,还是为了继续推广他的TDD,实在让人想不明白怎么会写这种文章……reddit上的评论很精彩,为什么说他的说法有问题看一下就明白了。
http://blog.cleancoder.com/uncle-bob/2017/01/11/TheDarkPath.html
http://blog.cleancoder.com/uncle-bob/2017/01/13/TypesAndTests.html
https://www.reddit.com/r/programming/comments/5njjjh/uncle_bob_argues_for_languages_that_let_you_shoot/
https://www.reddit.com/r/programming/comments/5ntg7y/types_and_tests_by_uncle_bob_response_to/
.NET gc的分析,最近发了不少关于gc的文章了,Haskell,go,racket,ocaml最近都有不少分析,这里又一个针对.NET的。作者最后还强调了一下分析方法的重要性。
http://mattwarren.org/2017/01/13/Analysing-Pause-times-in-the-.NET-GC/
https://www.reddit.com/r/programming/comments/5nrror/analysing_pause_times_in_the_net_gc/
StackOverflow居然也发生信息泄露了,哎……不过及时的公开,透明的处理还是值得赞同的。
http://meta.stackoverflow.com/questions/340960/a-post-mortem-on-the-recent-developer-story-information-leak
https://www.reddit.com/r/programming/comments/5nqtju/stackoverflow_a_postmortem_on_the_recent/
工作不是生活,保持工作和生活的界限,不断提升自己的竞争力。
https://codewithoutrules.com/2017/01/11/your-job-is-not-your-life/
https://www.reddit.com/r/programming/comments/5ngda1/your_job_is_not_your_life_staying_competitive_as/
以上是关于Haskell, Types, Tests的主要内容,如果未能解决你的问题,请参考以下文章
为啥我的haskell程序这么慢? Haskell 编程,人生游戏