A coworker of mine recently pointed me at this, and I think it's quite
cool. I don't have any specific feedback, but wanted to say I'm following
along with the development and plan to give it a whirl on a hobby project.
Thanks Léo!
On Fri, Nov 10, 2017 at 11:35 AM, Léo Noel wrote:
> Hi fellow c
'll echo Alex's suggestion to drop it. This
particular ship sailed years ago, IMO.
'(Devin Walters)
> On Nov 7, 2016, at 10:23 PM, Mars0i wrote:
>
>
>> Personally I think "any?" and "some?" are aptly named, and that it's the
>> older &q
Any chance of `named?` making the cut in 1.9? I see it's used in the
implementation of clojure.spec.
On Tuesday, June 7, 2016 at 12:38:34 PM UTC-5, Alex Miller wrote:
>
> Clojure 1.9.0-alpha5 is now available.
>
> Try it via
>
> - Download:
> https://repo1.maven.org/maven2/org/clojure/clojure/1.
Zach,
The first chapter was a joy to read, and the writing style compliments the
topic being discussed perfectly. I very much look forward to reading more
as soon as it becomes available.
On Fri, Mar 18, 2016 at 7:58 PM, Mike Rodriguez wrote:
> Read it and like it so far!
>
> --
> You received
Based on the way I've been using midje and the way I use clojure.test, I
really appreciate the middle path fudje has chosen. I don't think the DSL
underneath has caused any confusion, and the team I'm working with is
composed of seasoned Clojure programmers who have never used midje before.
Anecdot
Thanks for the heads up, and for the work you're doing. It is much
appreciated.
On Wed, Dec 16, 2015 at 4:31 PM Toby Crawley wrote:
> This weekend I'll be taking clojars.org down to migrate to a larger
> instance to gain more disk space. The process should take about 45
> minutes, but I'm blockin
This initiative seems overdue by a couple years. I would like to offer some
non-trivial portion of my time. Is there anywhere people could donate to
ensure this becomes a valuable and positive community reality?
On Thu, Dec 10, 2015 at 4:38 PM Alex Miller wrote:
> I don't think we have any offic
Great logo, and stellar work. Thanks so much for your contribution.
On Sun, Jul 19, 2015 at 10:09 PM James Elliott wrote:
> I just released version 0.1.0 of Afterglow so that other interested people
> can start exploring it. I simply cannot believe I have been able to create
> a system like this
http://docs.paralleluniverse.co/pulsar/ is out there. I can't say I've used
it in anger, but I did enjoy experimenting with it.
On Sun, Jul 19, 2015 at 11:24 AM Colin Yates wrote:
> I don’t have anything to add at that scale, but I wanted to echo Stuart’s
> comment about the serialisability of ED
Ignoring some of the conversation here to point out that what you want is:
(.contains "foo" "f")
On Tue, May 12, 2015 at 4:04 PM, Michael Gardner
wrote:
> On May 12, 2015, at 3:28 PM, Fluid Dynamics wrote:
> > Strings and arrays support constant-time access by index.
>
> Yes, but why should tha
I think Ambrose is getting at what the original poster is after. I've
written this a number of times, but seem to recall doing something like
`(def any? (complement not-any?))`, though I'd need to go back and look.
`not-any?` is just `(comp not some)` under the covers, so I guess I'm not
sure why
To Leon's point above, that looks like:
12345678910111213
(require '[clojure.pprint :as pp])
(pp/with-pprint-dispatch pp/code-dispatch
(pp/pprint
(read-string "(defn foo [xs] (apply str (reverse (str (apply +
(for [y (filter (fn [x] (= x 1)) xs)] (inc y)))")))
=>
nil
(defn foo [xs]
http://jakemccrary.com/blog/2014/06/22/comparing-clojure-testing-libraries-output/
has some good examples. I'm currently using humane-test-output. It's worked
nicely for me.
'(Devin Walters)
> On Nov 1, 2014, at 7:00 PM, Alex Miller wrote:
>
> Additionally, I thin
I didn't read it that way.
> On Sep 14, 2014, at 7:45 AM, adrian.med...@mail.yu.edu wrote:
>
> Friendly advice: when you describe anything you create with adjectives like
> beautiful, it comes off as unnecessarily arrogant to native English speakers.
>
> Adrian
>
>> On Sunday, September 14, 20
]
(map #(-> (zipmap header %)
(walk/keywordize-keys))
rows))
=> ({:a "foo" :b "bar"} {:a "baz" :b "buzz"} ...)
Cheers,
--
Devin Walters
On Thursday, June 12, 2014 at 4:38 PM, Marc Limotte wrote:
> See
> https://gith
Very helpful info Mike, thank you.
I'll fire up Xcode this weekend, give what you're saying a try, and report back.
Thanks!
'(Devin Walters)
> On Jun 12, 2014, at 8:14, Mike Fikes wrote:
>
> Hi Devin,
>
> A great place to start is
> http://web.cec
know the drill, and no you don't come off as
arrogant. To each their own.
Cheers,
'(Devin Walters)
> On Jun 12, 2014, at 6:05, Francesco Bellomi
> wrote:
>
> Hi Devin,
>
> I'm a strong believer in contributing to the community. CrossClj is my first
> attempt
If I had a small fortune I would pay you to sit down and show me how this
business you're talking about works. Sounds really cool. Is doing this kind if
thing documented well anywhere? I'd love to see some code and your workflow.
'(Devin Walters)
> On Jun 11, 2014, at 15:30,
ool is it to be a part of this whole Clojure thing?
Best Regards,
'(Devin Walters)
> On Jun 11, 2014, at 20:25, Scott Thoman wrote:
>
> +1 !
>
> I'm about to use it in a production deployment. It has been a pleasure to
> use!
> --
> You received this message b
ancesco && @All: Drop me a private email if you'd be interested in
discussing working on something like this. I'll set up a google hangout and we
can get together and talk about it. Think of the songs they'll write about us
if we succeed! :)
Cheers,
'(Devin Walte
forward to playing around with it.
Cheers,
--
Devin Walters
On Wednesday, June 11, 2014 at 10:53 AM, Mike Haney wrote:
> Very cool. Is there a public REST api?
>
> I ask because I'm thinking a lighttable plugin that uses this to search for
> dependencies and automatically add
Forgive me if I just missed it, but do you have the code from the videos
somewhere? I was toying with the pipeline< example and kept feeling like it'd
be nice to just grab the source.
Thanks,
'(Devin Walters)
> On May 27, 2014, at 12:55, Timothy Baldridge wrote:
>
&
Awesome! Thanks Tim!
'(Devin Walters)
> On May 21, 2014, at 17:32, Timothy Baldridge wrote:
>
> From time to time I get asked to do more writing on core.async, and I've come
> to the realization that try as I might, I'm not a writer. However I recently
> starte
dropping in on this thread.
Happy Clojuring,
'(Devin Walters)
> On Mar 20, 2014, at 22:23, Marcus Blankenship wrote:
>
> Thanks, Alex! Is it kosher to post questions about 4Clojure here? I'm
> stumped on a few, and simply looking up the answer often isn't helpful.
Have you checked out Http://hoplon.io?
'(Devin Walters)
> On Feb 28, 2014, at 12:55, Daniel wrote:
>
> Long story short. You should be learning Pedestal, but the app component is
> "on pause" at the moment. My advice is to learn pedestal-service and Om.
> When
at we can do to help.
Thanks!
'(Devin Walters)
> On Feb 24, 2014, at 19:02, Mikera wrote:
>
> Congratulations!
>
> Well done to everyone who helped make this happen.
>
>> On Tuesday, 25 February 2014 03:06:24 UTC+8, Daniel Solano Gómez wrote:
>> Hello, all,
>
ss is within the next year and a half you'll start to see more
opportunities in your general region.
Best wishes,
'(Devin Walters)
Sent via Apple Newton
> On Feb 24, 2014, at 19:00, John Jacobsen wrote:
>
> > Lots of people on this list are not based in Chicago or US. Wil
along with
the announcement. You made a screencast too! Rally!
Cheers,
'(Devin Walters)
> On Feb 19, 2014, at 15:23, Jony Hudson wrote:
>
> Hi All,
>
> I'm pleased to announce the first release of Gorilla REPL, a rich REPL in
> the notebook style:
>
> https://github.
You need to use the lein plugin for no.disassemble, not the dependency. The
README explains how.
Cheers,
'(Devin Walters)
> On Feb 18, 2014, at 23:16, Andy C wrote:
>
> Thanks for the insight and link to http://benchmarksgame.alioth.debian.org .
>
> WRT dynamically typ
) 'cleanup-buffer)
The other thing you can do is mark the region you want to clean up and hit TAB.
It does most of what you want.
Cheers,
--
Devin Walters
On Friday, February 7, 2014 at 4:20 PM, Taylor Sando wrote:
> Let us say you had this:
>
> (defn create-new-canvas
(inc #'your/idea)
I performance related questions similar to Tim, but I think having some good
"getting started" material might give me a way to start testing the boundaries
myself.
Cheers,
'(Devin Walters)
> On Jan 25, 2014, at 17:31, PublicFarley wrote:
>
> I&
nitized. Clojure makes it rather simple IMO. "(" => "" goes a long way.
2c,
'(Devin Walters)
> On Jan 22, 2014, at 0:14, John Wiseman wrote:
>
> I don't think homoiconicity is the issue, except in a very indirect way.
>
> Note that Common Lisp does have
http://hoplon.io/#/home/
http://caribou.github.io/caribou/docs/outline.html
--
Devin Walters
On Thursday, December 26, 2013 at 12:26 AM, tao wrote:
> http://pedestal.io/
> http://www.luminusweb.net/
>
>
> --
> tao
> Sent with Sparrow (http://www.sparrowmailapp
This is great news. Congratulations and many thanks to Cognitect for making it
possible!
'(Devin Walters)
On Dec 5, 2013, at 14:42, Nicola Mometto wrote:
>
> I'm happy to announce that after Ambrose BS commissioned me to continue
> working on my "CinC" libraries
Congratulations. *pops a bottle if champagne*
BTW, the new site looks great.
Cheers,
'(Devin Walters)
On Sep 17, 2013, at 3:01 AM, Mikera wrote:
> Congrats on the new venture - wishing you the best of luck!
>
> On Monday, 16 September 2013 21:50:46 UTC+8, Rich Hickey wrote:
As long as you're passing links on the site, check out GetClojure.org. I need
to add a little about section to the top, but it's a thingy I made to view
Clojure examples I've gathered. Green means input, green is value, pink is
output. If you don't wanna add it, no big de
Battle-tested libraries are nice, and Java has a lot of them. Clojure
programmers can use all of them with relative ease. I recently tried
Erlang/Elixir and was disappointed in the library ecosystem.
Another answer to why Clojure is powerful is the company it keeps. The people
who work on Cloju
Assuming you meant clojure.tools.trace: https://github.com/clojure/tools.trace,
right?
On Friday, August 23, 2013 at 1:20 PM, Softaddicts wrote:
> Hi all,
>
> release 0.7.6 is out. It fixes crashes when trace-form(s) encounters a
> throwable without a string based constructor.
>
> This made Cl
If I could plug into a machine and say "I know kung-fu" I would agree with you,
but that is simply not reality. Steps which allow learners to rely less on
cheatsheets over time are important, but curiously, cheatsheets are one of
those steps.
'(Devin Walters)
On Aug 12, 2
stion is highly subjective, and likely to provide a narrow view
of what people *actually* care about in Clojure: writing great programs, being
inspired to dig deeper, realizing creative potential, etc.
'(Devin Walters)
On Aug 12, 2013, at 7:21 PM, Ramesh wrote:
> Great points here!
>
Could you clarify: Why is that a good goal?
'(Devin Walters)
On Aug 12, 2013, at 12:09 PM, Rostislav Svoboda
wrote:
> > The number of cheatsheets is growing (this is a good thing IMO)
>
> It's not about having one brilliant cheatsheet. The ultimate goal is to g
Is there an implicit question there? If so, does this
(https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/IFn.java)
help?
'(Devin Walters)
On Aug 10, 2013, at 10:55 PM, drclj wrote:
> Thanks everyone, in the apply function source code I see
>
> ([^clojure.l
Interesting post. Thanks Cedric.
'(Devin Walters)
On Jul 6, 2013, at 6:59 PM, Cedric Greevey wrote:
> The obvious approach is to use a future or other thread as an intermediary
> between the blocking I/O read and a channel, then use !< on the channel in a
> go; somethi
Context would help.
On Jun 30, 2013, at 12:46 AM, Cedric Greevey wrote:
> I'm not sure if this is a bug in clooj or in Clojure itself:
>
>
> Evaluating file...CompilerException java.lang.ClassFormatError: Unknown
> constant tag 117 in class file [redacted]/core$eval215,
> compiling:(NO_SOURC
I stopped using it for a week and discovered I won't stay sane for long without
it. Big (inc) to you.
On Friday, May 31, 2013 at 7:55 AM, Stuart Sierra wrote:
> Hi Nelson, thanks for making lein-pedantic. It has been useful to us. Happy
> to see it built in to Leiningen!
> -S
>
>
> On Wednesd
(http://getclojure.org/search?q=-%5C%3E%5C%3E&num=0)
> >
> >
> > On Fri, May 17, 2013 at 6:36 AM, Ramesh > (mailto:ramesh10dul...@gmail.com)> wrote:
> > > Looks like "->>" is not supported. I quoted it!
> > >
> > > http://getclojur
IRC logs from the last 5 years and clojuredocs' DB. The examples were run
through a sandbox against 1.5.1.
--
{:∂evin :√valters}
On Thursday, May 16, 2013 at 10:36 PM, Mark Engelberg wrote:
> Where is it getting the examples from?
> --
> --
> You received this message because you are s
Thanks for trying it out!
One hint to people trying it out would be to not put too much stock into the
first page of results. The plan is to add user ratings to augment search
results in a meaningful way. At the moment searching for "comp" will give you
the most "relevant" examples like: (comp
to the url - not
> sure how these are called) which would switch between the default(as it is
> now) and the pretty printed output (for all the results not just one of them)
>
>
> On Fri, May 17, 2013 at 4:28 AM, Devin Walters (mailto:dev...@gmail.com)> wrote:
> > At t
n the 80-90% case.
Cheers,
--
{:∂evin :√valters}
On Thursday, May 16, 2013 at 8:18 PM, atkaaz wrote:
> Hi!
> http://getclojure.org/search?q=fixture&num=0
> is it supposed to show the \n inline? it's a bit uncomfy to have to read
> those on one line
>
>
> On
Hey All,
I put this ( http://getclojure.org ) together and wanted to share it with all
of you. It's a nifty way to search for example usage of clojure. It's far less
curated than ClojureDocs, so you may pick up some interesting ideas by simply
browsing.
It supports boolean queries like: "com
I must admit that I haven't read every response in this thread but my gut
feeling is that a lot of the "I just need a couple of functions" situations
would be mitigated by making non-core devs feel more welcome to suggesting and
contributing modular contrib ideas. I hate to bring up process beca
I don't think that it's productive to discuss idiomatic code and performance in
the same breath.
People do all sorts of nasty stuff when trying to squeeze performance juice out
of their code. In my experience it's rare to see performance-related "idioms"
beyond the obvious language-level constr
and so on that are custom. I
basically just learned how to use the help commands and then extracted the
portions of the starter kit I wanted over time.
—
Sent via Mobile
On Thu, May 2, 2013 at 11:17 AM, Phil Hagelberg wrote:
> Devin Walters writes:
>> Voicing strong disagreement wi
Voicing strong disagreement with using emacs-live as a starting point. One
reason: They rebind a bunch of default emacs bindings, which is just fine by
me, but C-h to a newcomer is important, and IIRC they rebound it.
I think Phil's emacs-starter-kit modules/packages are a better place to start.
Philosophy mixed with action is the ticket. Godel, Escher, Bach is what I'm
talking about.
I'd be happy to receive updates.
Cheers,
--
'(Devin Walters)
On Wednesday, May 1, 2013 at 7:40 PM, Asim Jalis wrote:
> I am planning to write a practical Clojure ebook for begi
I wasn't able to reproduce:
nREPL server started on port 64767
REPL-y 0.1.0-beta10
Clojure 1.5.1
...
user=> (let [v :#abc]
#_=> nil)
nil
user=>
--
'(Devin Walters)
On Wednesday, May 1, 2013 at 9:22 AM, Dave Sann wrote:
> I came across the following...
>
> ;
oring
--
'(Devin Walters)
On Thursday, April 18, 2013 at 11:54 AM, Malcolm Sparks wrote:
> Michael,
>
> There are some pre-existing libraries that could give you a headstart in this
> work :-
>
> tools.reader - can help you parse Clojure source -
> https://
Hi Navgeet,
I'm glad you found codeq-playground helpful. It looks like you've found Rich
Morin's wiki. Did you also see his codeq-cookbook project?
When you said analysis I had something else in mind: check out
https://github.com/clojure/jvm.tools.analyzer
I wonder about how that could be u
Responding to this thread only because it seems like the annual "roll-call"
thread where we all band together to fight the evils of our world/mailing
list/internet. I would like to share with you all a story that was passed down
to me by my great grandfather.
*pulls out his lute and begins to s
;> Cheers,
>>>>
>>>> --
>>>> Laurent
>>>>
>>>>
>>>>>
>>>>> On Thursday, March 21, 2013 12:12:42 AM UTC-6, Akhil Wali wrote:
>>>>>
>>>>>> A fairly new project for
ars
> to require slime/swank. But it's a start I guess if there isn't anything else.
>
> On Wednesday, March 20, 2013 6:13:30 PM UTC-7, Devin Walters (devn) wrote:
> > I don't think much has happened with it recently, but I used to use
> > https:
I don't think much has happened with it recently, but I used to use
https://github.com/joodie/clojure-refactoring.
--
'(Devin Walters)
Sent from my Motorola RAZR V3 (Matte Black)
On Wednesday, March 20, 2013 at 8:05 PM, Dave Kincaid wrote:
> I'm wondering if there are any
I assume this has been discussed to death already, but isn't there some way
to get clojure-doc and clojuredocs to live under the same umbrella?
Another idea I'd like to throw out there:
I have the domains getclojure.org/com. Since clojure-doc.org is all about
getting clojure, it seems like it mi
One exists here: http://dev.clojure.org/display/community/Clojure+User+Groups
Cheers,
--
'(Devin Walters)
On Monday, March 11, 2013 at 4:19 PM, Rich Morin wrote:
> On Mar 11, 2013, at 14:00, Thomas Goossens wrote:
> > In Belgium we are starting up de first Belgian cloj
Consistency in any code base matters, so if you're going to thread, thread in
similar scenarios.
For me it's kind of like coffee. It's an acquired taste.
'(Devin Walters)
On Mar 11, 2013, at 10:14 AM, "Jim foo.bar" wrote:
> On 11/03/13 15:08, Dave Kincaid wro
but in the case of (^:once fn* [x] x) it is a symbol.
Thanks,
--
'(Devin Walters)
On Sunday, March 10, 2013 at 3:36 PM, Devin Walters wrote:
> Could anyone help me understand why the following code is breaking?
>
> (require '[clojure.pprint :refer [with-pprint-dispatch cod
I switched to just using (:require) with :as and :refer unless there's a really
good reason to use :use. It stops me from accidentally making the mistake of
dropping [my.ns.core :as foo] into a growing (ns (:use …)) form.
--
'(Devin Walters)
On Sunday, March 10, 2013 at 3:03 PM
)
args
(range 1 (inc (count args))]
((formatter-out "~<#(~;~@{~w~^ ~_~}~;)~:>") nlis))
(pprint-simple-code-list alis
I squinted at it for a bit, but I'm not sure what's up. Anyone h
Double that. Thanks Xavi!
--
'(Devin Walters)
On Friday, March 8, 2013 at 11:15 AM, Paul deGrandis wrote:
> Cool! Thanks for building a nice example app.
>
> Paul
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "
TLA refers to the Textile Labour
Association.
On Wednesday, February 20, 2013 at 7:17 PM, Rich Morin wrote:
> On Feb 20, 2013, at 1:33 AM, Alan Dipert wrote:
> > > We recently released a ClojureScript library for FRP ...
> >
>
>
>
> On Feb 20, 2013, at 17:02,
Surprised this hasn't gotten more attention. Well done. Looking forward to
using this on future projects.
'(Devin Walters)
On Feb 20, 2013, at 1:33 AM, Alan Dipert wrote:
> Hi all,
> We recently released a ClojureScript library for FRP called Javelin. Links
> of intere
That's definitely the issue. Switch to nrepl or see if there's an updated
swank-clojure. I switched and it took some getting used to and hackery to get
it working like my swank setup did, but I think it was worth it.
'(Devin Walters)
On Feb 11, 2013, at 5:01 PM, David Nolen wr
Check out browserchannel: http://thegeez.net/2012/04/03/why_browserchannel.html
Cheers,
'(Devin Walters)
On Feb 11, 2013, at 5:22 PM, Bob Hutchison wrote:
>
> On 2013-02-11, at 6:12 PM, Ryan T. wrote:
>
>> Unless someone has to suggest something better, it seems that
Another day, another great clojurewerkz library. Well done, gents. *golf clap*
'(Devin Walters)
On Feb 11, 2013, at 11:37 AM, Michael Klishin
wrote:
> Titanium [1] is a Clojure graph library that is built on top of Titan [2].
> It combines a Clojure-friendly API and graph processi
Without a doubt the best documented effort in the Clojure community to-date.
Specifically, my experience with elastisch. Thanks for your work. It's a huge
step in the right direction.
'(Devin Walters)
On Jan 25, 2013, at 7:55 PM, Michael Klishin
wrote:
> We are looking for tes
Looks interesting, and well-documented. I will give this a try on my next
project.
Thanks!
On Wednesday, January 16, 2013 at 10:31 AM, Justin Kramer wrote:
> So I went ahead and implemented the first solution I mentioned: the default
> renderer now groups fields into fieldsets, split by :head
your employer will
be better off hiring Clojure programmers than they will be hiring .NET
programmers. Passionate people make the world go 'round.
Cheers,
--
'(Devin Walters)
On Monday, January 7, 2013 at 5:02 PM, David Jacobs wrote:
> Hey guys,
>
> As someone who's writt
ow to add metadata, use ns-publics which
means introducing var-quote, etc.
There's a lot in that exercise that's exciting IMHO. If you want help
organizing something like that ping me privately.
Cheers,
'(Devin Walters)
On Dec 16, 2012, at 2:44 PM, Marko Topolnik wrote:
&g
Have you tried :cljs/quit ?
Cheers,
--
'(Devin Walters)
On Monday, December 10, 2012 at 3:23 PM, Asim Jalis wrote:
> Is there a way to exit the ClojureScript REPL? None of these worked: Ctrl-D,
> exit. (exit 1), quit, (quit 1). So eventually I killed the window.
>
> -
Yeah, `read-lines` is what I was referring to.
--
Devin Walters
On Friday, October 26, 2012 at 9:10 PM, Andy Fingerhut wrote:
> Devin, did you mean read-line from the old clojure.contrib.io
> (http://clojure.contrib.io)?
>
> http://clojuredocs.org/clojure_contrib/clojure.con
I usually wind up with the line-seq from old contrib. Could you be more clear
about what isn't satisfying about that? For me it usually boils down to: it's
unsatisfying that core line-seq doesn't do that by default.
'(Devin Walters)
On Oct 26, 2012, at 6:45 PM, Dave Ray w
e need for understanding altogether?
'(Devin Walters)
On Oct 9, 2012, at 9:44 PM, Mark Engelberg wrote:
> https://github.com/clojure/math.numeric-tower
> [org.clojure/math.numeric-tower "0.0.1"]
>
>
>
>
> On Tue, Oct 9, 2012 at 7:38 PM, Brian Craft wrote:
> I
+1 -- Andy, thanks.
On Friday, September 7, 2012 at 11:32 AM, Stuart Sierra wrote:
> Just wanted to say thanks for putting in all the work on the shootout
> programs, Andy.
>
> On Friday, September 7, 2012 1:12:44 AM UTC-7, Andy Fingerhut wrote:
> > All Clojure programs within 4x the run time
I've had this issue when the network I was on was way overloaded. It seems like
it might be nice to have it at least fail gracefully. IIRC I switched to using
the http lib. It seems like at the very least a graceful failure from slurp
would be an improvement.
Cheers,
'(Devin Walter
ommon, one would expect other people on the list to
agree, or at the very least make additional suggestions to nudge the idea
along. I'm not seeing that in this thread.
Doesn't that shake your confidence in this being a language-level feature of
Clojure? If not, what does?
&
Christian: Thank you for asking for additional reading material.
Nicolas: Thank you for providing additional reading material.
On Thursday, May 10, 2012 at 7:02 AM, nicolas.o...@gmail.com wrote:
> I can describe the background to understand my last email.
>
> From the programming point of view,
laxed setting without a lot of
the BS that normally goes along with a formal recruiting process.
Cheers,
'(Devin Walters)
On Monday, June 18, 2012 at 10:22 AM, Jay Fields wrote:
>
>
> On Mon, Jun 18, 2012 at 3:11 AM, Murtaza Husain
> mailto:murtaza.hus...@sevenolives.
e who were using vim. Food for thought.
Cheers,
'(Devin Walters)
On Friday, May 18, 2012 at 1:18 PM, Vinzent wrote:
> It'd be interesting to ressurect clojure-refactoring
> (http://clojure-refactoring) project and merge it with kibit-mode.
>
> суббота, 19 мая 2012 г., 0:05
I just started reading LoL. Sometimes I find myself blushing at how the author
presents the material, but what I've read so far is pretty good.
'(Devin Walters)
On Friday, May 18, 2012 at 4:11 AM, nicolas.o...@gmail.com wrote:
> LoL is a good book. Very entertaining, even i
Some additional information if you're interested:
http://dev.clojure.org/jira/browse/CLJS-89
http://dev.clojure.org/display/design/Unified+ClojureScript+and+Clojure+field+access+syntax
'(Devin Walters)
On Thursday, May 3, 2012 at 10:47 AM, David Nolen wrote:
> I would not
Happy Clojuring,
'(Devin Walters)
On Monday, April 23, 2012 at 8:58 PM, James Thornton wrote:
> I am in the process of learning Clojure, and I want to play around with the
> MIT Java WordNet library (http://projects.csail.mit.edu/jwi/) to familiarize
> myself with Clojure idioms.
I've been using twitter-api FWIW.
'(Devin Walters)
On Friday, April 20, 2012 at 1:16 PM, Pooya Razavian wrote:
> I've used clojure-twitter. Worked as advertised and very smooth. I was
> curious if anyone tired using the spring social framework.
>
> On Friday, Apri
Thanks for this. I've been enjoying reading the clojure-py code side-by-side
with Clojure proper.
'(Devin Walters)
On Monday, April 9, 2012 at 9:57 PM, Timothy Baldridge wrote:
> And it's always good to give links with a project release:
>
> Source:
>
> http
Nice find.
Thanks,
'(Devin Walters)
On Friday, March 30, 2012 at 2:58 PM, David Nolen wrote:
> http://soft.vub.ac.be/SOUL/
>
> This project is worth looking at for directions that kibit might want to go.
> It's also a good resource for cool ideas on how
On Friday, March 30, 2012 at 7:35 AM, David Jagoe wrote:
> G'day everyone
> I am increasingly relying on clojure and plan to use clojureclr and
> clojurescript in production too. I will soon need to hire a clojure developer
> and was hoping that someone could suggest a good place to post a job ad
On Wednesday, March 28, 2012 at 12:58 PM, Timothy Baldridge wrote:
> Let's take a step back and look at this idea from a new user's view.
> The way I see it, whatever we do, we'll have to explain to users how
> to create sets. Hashmaps, and vectors follow (roughly) the JSON/Python
> syntax:
>
> v
'(Devin Walters)
On Tuesday, March 27, 2012 at 8:54 PM, Cedric Greevey wrote:
> On Tue, Mar 27, 2012 at 3:05 PM, Herwig Hochleitner
> mailto:hhochleit...@gmail.com)> wrote:
> > 2012/3/26 Cedric Greevey mailto:cgree...@gmail.com)>:
> > > (comp <{:k1 5 :k2
I have a repo called sente that is largely a blank slate. Would you be
interested in collaborating on this? If so let me know your github username and
ill add you to the project.
Cheers,
'(Devin Walters)
On Mar 26, 2012, at 4:31 PM, Rostislav Svoboda
wrote:
>> It's certain
t, but I'm in
need of a bit of hand-holding to get started.
Thanks in advance,
'(Devin Walters)
On Thursday, March 22, 2012 at 4:19 PM, Patrick Logan wrote:
> Gambit Scheme especially has a great interface to C/C++/Objective-C. I've
> been happily using Gambit qui
1 - 100 of 157 matches
Mail list logo