Liking cljdoc? Tell your friends :D

tupelo.async

tupelo - Making Clojure even sweeter

tupelo - Making Clojure even sweeter
raw docstring

tupelo.core

Tupelo - Making Clojure even sweeter

Tupelo - Making Clojure even sweeter
raw docstring

tupelo.csv

Utils for reading CSV (comma-separated-value) formatted files.

Utils for reading CSV (comma-separated-value) formatted files.
raw docstring

tupelo.lazy

Tupelo - Making Clojure even sweeter

Tupelo - Making Clojure even sweeter
raw docstring

tupelo.lexical-v1

Utils for lexical sorting and searching

Utils for lexical sorting and searching
raw docstring

tupelo.parse

Utils for parsing string values. Provides a thin Clojure wrapper around java native parsing functions such as java.lang.Float/parseFloat. Unlike the original java functions, these native-Clojure functions can be used as higher-order functions in maps, function arguments, etc. Each function also provides an optional default-value which will be returned if there is an exception during parsing.

Utils for parsing string values. Provides a thin Clojure wrapper around java native
parsing functions such as java.lang.Float/parseFloat.  Unlike the original java
functions, these native-Clojure functions can be used as higher-order functions in maps,
function arguments, etc.  Each function also provides an optional default-value which
will be returned if there is an exception during parsing.
raw docstring

tupelo.set

Tupelo - Making Clojure even sweeter

Tupelo - Making Clojure even sweeter
raw docstring

tupelo.spec

Miscellaneous functions.

Miscellaneous functions.
raw docstring

No vars found in this namespace.

tupelo.trace

No vars found in this namespace.

tupelo.y64

Convert to/from the URL-safe Y64 encoding. Y64 is a URL-safe variant of Base64 encoding created by Yahoo (YUI library) which replaces URL-problematic chars with URL-safe substitutes. The specific substitutions are: + -> . (plus -> period) / -> _ (slash -> underscore) = -> - (equals -> hyphen) For more information, please see: http://en.wikipedia.org/wiki/Base64
http://www.yuiblog.com/blog/2010/07/06/in-the-yui-3-gallery-base64-and-y64-encoding/

Convert to/from the URL-safe Y64 encoding.  Y64 is a URL-safe variant of Base64
encoding created by Yahoo (YUI library) which replaces URL-problematic chars 
with URL-safe substitutes. The specific substitutions are:
    +  ->  .   (plus   -> period)
    /  ->  _   (slash  -> underscore)
    =  ->  -   (equals -> hyphen)
For more information, please see:
  http://en.wikipedia.org/wiki/Base64  
  http://www.yuiblog.com/blog/2010/07/06/in-the-yui-3-gallery-base64-and-y64-encoding/
raw docstring

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

× close