Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 3.06 KB

README.md

File metadata and controls

57 lines (40 loc) · 3.06 KB

Aconcagua

Logo

This model represents measures as first class objects, that is, an object that encapsulates a number with its unit.

Unit Tests Coverage Status Group loading check Markdown Lint

GitHub release Pharo 8.0 Pharo 9.0 Pharo 10 Pharo 11

GS64 3.7.0 GS64 3.7.1

Named after Aconcagua, the highest mountain in both the southern and western hemispheres. It is located in the Andes, in the Mendoza Province, Argentina.

This representation allows the programmer to use measures in arithmetic expressions as if they were numbers, but with the advantage of providing explicit information to the system, specifically, the measures units. See Arithmetic with measurements on dynamically-typed object-oriented languages or download the article PDF for more about this.

Quick links

License

  • The code is licensed under MIT.
  • The documentation is licensed under CC BY-SA 4.0.

Quick Start

Installation

To load the project in a Pharo image, or declare it as a dependency of your own project follow these instructions.

Contributing

Check the Contribution Guidelines