René's URL Explorer Experiment


Title: Clojure - The Reader

Keywords:

Generator: Webflow

direct link

Domain: clojure.org

google-site-verificationiXqpntr4CN3JRM1sVm5D_YzZw8bFRizBaTVycwqii2E

Links:

Clojure https://clojure.org/index
Overviewhttps://clojure.org/about/rationale
Reference‍https://clojure.org/reference/documentation
APIhttps://clojure.org/api/api
Releaseshttps://clojure.org/releases/downloads
Guideshttps://clojure.org/guides/guides
Communityhttps://clojure.org/community/success_stories
Devhttps://clojure.org/dev/dev
Newshttps://clojure.org/news/news
https://clojure.org/reader
The Readerhttps://clojure.org/reader
The REPL and mainhttps://clojure.org/repl_and_main
Evaluationhttps://clojure.org/evaluation
Special Formshttps://clojure.org/special_forms
Macroshttps://clojure.org/macros
Other Functionshttps://clojure.org/other_functions
Data Structureshttps://clojure.org/data_structures
Datatypeshttps://clojure.org/datatypes
Sequenceshttps://clojure.org/sequences
Transientshttps://clojure.org/transients
Transducershttps://clojure.org/transducers
Multimethods and Hierarchieshttps://clojure.org/multimethods
Protocolshttps://clojure.org/protocols
Metadatahttps://clojure.org/metadata
Namespaceshttps://clojure.org/namespaces
Libshttps://clojure.org/libs
Vars and Environmentshttps://clojure.org/vars
Refs and Transactionshttps://clojure.org/refs
Agentshttps://clojure.org/agents
Atomshttps://clojure.org/atoms
Reducershttps://clojure.org/reducers
Java Interophttps://clojure.org/java_interop
Compilation and Class Generationhttps://clojure.org/compilation
Other Librarieshttps://clojure.org/other_libraries
Differences with Lispshttps://clojure.org/lisps
Clojure CLIhttps://clojure.org/clojure_cli
deps.ednhttps://clojure.org/deps_edn
Reader formshttps://clojure.org/reader#_reader_forms
Symbolshttps://clojure.org/reader#_symbols
Literalshttps://clojure.org/reader#_literals
Listshttps://clojure.org/reader#_lists
Vectorshttps://clojure.org/reader#_vectors
Mapshttps://clojure.org/reader#_maps
Setshttps://clojure.org/reader#_sets
deftype, defrecord, constructor callshttps://clojure.org/reader#_deftype_defrecord_constructor_calls
Macro charactershttps://clojure.org/reader#macrochars
Quote (')https://clojure.org/reader#_quote
Character (\)https://clojure.org/reader#_character
Comment (;)https://clojure.org/reader#_comment
Deref (@)https://clojure.org/reader#_deref
Metadata (^)https://clojure.org/reader#metadata
Dispatch (#)https://clojure.org/reader#_dispatch
Syntax-quote (`, note, the "backquote" character), Unquote (~) and Unquote-splicing (~@)https://clojure.org/reader#syntax-quote
extensible data notation (edn)https://clojure.org/reader#_extensible_data_notation_edn
Tagged Literalshttps://clojure.org/reader#tagged_literals
Built-in tagged literalshttps://clojure.org/reader#_built_in_tagged_literals
Default data reader functionhttps://clojure.org/reader#_default_data_reader_function
Reader Conditionalshttps://clojure.org/reader#_reader_conditionals
homoiconichttps://en.wikipedia.org/wiki/Homoiconicity
readhttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/read
https://clojure.org/reader#_reader_forms
https://clojure.org/reader#_symbols
https://clojure.org/reader#_literals
Long.parseLong()https://docs.oracle.com/javase/7/docs/api/java/lang/Long.html#parseLong(java.lang.String,%20int)
https://clojure.org/reader#_lists
https://clojure.org/reader#_vectors
https://clojure.org/reader#_maps
https://clojure.org/reader#map_namespace_syntax
https://clojure.org/reader#_sets
https://clojure.org/reader#_deftype_defrecord_constructor_calls
https://clojure.org/reader#macrochars
https://clojure.org/reader#_quote
https://clojure.org/reader#_character
https://clojure.org/reader#_comment
https://clojure.org/reader#_deref
https://clojure.org/reader#metadata
with-metahttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/with-meta
:param-tagshttps://clojure.org/java_interop#paramtags
https://clojure.org/reader#_dispatch
fnhttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/fn
commenthttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/comment
https://clojure.org/reader#syntax-quote
https://clojure.org/reader#_extensible_data_notation_edn
extensible data notation (edn)https://github.com/edn-format/edn
https://clojure.org/reader#tagged_literals
tagged elementshttps://github.com/edn-format/edn#tagged-elements
Varhttps://clojure.org/vars
default-data-readershttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/default-data-readers
*data-readers*https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/%2Adata-readers%2A
*default-data-reader-fn*https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/%2Adefault-data-reader-fn%2A
https://clojure.org/reader#_built_in_tagged_literals
*data-readers*https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/%2Adata-readers%2A
https://clojure.org/reader#_default_data_reader_function
*default-data-reader-fn*https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/%2Adefault-data-reader-fn%2A
tagged-literalhttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/tagged-literal
https://clojure.org/reader#_reader_conditionals
readhttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/read
read-stringhttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/read-string
tools.readerhttps://github.com/clojure/tools.reader
reader-conditional?https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/reader-conditional%3F
reader-conditionalhttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/reader-conditional
tagged-literal?https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/tagged-literal%3F
tagged-literalhttps://clojure.github.io/clojure/clojure.core-api.html#clojure.core/tagged-literal
REPL and main https://clojure.org/repl_and_main
Resourceshttps://clojure.org/community/resources
Contributinghttps://clojure.org/community/contributing
Companieshttps://clojure.org/community/companies
Sitehttps://clojure.org/community/contributing_site
Licensehttps://clojure.org/community/license
Privacy Policyhttps://clojure.org/privacy
Overviewhttps://clojure.org/about/rationale
Referencehttps://clojure.org/reference/documentation
APIhttps://clojure.org/api/api
Guideshttps://clojure.org/guides/guides
Libraries & Toolshttps://clojure.org/community/libraries
Newshttps://clojure.org/news/news
Eventshttps://clojure.org/community/events
ClojureTVhttps://www.youtube.com/user/ClojureTV
Bookshttps://clojure.org/community/books
Swaghttps://clojure.org/community/swag
Releaseshttps://clojure.org/releases/downloads
Sourcehttps://github.com/clojure/clojure
ClojureScripthttps://clojurescript.org
ClojureCLRhttps://clojure.org/about/clojureclr
Privacy Policyhttps://clojure.org/privacy
this pagehttps://github.com/clojure/clojure-site/blob/master/content/reference/reader.adoc

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.