https://github.com/semperos/rankle
ALPHA Experiments with data rank and tables in Clojure, inspired by J and Q
https://github.com/semperos/rankle
Last synced: about 1 year ago
JSON representation
ALPHA Experiments with data rank and tables in Clojure, inspired by J and Q
- Host: GitHub
- URL: https://github.com/semperos/rankle
- Owner: semperos
- License: mpl-2.0
- Created: 2018-12-01T14:22:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T04:50:54.000Z (over 7 years ago)
- Last Synced: 2025-04-20T04:28:58.787Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 95.7 KB
- Stars: 27
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rankle - Rank in Clojure
**Alpha** This repository currently represents a set of code spikes and thought
experiments (see [build status](https://gitlab.com/semperos/rankle_mirror/pipelines)).
* Array programming and rank-oriented functions are inspired by [J](http://www.jsoftware.com/).
* The column map and table abstractions are inspired by [Q](http://code.kx.com/q/).
Start by reading this repo's [Rankle](Rankle.ipynb) document.
## Contributors
* [Chris O'Donnell](https://github.com/codonnell)
## License
This repository includes slightly modified versions of Clojure core functions as
well as the [fsm-clj](https://github.com/fbeline/fsm-clj) library which are
[licensed](https://github.com/fbeline/fsm-clj/blob/master/LICENSE)
> under the Eclipse Public License either version 1.0 or (at your option) any later version.
The `com.semperos.rankle.util/defalias` macro was copied from
[jackknife](https://github.com/sritchie/jackknife/blob/03bbd8584878914d28b7ad31225700c3ed306b4c/src/jackknife/def.clj#L22)
and is [licensed](https://github.com/sritchie/jackknife/blob/master/LICENSE.txt)
under the Apache License, Version 2.0.
All other original source code in this repository is distributed under the
Mozilla Public License version 2.0.