https://github.com/clojure/clr.core.memoize
ClojureCLR port of core.memoize
https://github.com/clojure/clr.core.memoize
Last synced: about 2 months ago
JSON representation
ClojureCLR port of core.memoize
- Host: GitHub
- URL: https://github.com/clojure/clr.core.memoize
- Owner: clojure
- License: epl-1.0
- Created: 2022-11-09T22:23:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T18:08:35.000Z (11 months ago)
- Last Synced: 2024-10-29T18:57:28.847Z (8 months ago)
- Language: Clojure
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# clr.core.memoize
A port of [clojure/core.memoize](https://github.com/clojure/core.memoize) library to ClojureCLR.
See that repository for documentation.
# Releases
The latest stable release is 1.1.266.
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
```clojure
{io.github.clojure/clr.core.memoize {:git/tag "v1.1.266" :git/sha "a1a7f68"}}
```Nuget reference:
```
PM> Install-Package clojure.core.memoize -Version 1.1.266
```Leiningen/Clojars reference:
[org.clojure.clr/core.memoize "1.1.266"]
## Copyright and License
This version:
Copyright (C) 2024 Rich Hickey & ClojureCLR contributors
Distributed under the Eclipse Public License, the same as Clojure.
The parent project has this:
>Copyright (c) Rich Hickey and Michael Fogus, 2023. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.