Utilities library for clojure projects
- floating-point-comparison - helper for double number comparisons
- writer - helper for saving data to different file formats
- reader - helper for reading data in different file formats
- file - helper for file system operations
- cmd - helper for program execution in terminal
- format - helper for different types formatting to string output
- string-formatter - helper for string formatting
- benchmark - provides benchmarking functionality
To include libraries add the following to your :dependencies
:
[org.iiasa/utilities-clj "1.1.0"]
<dependency>
<groupId>org.iiasa</groupId>
<artifactId>utilities-clj</artifactId>
<version>1.1.0</version>
</dependency>
Copyright © 2021 Anna Shchiptsova, IIASA
Licensed under MIT