Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeroendedauw/number-converter

Simple converter of numbers in arbitrary numerical systems
https://github.com/jeroendedauw/number-converter

Last synced: 8 days ago
JSON representation

Simple converter of numbers in arbitrary numerical systems

Awesome Lists containing this project

README

        

# Number Converter

Clojure exercise to create a simple converter of numbers in arbitrary numerical systems.
[View demonstration](https://asciinema.org/a/27781)

[![Build Status](https://travis-ci.org/JeroenDeDauw/number-converter.svg?branch=master)](https://travis-ci.org/JeroenDeDauw/number-converter)

## Running the tests

lein test

## Build and usage

lein uberjar
java -jar target/uberjar/number-converter-0.1.0-SNAPSHOT-standalone.jar --help