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

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

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.