Hi Chris,
Cool. Thanks for sharing with the group. I also worked on something
similar: https://github.com/drsnyder/gantry. I was getting frustrated
with our current Frankenstein version of capistrano and wanted to
tinker with building a basic remote execution and deployment tool
using clojure.
Dam
Jul 6, 10:36 pm, Damon Snyder wrote:
>
>
>
>
>
>
>
> > Hello,
> > I wanted to let everyone know about a tool I have been working on. I'm
> > calling it gantry (a type of crane that I see every day on my commute
> > on BART to SF and inspired by
Hello,
I wanted to let everyone know about a tool I have been working on. I'm
calling it gantry (a type of crane that I see every day on my commute
on BART to SF and inspired by crane). I started working on it after
seeing crane (https://github.com/getwoven/crane) and seeing the
possibilities while
Hi Miki,
Thats an interesting idea that I had not thought of. It nicely
encapsulates everything in one package.
Thanks!
Damon
On Jun 16, 6:15 pm, Miki wrote:
> One more option is to embed the jar in base64 encoding in a script, extract
> the jar to a temp location and run it.
> The following Per
Hi cmn,
I think if you add clojure.contrib.string to your use or simply add
(:use clojure.contrib.string). I think that should fix it.
Damon
On Jun 16, 12:16 pm, octopusgrabbus wrote:
> What is the proper way to :use clojure contrib so split resolves as a
> symbol?
>
> ns test-csv
> (:gen-clas
Hi Everyone,
I'm have a side project that I'm working on that I want to distribute
as a standalone script. This is probably best illustrated as an
example. What I would like to be able to do is give users a script, so
they can do:
gantry -H example.host.com -f examples/tasks.clj uptime
Instead
. I added this to the core.clj and the tests and
there are no warnings.
Thanks!
Damon
On Dec 28, 9:45 pm, Damon Snyder wrote:
> Thanks everyone for all of the feedback. I think I have a solution to
> the warnings and if I understand deftype/defrecord, I should be able
> to replace defre
Thanks everyone for all of the feedback. I think I have a solution to
the warnings and if I understand deftype/defrecord, I should be able
to replace defrecord with deftype in my implementation. I'll give it a
try and report back when I have a chance.
Thanks,
Damon
On Dec 26, 7:31 pm, David Nolen
Hello,
In an effort to learn a little more about clojure (and possibly
introduce it at work) I decided to write a native client for the
Beanstalk work queue. See http://kr.github.com/beanstalkd/ for more
information about the queue and https://github.com/drsnyder/beanstalk
for the client.
One of t
Hi Meikel, Nicolas, and Justin,
Thank you for the great feedback! I learned a lot. I was puzzled about
(update-in (update-in)) and after doing that the -> operator makes a
lot of sense. The reduce is clever and fits nicely as well.
I dropped the function that read in the lines of the file and used
Hi Everyone,
I'm looking for some feedback on a small get-your-feet wet program I
wrote in clojure (my first). In particular, I hope to get feedback on
how to better make use of clojure's data structures and functional
programming in general.
Below is the toy program and the sample output. It read
11 matches
Mail list logo