套件: liblazymap-clojure (3.1.1-1)
liblazymap-clojure 的相關超連結
Trisquel 的資源:
下載原始碼套件 lazymap-clojure:
- [lazymap-clojure_3.1.1-1.dsc]
- [lazymap-clojure_3.1.1.orig.tar.gz]
- [lazymap-clojure_3.1.1-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Java Maintainers (郵件存檔)
- Apollon Oikonomopoulos
外部的資源:
- 主頁 [bitbucket.org]
相似套件:
transparent wrapper around Clojure's map types
LazyMap is a transparent wrapper around the map types of Clojure. It works similar to lazy-seq for sequences: the value associated with a key via lazy-assoc is not evaluated until it is actually accessed. So if the value is dissoc'd before it is accessed the code necessary to generate the value is not executed at all.