Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 424 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 424 Bytes

bof-sfeir-20120615

Code example of the BOF @Sfeir 20120615.

The exercise was simply:

  • list all the files of a given directory
  • Visualize the size taken by files extension.

Usage

cd bof-sfeir-20120615
lein repl
(in-ns 'bof-sfeir-20120615.core)
(view-pie-chart)

And you should get:

License

Copyright © 2012 denlab

Distributed under the Eclipse Public License, the same as Clojure.