
杂谈
文章平均质量分 86
yntcsb
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何手写语法分析器
如何手写语法分析器 http://www.cppblog.com/vczh/archive/2008/06/15/53373.aspx 如何手写语法分析器 陈梓瀚 华南理工大学软件05级本科 vczh@163.com http://www.cppblog.com/vczh/ 在写可配置的语法分析器之前,我觉得还是先说说如...原创 2009-04-01 15:51:33 · 399 阅读 · 0 评论 -
The Case for D - the other side of the coin
The Case for D - the other side of the coin 作者leonardo(leonardom) Andrei Alexandrescu has written a nice article, "The Case for D" (click on 'Print' to read it on a single page):http://www.ddj.com/...原创 2009-06-19 12:27:37 · 212 阅读 · 0 评论 -
Ownership hierarchy using owner::this
Ownership hierarchy using owner::this In my last post I talked about the proposal for the ownership scheme for multithreaded programs that provides alias control and eliminates data races. The schem...原创 2009-06-19 12:29:34 · 221 阅读 · 0 评论 -
The Case for D —硬币的另一面
The Case for D —硬币的另一面 作者:leonardo(leonardom)翻译:尚波 Andrei Alexandrescu 已经写了一篇好文章:《The Case for D》。 D1是个很好的语言,我经常使用它,但是这篇文章显示出太多D2语言和它的编译器的好处,主要聚焦在它将来可以做什么上,而忽略了当前存在的一些消极面和问题。给新有D用户提供虚假期望是危险的。我认为给出现...2009-06-20 11:35:02 · 302 阅读 · 0 评论 -
Linguaggio D versione 2(转)
Linguaggio D versione 2 转自http://leonardo-m.livejournal.com/93664.html Non si puo' spiegare tutto un linguaggio in un post, ma una spiegazione di cosa sia puo' velocizzare assai un suo possibile suc...2010-03-31 06:42:16 · 179 阅读 · 0 评论 -
学习一种新的编程语言所要做的15个练习
学习一种新的编程语言所要做的15个练习 原地址http://www.yeeyan.com/articles/view/38585/19790 简介 怎样快速学习一门新的编程语言?本文提供了一个行之有效的方法:看几页程序说明,然后就开始实践吧~ 虽然我已经可以使用很多种编程语言进行工作,但我的工作常常会要求我快速掌握一门新的语言。我没有选择去阅读几百页的程序手册,...原创 2009-01-29 23:30:44 · 151 阅读 · 0 评论 -
Parallel Programming with Hints(转)
Parallel Programming with Hints(转) Wouldn’t it be nice to be able to write sequential programs and let the compiler or the runtime automatically find opportunities for parallel execution? Somethi...原创 2010-05-14 12:27:40 · 338 阅读 · 0 评论 -
haskell趣学指南(链接)
http://fleurer-lee.com/lyah/ 一份很好的haskell语言入门指南的翻译原创 2010-05-16 16:25:49 · 283 阅读 · 0 评论