Hello world! This is HTML5 Boilerplate.
i will
learn
clojure
in the next 10 years...
how about some haskell.... and some clojure...
(let [[a b c & more] (range 10)]
(println "a b c are:" a b c)
(println "more is:" more))
; a b c are: 0 1 2
; more is: (3 4 5 6 7 8 9)
;=> nil
geneweb is a web app written ocaml. i put this one on AWS. fun!
2676-only have 2676 days left. fire up the REPL. working with examples in "joy of clojure" and switched to intelliJidea
3414- i was able to rotate labels with this final code starting on line 85.
3422-Sill don't know how to read a slime-debug-screen but i did manage to dig my way thru my error.
It was my abstract structural binding in the 'mk-fnl-list' function.
originally i had a vector in a vector [ []] but the output of 'bnk-list [data]' was just a single vector [].
taDA!
the current working version is
here.
Now to make some pretty charts with the data....
being that the 'Description' string is so long it won't display on chart-- but if you rollover bar it 'pops-up' -like
this
using this
code.
saw some
charts
on war data
with labels
standing on end so i need to figure out how to do that for my
'where' labels. i keep hearing about folks rereading or discovering
the SICP book. I am reading it as i can and watched some of the
videos ... i wonder when they were filmed... looks like the late
70's or so.
3444-With help from the clojure/incanter g-groups this
code
produces
this.
trying to get the code to include more than 1 element of the description that i have sliced and diced.
not having much success.
here is some of my lastest brain
squeez'nz!
the issue [i think] is either that a 'one' item description is throwing a null-pointer/ or something about 'lazy-seqs'.
Making some progress....
look!
now i just need to figure out what all
this
means.