Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexknauth/measures-with-dimensions
units of measure in typed racket
https://github.com/alexknauth/measures-with-dimensions
racket units-measures-converter units-of-measure
Last synced: about 1 month ago
JSON representation
units of measure in typed racket
- Host: GitHub
- URL: https://github.com/alexknauth/measures-with-dimensions
- Owner: AlexKnauth
- Created: 2014-10-09T01:01:33.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2020-07-18T00:40:07.000Z (over 4 years ago)
- Last Synced: 2024-10-16T02:55:20.714Z (3 months ago)
- Topics: racket, units-measures-converter, units-of-measure
- Language: Racket
- Homepage:
- Size: 179 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
measures-with-dimensions [![Build Status](https://travis-ci.org/AlexKnauth/measures-with-dimensions.png?branch=master)](https://travis-ci.org/AlexKnauth/measures-with-dimensions)
========================documentation: http://pkg-build.racket-lang.org/doc/measures-with-dimensions/index.html
This repository is a racket package that provides structs to represent measures,
units, and dimensions, and functions and macros to manipulate these.It was originally inspired by [Metaxal/measures](https://github.com/Metaxal/measures),
but is more based on the concept of dimensions, and it also has types for
[typed/racket](http://docs.racket-lang.org/ts-guide/index.html).