Programmable drones with Clojure/Java support?

2014-10-13 Thread JPH
t found much else. Are there any / many alternatives to AR Parrot if I want to program one in Clojure/Java? JPH -- 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 me

Re: Programmable drones with Clojure/Java support?

2014-10-14 Thread JPH
01:08 PM, John Wiseman wrote: > Hi, JPH. I'm interested in clojure + drones too. I'll try to describe the > relevant parts of the current landscape as I see it. > > Unless you're writing your own firmware, at the moment most higher level > drone programming is done wit

Re: [ANN] thi.ng/crypto - GPG/OpenPGP keypair generation, file/stream encryption helpers

2014-10-24 Thread JPH
GPG integration is a requirement for an upcoming project. Glad to have two options to choose from! If you end up collaborating, please share your planned path forward so I know which project to track. :) On 10/23/2014 03:45 PM, Karsten Schmidt wrote: > W00t! Thanks for the heads up! That looks fa

Re: Latest web framework for clojure

2014-02-25 Thread JPH
ojure-web-stack/). That was written back when I'd first started with Clojure and trying to understand how all the pieces fit together, compared to my experiences with Ruby. Hope that helps, JPH -- You received this message because you are subscribed to the Google Groups "Clojure" g

Re: I want to get sha1 of a string

2014-03-01 Thread JPH
I've had good experiences with https://github.com/xsc/pandect. You can also use Java interop like this: https://gist.github.com/prasincs/827272 JPH On 03/02/2014 12:26 AM, action wrote: > do like this: > (ns clojurewerkz.support.hashing > (:require [clojurewerkz.support.

Re: How did you learn Clojure?

2014-03-21 Thread JPH
The example I use for starting a new language is talking to a remote JSON API. Plenty to choose from, lets you experiment with libraries (http, json), and work with data structures. Also having "lein new " speeds things along, since you're not paralyzed on how to begin. JPH On 0

Writing tests for a live trading API?

2014-03-26 Thread JPH
right approach. Any advice would be appreciated. Thanks in advance, JPH -- 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

Woops

2014-03-26 Thread JPH
Sorry all, somehow I hit the send button multiple times while editing. -- 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 wit

Re: What's clojure killer app? I don't see any.

2014-04-20 Thread JPH
I think that because of Clojure's resistance to heavy-weight frameworks, you won't necessarily see a "killer app" in the way Rails was for Ruby. I think the killer feature of Clojure is the sum of its parts. At first glance it's hard to immediately see the value, but once you start plugging togeth