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

您现在的位置是:虫虫源码 > 其他 > AHA!编程语言

AHA!编程语言

资 源 简 介

Introduction Aha! is a new general-purpose programming language aimed to raise software quality to a higher level. It is: * declarative (programs consist of statements that set goals, but do not directly specify steps needed to achieve them) * pure (computations have no side effects) * strict (computations are "eager" by default) * total (every computation terminates) * parallel (program logic easily translates to multiple concurrent processes) * statically typed * modular It features powerful data structures (arrays, sequences, first-class functions, objects and composites), success/failure logic, sequence generators, high-level array/sequence operations, generic modules with separate code and specification, abstract data types, type inference and much more, all within elegant and highly readable syntax. Aha! programs are intrinsically parallel. Aha! differs from other programming languages in many ways, for example: * success/failure logic is us
VIP VIP
0.181964s