Scheme (programming language): Difference between revisions

Content deleted Content added
No edit summary
Hephaestos (talk | contribs)
mNo edit summary
Line 82:
=== Data Types ===
 
Other common data types in Scheme besides functions and lists are: [[integer number|integer]], [[rational number|rational]], [[real number|real]], [[complex number]]s, [[symbol]]s, [[string]]s, [[port (computing)|port]]s. Most Scheme systems also offer [[association list]]s, [[hash table]]s, [[vector]]s, [[array]]s and [[structure]]s.
 
Most Scheme systems offer a full [[numerical tower]] as well as [[exact arithmetic|exact]] and [[inexact arithmetic]].