Skip to content

What symbols to add from Clojure 1.12.0 ? #55

@jafingerhut

Description

@jafingerhut

Below is a list of new vars def'd in Clojure 1.12.0 that were not present in Clojure 1.11.1. The namespace is clojure.core if it is not explicitly shown.

I already have a good idea where partitionv, partitionv-all, and splitv-at should go. Please add a comment if you have a suggestion for where other new vars should go in the cheatsheet, if you think they should be added at all (note: not all vars are in the cheatsheet, nor need they be).

*repl*

clojure.core.protocols/iterator-reduce! - Considered implementation detail, and therefore best not to include in  cheatsheet (Alex Miller).

clojure.java.basis.impl/init-basis - Considered implementation detail, and therefore best not to include in cheatsheet (Alex Miller).
clojure.java.basis.impl/the-basis - Considered implementation detail, and therefore best not to include in cheatsheet (Alex Miller).
clojure.java.basis.impl/update-basis! - Considered implementation detail, and therefore best not to include in cheatsheet (Alex Miller).

clojure.java.basis/current-basis
clojure.java.basis/initial-basis

clojure.java.process/exec - Top two proposals: (a) add all of these vars to the existing "Other / Browser/Shell" section, or (b) add these, and also remove all existing vars in the cheatsheet from namespace clojure.java.shell
clojure.java.process/exit-ref
clojure.java.process/from-file
clojure.java.process/io-task - Considered implementation detail, and therefore best not to include in cheatsheet (Alex Miller).
clojure.java.process/start
clojure.java.process/stderr
clojure.java.process/stdin
clojure.java.process/stdout
clojure.java.process/to-file

clojure.repl.deps/add-lib - Possibilities: (a) add these 3 vars to existing Other / REPL section (b) Make what is now Other / REPL subsection into its own top-level section.
clojure.repl.deps/add-libs
clojure.repl.deps/sync-deps

clojure.tools.deps.interop/invoke-tool

partitionv - Added to same one section where partition was.
partitionv-all - Added to same two sections where partition-all was.
splitv-at - Added to same one section where split-at was.

stream-into! - Consider adding a new "Streams" section as a subsection of "Java Interoperation", since Java interop is the reason these streams functions were created.
stream-reduce!
stream-seq!
stream-transduce!

List of new namespaces from Clojure 1.11.1 to 1.12.0:

  • clojure.java.basis
  • clojure.java.basis.impl
  • clojure.java.process
  • clojure.repl.deps
  • clojure.tools.deps.interop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions