Skip to main content

Basic Types

  • Chapter
Programming in Dylan
  • 87 Accesses

Abstract

The purpose of this chapter is to introduce and describe a number of types which are indispensable to programming. Without these types, real programming is impossible. These types are referred to as ‘basic’ for this reason. Some of the types have atomic values; such values cannot be broken down. For example, a boolean value cannot be broken down into anything simpler; similarly, an integer cannot be decomposed into simpler entities (it could be represented as a bit string, but this is a change of representation and can be viewed as a change of type). Vectors, strings and lists, on the other hand, contain component values of other types; sometimes the components are of the same type (e.g. a list of lists), sometimes not (e.g. a vector of integers).

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Notes

  1. Ada is a registered trademark of the US Department of Defense.

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 1997 Springer-Verlag London Limited

About this chapter

Cite this chapter

Craig, I.D. (1997). Basic Types. In: Craig, I.D. (eds) Programming in Dylan. Springer, London. https://doi.org/10.1007/978-1-4471-0929-7_4

Download citation

  • DOI: https://doi.org/10.1007/978-1-4471-0929-7_4

  • Publisher Name: Springer, London

  • Print ISBN: 978-3-540-76053-5

  • Online ISBN: 978-1-4471-0929-7

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics