creates a reader for a given input
(-> (-reader :pushback "project.public.clj" {}) (read) first) => 'defproject
creates a reader for a given input (-> (-reader :pushback "project.public.clj" {}) (read) first) => 'defproject
(reader input)
(reader type input)
(reader type input opts)
creates a reader for a given input
(-> (reader :pushback "project.public.clj") (read) first) => 'defproject
creates a reader for a given input (-> (reader :pushback "project.public.clj") (read) first) => 'defproject
(reader-types)
returns the types of readers
(reader-types) => (contains [:input-stream :buffered :file :string :pushback :char-array :piped :line-number])
returns the types of readers (reader-types) => (contains [:input-stream :buffered :file :string :pushback :char-array :piped :line-number])
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 |