Future home of fns proposed for core inclusion. Currently:
.?.
)dissoc-in
seqable?
<<
), originally described
here.NOTE: If you are looking for the other nil-safe threading macros — -?>
and
-?>>
— they're still here, but deprecated; they were effectively promoted into
clojure.core
starting with Clojure 1.5 in the form of some->
and some->>
,
respectively.
For more details, please see the project's generated API documentation.
Add a dependency on core.incubator to your Leinigen project.clj
:
[org.clojure/core.incubator "0.1.3"]
…or to your Maven pom.xml
:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.incubator</artifactId>
<version>0.1.3</version>
</dependency>
Copyright (c) Rich Hickey and contributors. All rights reserved.
The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.
Can you improve this documentation? These fine people already did:
Chas Emerick & Stuart HallowayEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |