什么是First-class citizen?

  In programming language design, a first-class citizen (also typeobjectentity, or value) in a given programming language is an entity which supports all the operations generally available to other entities. These operations typically include being passed as an argument, returned from a function, and assigned to a variable.

  第一类公民(first-class citizen),是支持所有operation的entity。这些operation包括作为函数参数、函数返回值、直接赋值给变量。

First and second class objects

  A real number may appear in an expression or be assigned to a variable, and either may appear as an actual parameter in a procedure call. A procedure, on the other hand, may only appear in another procedure call either as the operator (the most common case) or as one of the actual parameters. There are no other expressions involving procedures or whose results are procedures. Thus in a sense procedures in Algol are second class citizens—they always have to appear in person and can never be represented by a variable or expression (except in the case of a formal parameter)。

  实数可以出现在一个表达式、赋给一个变量、作为函数调用的参数。但方法,只能在一个方法调用过程中作为operator、作为其他方法的实际的参数。方法的应用范围不如实数大,所以称为二等公民。

参考:https://en.wikipedia.org/wiki/First-class_citizen#cite_note-1

  

最新文章

  1. Review 代码
  2. myeclipse 清理项目缓存的几大步骤
  3. CHAR 详解
  4. 使用FTPClient进行文件服务器内文件的上传和下载
  5. 在Ubuntu上为Android系统编写Linux内核驱动程序
  6. 利用Eclipse的JPA自动生成注解实体
  7. mysql sql 基础总结
  8. CCF认证考试——折点计数
  9. Andrew Ng机器学习公开课笔记 -- 线性回归和梯度下降
  10. UI组件--element-ui--全部引入和按需引入
  11. tp框架增删改
  12. Storm实现实时大数据分析(storm介绍,与Hadoop比较,)
  13. wait和notify
  14. mysql 时间戳的使用!
  15. @RequestBody发送请求报400错误
  16. angularjs的ng-change事件演示
  17. DS二叉树--叶子数量
  18. 柯朗微积分与数学分析习题选解(1.1 节 e)
  19. Nuget出现错误怎么办?
  20. 最值得一看的几条简单的谷歌 Google 搜索技巧,瞬间提升你的网络搜索能力

热门文章

  1. JS类型转换之valueOf和toString详解
  2. 转asp.net中的App_GlobalResources和App_LocalResources使用
  3. python实践报错:SyntaxError: Non-ASCII character
  4. 企业web管理软件开发平台
  5. 对Linux内核中进程上下文和中断上下文的理解
  6. linux pwd命令查看当前路径命令
  7. windows下php7安装redis扩展
  8. VMware ESXi 网卡
  9. map、reduce处理数据结构及常见案例
  10. MAMP pro mac 本地集成环境 php sal apache等集成软件