random:seed
  • LOG/
  • TXT/
  • RNA/
  • PUB/
  • POD/
  • VID/
  • pl
random:seed random:seed
stats

#Data Type

Read Me Clojure, Pt.  5


Type Systems


  November 27, 2014 |  July 7, 2019 |   50 minutes50 m. (10441 words)
Image

Data types allow us to classify values according to various characteristics and to establish relations between the resulting classes. This helps the programmer define operations performed on data of different kinds, and it helps language mechanisms manage memory and detect certain kinds of errors. In Clojure, we deal with several interrelated type systems that we can extend, and by leveraging their polymorphic mechanisms, we are able to abstract data management and build unified information exchange interfaces.

#type system #data type > Clojure

Read Me Clojure, Pt.  4


Data Structures


  November 26, 2014 |  February 1, 2019 |   83 minutes83 m. (17584 words)
Image

Data structures, alongside algorithms expressed as operations, are a fundamental component of every computer program. When building applications, we choose structures that will be best suited for processing data within our adopted model.

#binding #data type #data structure #metadata #persistent structures > Clojure

Copyright © Paweł Wilk  •  2005 – 2026  •  random:seed

Different works may belong to various authors:
biographical pages.

Content processed using Hugo version 0.147.2.
environment: production

Logo random:seed