I'm interested in Bitcoin and cryptocurrencies.

So I installed bitcoind on my laptop and started playing with the CLI. 

I also tried some Java and Clojure libs that builds on top of the CLI.


After a while I decided to write my own library for it.  

Specifically I wanted to see if it was possible to parse information from 
the CLI, (which is mostly in JSON format)

and generate the API for Clojure and Java by using AOT, Instaparse, macros 
etc.

Don't really know if it's usable for anyone but it was a fun exercise.


The result can be found here: https://github.com/eliassona/bitcoinrpc



Anders



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to