1 / 1200
文档名称:

Axiom the putation system-[1]-[Richard D Jenks, Robert S Sutor, S C Morrison, J M Steinbach, B M Trager, S M Watt, M Bronstein, W H Burge, T P Daly, M].pdf

格式:pdf   大小:3,917KB   页数:1,200页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Axiom the putation system-[1]-[Richard D Jenks, Robert S Sutor, S C Morrison, J M Steinbach, B M Trager, S M Watt, M Bronstein, W H Burge, T P Daly, M].pdf

上传人:联系 2017/7/15 文件大小:3.83 MB

下载得到文件列表

Axiom the putation system-[1]-[Richard D Jenks, Robert S Sutor, S C Morrison, J M Steinbach, B M Trager, S M Watt, M Bronstein, W H Burge, T P Daly, M].pdf

相关文档

文档介绍

文档介绍:The 30 Year Horizon
Manuel Bronstein W illiam Burge T imothy Daly
James Davenport Michael Dewar Martin Dunstan
Albrecht F ortenbacher P atrizia Gianni Johannes Grabmeier
Jocelyn Guidry Richard Jenks Larry Lambe
Michael Monagan Scott Morrison W illiam Sit
Jonathan Steinbach Robert Sutor Barry T rager
Stephen W att Jim W en Clifton W illiamson
Volume 0: Axiom Jenks and Sutor
Contents
Introduction to Axiom . . . . . . . . . . . . . . . . . . . . . . . . 1
putation . . . . . . . . . . . . . . . . . . . . 1
putation . . . . . . . . . . . . . . . . . . . . 2
Graphics . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
HyperDoc . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Interactive Programming . . . . . . . . . . . . . . . . . . 5
Data Structures . . . . . . . . . . . . . . . . . . . . . . . . 6
Mathematical Structures . . . . . . . . . . . . . . . . . . . 7
Pattern Matching . . . . . . . . . . . . . . . . . . . . . . . 8
Polymorphic Algorithms . . . . . . . . . . . . . . . . . . . 9
Extensibility . . . . . . . . . . . . . . . . . . . . . . . . . 10
Types are Defined by Abstract Datatype Programs . . . . 11
The Type of Basic Objects is a Domain or Subdomain . . 12
Domains Have Types Called Categories . . . . . . . . . . 13
Operations Can Refer To Abstract Types . . . . . . . . . 13
Categories Form Hierarchies . . . . . . . . . . . . . . . . . 14
Domains Belong to Categories by Assertion . . . . . . . . 14
Packages Are Clusters of Polymorphic Operations . . . . 15
The Interpreter Builds Domains Dynamically . . . . . . . 15
Axiom Code piled . . . . . . . . . . . . . . . . . . 16
Axiom is Extensible . . . . . . . . . . . . . . . . . . . . . 16
Using Axiom as a Pocket Calculator . . . . . . . . . . . . . . . . 17
Basic Arithmetic . . . . . . . . . . . . . . . . .