Liking cljdoc? Tell your friends :D

clj-chess.ecn

Functions for reading chess games in ECN (extensible chess notation) format.

Functions for reading chess games in ECN (extensible chess notation)
format.
raw docstring

edn-seqclj

(edn-seq rdr)

A lazy sequence of EDN objects in from the provided reader.

A lazy sequence of EDN objects in from the provided reader.
sourceraw docstring

game-headersclj

(game-headers rdr)

Returns a lazy sequence of the game headers of an ECN file.

Returns a lazy sequence of the game headers of an ECN file.
sourceraw docstring

games-in-fileclj

(games-in-file ecn-file)
source

readerclj

(reader filename)

Convenience function for creating a java PushbackReader for the given file name. Why isn't this included in Clojure?

Convenience function for creating a java PushbackReader for the given
file name. Why isn't this included in Clojure?
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close