Skip to content

clojure/clr.core.memoize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clr.core.memoize

A port of clojure/core.memoize library to ClojureCLR.

See that repository for documentation.

Releases

The latest stable release is 1.1.266.

CLI/deps.edn dependency information:

 {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.