首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > 从编程语言

从编程语言

  • 资源大小:174.31 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Foom was designed with a few core ideas. · It must have C-style syntax. For better or worse, many of today’s programming languages have derived or borrowed aspects of their syntax from C. Doing so decreases the learning curve allowing broader adoption of the language. · Everything is an object. Most programming languages have a set of primitive data types such as strings, integers, floating point numbers, and Boolean values. In Foom, all of these, with the addition of functions and types, are classes. They all have properties that can be accessed and manipulated. · All curly brackets ({ }) are anonymous functions. This is a departure from C-style syntax to some extent. C uses curly brackets to limit scope and define blocks of code. Foom follows this convention; however, code within bare curly brackets is not executed until it is called, as it is a function. · Variables are lexically-scoped. The context of a variable can be

文 件 列 表

foom_0.0.2_release
dlls
foom.exe
headers
Makefile
src
tests

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 猕猴桃 5小时前 成为了本站会员

  • 11 8小时前 成为了本站会员

  • 开心快活人 11小时前 成为了本站会员

  • 晋财 12小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

0.203058s