Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).