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

您现在的位置是:虫虫源码 > 其他 > 一个基于数学的解释(功能性?)语言。到目前为止,只是一个概念。

一个基于数学的解释(功能性?)语言。到目前为止,只是一个概念。

资 源 简 介

A language especially designed to be fast, embeddable, and very flexible. The main idiom of the language is that everything is an expression (constant or otherwise), and the program itself is a list of expressions (whereas the last expression in a list is the return value). Any variable is an expression, or a list of expressions. Functions are also expressions, so they are first class citizens. The language is a mix of imperative and functional programming. It was first meant to be a calculator and evolved from there.
VIP VIP
0.212337s