definterface, sequence, and clojure.repl/dir added in v25 of the
Cheatsheet, available here:

http://jafingerhut.github.io

which is also where you get when you click the 'Download other versions
with tooltips' link at clojure.org/cheatsheet

Andy

On Wed, May 20, 2015 at 8:41 PM, Mars0i <marsh...@logical.net> wrote:

> Ah, OK, thanks.  I probably depend too mcuh on the cheatsheets.  But I'll
> go ahead and file an issue for definterface; I think it should be there as
> an alternative to gen-interface.
>
>
> On Wednesday, May 20, 2015 at 10:24:16 PM UTC-5, Andy Fingerhut wrote:
>
>> The cheat sheet doesn't include everything.  Most things in Clojure, yes,
>> but not all.  Looking at the log of the last time I generated the latest
>> version of the cheat sheet, it does not include the 172 Vars listed below.
>>
>> You can file an issue if there are any you think especially ought to be
>> added: https://github.com/jafingerhut/clojure-cheatsheets/issues
>>
>> Andy
>>
>>
>> *allow-unresolved-vars*
>> *assert*
>> *compiler-options*
>> *flush-on-newline*
>> *fn-loader*
>> *math-context*
>> *read-eval*
>> *source-path*
>> *use-context-classloader*
>> *verbose-defrecords*
>> ->ArrayChunk
>> ->Vec
>> ->VecNode
>> ->VecSeq
>> -cache-protocol-fn
>> -reset-methods
>> EMPTY-NODE
>> accessor
>> add-classpath
>> agent-errors
>> await1
>> chunk
>> chunk-append
>> chunk-buffer
>> chunk-cons
>> chunk-first
>> chunk-next
>> chunk-rest
>> chunked-seq?
>> clear-agent-errors
>> clojure.core.reducers/->Cat
>> clojure.core.reducers/CollFold
>> clojure.core.reducers/append!
>> clojure.core.reducers/cat
>> clojure.core.reducers/coll-fold
>> clojure.core.reducers/drop
>> clojure.core.reducers/filter
>> clojure.core.reducers/fjtask
>> clojure.core.reducers/flatten
>> clojure.core.reducers/fold
>> clojure.core.reducers/foldcat
>> clojure.core.reducers/folder
>> clojure.core.reducers/map
>> clojure.core.reducers/mapcat
>> clojure.core.reducers/monoid
>> clojure.core.reducers/pool
>> clojure.core.reducers/reduce
>> clojure.core.reducers/reducer
>> clojure.core.reducers/remove
>> clojure.core.reducers/take
>> clojure.core.reducers/take-while
>> clojure.data/Diff
>> clojure.data/EqualityPartition
>> clojure.data/diff-similar
>> clojure.data/equality-partition
>> clojure.java.browse/*open-url-script*
>> clojure.java.io/Coercions
>> clojure.java.io/IOFactory
>> clojure.java.io/default-streams-impl
>> clojure.java.io/make-input-stream
>> clojure.java.io/make-output-stream
>> clojure.java.io/make-parents
>> clojure.java.io/make-reader
>> clojure.java.io/make-writer
>> clojure.java.javadoc/*core-java-api*
>> clojure.java.javadoc/*feeling-lucky*
>> clojure.java.javadoc/*feeling-lucky-url*
>> clojure.java.javadoc/*local-javadocs*
>> clojure.java.javadoc/*remote-javadocs*
>> clojure.java.javadoc/add-local-javadoc
>> clojure.java.javadoc/add-remote-javadoc
>> clojure.java.shell/*sh-dir*
>> clojure.java.shell/*sh-env*
>> clojure.pprint/*print-base*
>> clojure.pprint/*print-miser-width*
>> clojure.pprint/*print-pprint-dispatch*
>> clojure.pprint/*print-pretty*
>> clojure.pprint/*print-radix*
>> clojure.pprint/*print-right-margin*
>> clojure.pprint/*print-suppress-namespaces*
>> clojure.pprint/code-dispatch
>> clojure.pprint/formatter
>> clojure.pprint/formatter-out
>> clojure.pprint/fresh-line
>> clojure.pprint/get-pretty-writer
>> clojure.pprint/pp
>> clojure.pprint/pprint-indent
>> clojure.pprint/pprint-logical-block
>> clojure.pprint/pprint-newline
>> clojure.pprint/pprint-tab
>> clojure.pprint/print-length-loop
>> clojure.pprint/set-pprint-dispatch
>> clojure.pprint/simple-dispatch
>> clojure.pprint/with-pprint-dispatch
>> clojure.pprint/write
>> clojure.pprint/write-out
>> clojure.repl/demunge
>> clojure.repl/dir
>> clojure.repl/dir-fn
>> clojure.repl/root-cause
>> clojure.repl/set-break-handler!
>> clojure.repl/source-fn
>> clojure.repl/stack-element-str
>> clojure.repl/thread-stopper
>> clojure.walk/keywordize-keys
>> clojure.walk/stringify-keys
>> clojure.xml/*current*
>> clojure.xml/*sb*
>> clojure.xml/*stack*
>> clojure.xml/*state*
>> clojure.xml/attrs
>> clojure.xml/content
>> clojure.xml/content-handler
>> clojure.xml/element
>> clojure.xml/emit
>> clojure.xml/emit-element
>> clojure.xml/startparse-sax
>> clojure.xml/tag
>> create-struct
>> definterface
>> defstruct
>> delay?
>> denominator
>> destructure
>> find-protocol-impl
>> find-protocol-method
>> hash-combine
>> hash-ordered-coll
>> hash-unordered-coll
>> method-sig
>> mix-collection-hash
>> munge
>> namespace-munge
>> numerator
>> primitives-classnames
>> print-ctor
>> print-dup
>> print-method
>> print-simple
>> proxy-call-with-super
>> proxy-name
>> read
>> read-string
>> reduced
>> reduced?
>> refer-clojure
>> replicate
>> sequence
>> special-symbol?
>> struct
>> struct-map
>> unchecked-add-int
>> unchecked-byte
>> unchecked-char
>> unchecked-dec-int
>> unchecked-divide-int
>> unchecked-double
>> unchecked-float
>> unchecked-inc-int
>> unchecked-int
>> unchecked-long
>> unchecked-multiply-int
>> unchecked-negate-int
>> unchecked-remainder-int
>> unchecked-short
>> unchecked-subtract-int
>> underive
>> unquote
>> unquote-splicing
>> with-bindings
>> with-bindings*
>> with-loading-context
>>
>>
>> On Wed, May 20, 2015 at 8:15 PM, Mars0i <mars...@logical.net> wrote:
>>
>>> Is there any reason why definterface is missing from the Clojure 1.6
>>> documentation cheatsheets?  The same is true of the "other versions with
>>> tooltips".
>>>
>>> Nothing I've read suggests that definterface is deprecated.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@googlegroups.com
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+u...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojure+u...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to