(ns your-namespace
(:require plaza.utils))
Usage: (fold-list c)
Transforms a list: [1 2 3 4] -> [[1 2] [3 4]]
Usage: (grab-document-url url)
Retrieves an input stream from a remote URL
Usage: (keyword-to-string k)
transforms a keyword into a string