随笔分类 -  linguistics

摘要:https://www.zhihu.com/tardis/sogou/qus/27286136 阅读全文
posted @ 2019-07-22 19:34 papering 阅读(272) 评论(0) 推荐(0)
摘要:llvm是low level virtual machine的简 阅读全文
posted @ 2019-07-22 16:01 papering 阅读(244) 评论(0) 推荐(0)
摘要:可变性编程 不可变性编程 可变性变量 不可变性变量 -1 面向表达式编程是指在代码中使用表达式而不用语句 语句是可以执行的东西,执行代码 表达式是可以求职的东西,返回值 【Scala,大部分开发者会在代码中避免使用return】 Java惯用法:一个return语句 def createErrorM 阅读全文
posted @ 2018-05-20 17:05 papering 阅读(267) 评论(0) 推荐(0)
摘要:https://en.wikipedia.org/wiki/Domain-specific_language A domain-specific language (DSL) is a computer language specialized to a particular application 阅读全文
posted @ 2018-03-16 09:40 papering 阅读(1314) 评论(0) 推荐(0)
摘要:Computer Science An Overview _J. Glenn Brookshear _11th Edition_C Note that passing parameters by value protects the data in the calling unit from bei 阅读全文
posted @ 2016-11-09 12:32 papering 阅读(280) 评论(0) 推荐(0)
摘要:Computer Science An Overview _J. Glenn Brookshear _11th Edition_C Many programming languages allow the use of one symbol to represent more than one op 阅读全文
posted @ 2016-11-09 12:16 papering 阅读(265) 评论(0) 推荐(0)