The Workflows Demos series continues -- will you tell your story?

2025-03-03 Thread Daniel Slutsky
future hopes regarding tooling. Please reach out if you wish to share your Clojure tooling workflow publicly. More details here: https://clojureverse.org/t/the-workflows-demos-series-continues-will-you-tell-your-story/ Thanks, Daniel -- You received this message because you are subscribed to the

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Dan Carpenter
Great work, but I just wanted to say it doesn't look optimal on mobile. Maybe 1 item per column on most phones rather than 3? On Wednesday, April 5, 2017 at 11:00:12 AM UTC-7, Alex Miller wrote: > > I wanted to let people to know that we've been updating the clojure.org > site to add some deeper

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
here's Azerbaijan? Seriously, this was a fantastic story: https://www.youtube.com/watch?v=-zM5fDN_AHY looks great. i'd like to believe it, but i'm an amercn in 2017 , i buleeve nuthink. when i poke around on that link i get nuttin. maybe it's my android, but when i tap

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Luke Burton
gt; > > On Apr 6, 2017 1:55 PM, "Luke Burton" <mailto:luke_bur...@me.com>> wrote: > > Where's Azerbaijan? Seriously, this was a fantastic story: > > https://www.youtube.com/watch?v=-zM5fDN_AHY > <https://www.youtube.com/watch?v=-zM5fDN_AHY> > &

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 2:10 PM, "Gregg Reynolds" wrote: On Apr 6, 2017 2:08 PM, "Gregg Reynolds" wrote: On Apr 6, 2017 1:55 PM, "Luke Burton" wrote: Where's Azerbaijan? Seriously, this was a fantastic story: https://www.youtube.com/watch?v=-zM5fDN_AHY looks

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 2:08 PM, "Gregg Reynolds" wrote: On Apr 6, 2017 1:55 PM, "Luke Burton" wrote: Where's Azerbaijan? Seriously, this was a fantastic story: https://www.youtube.com/watch?v=-zM5fDN_AHY looks great. i'd like to believe it, but i'm an amercn

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 1:55 PM, "Luke Burton" wrote: Where's Azerbaijan? Seriously, this was a fantastic story: https://www.youtube.com/watch?v=-zM5fDN_AHY looks great. i'd like to believe it, but i'm an amercn in 2017 , i buleeve nuthink. when i poke around on that link i g

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Luke Burton
Where's Azerbaijan? Seriously, this was a fantastic story: https://www.youtube.com/watch?v=-zM5fDN_AHY <https://www.youtube.com/watch?v=-zM5fDN_AHY> > On Apr 6, 2017, at 11:46 AM, Gregg Reynolds <mailto:d...@mobileink.com>> wrote: > > > > On Apr 6,

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 7:12 AM, "Jon Pither" wrote: We have also maintained a set of complimentary success stories here: https://juxt.pro/clojure-in.html. The more Clojure success stories the merrier! love the i18n-ism! -- You received this message because you are subscribed to the Google Groups "Clo

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread 冯忠孝
在 2017年4月6日星期四 UTC+8下午8:12:55,Jon Pither写道: > > We have also maintained a set of complimentary success stories here: > https://juxt.pro/clojure-in.html. The more Clojure success stories the > merrier! Thank you for your great work -- You received this message because you are subscribed to

[ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Jon Pither
We have also maintained a set of complimentary success stories here: https://juxt.pro/clojure-in.html. The more Clojure success stories the merrier! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegr

[ANN] New Clojure story pages on clojure.org

2017-04-05 Thread Alex Miller
I wanted to let people to know that we've been updating the clojure.org site to add some deeper descriptions of companies using and succeeding with Clojure: https://clojure.org/community/success_stories is a port of the success stories that were previously hosted on the Cognitect web site: ht

Re: clojure.spec origin story

2016-09-14 Thread Andre Richards
>From clojure.spec - Rationale and overview : Almost nothing about spec is novel. See all the libraries mentioned above, RDF , as well as all the work done on various contract systems, such as Racket’s contra

Re: clojure.spec origin story

2016-09-02 Thread Ed Maphis
I haven't checked it myself but I remember reading that Clojure Specs were roughly based on Racket's Contracts. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send emai

clojure.spec origin story

2016-08-30 Thread Clark Kampfe
Hi folks, I was reading David's post, A Tool For Thought , and noticed this bit and the paper referenced above it: "By casting validation as fundamentally a parsing problem (computer science!), we get a wonderfully expressive language

Clojure 1.6 NoClassDefFoundError and a story

2015-08-25 Thread Emin Kura
Hi, I'm relatively new to Clojure, maybe this is well known problem please excuse me for this. First, let me give some context and then ask the question; (maybe it's interesting story for somebody out there ) I was developing remote logger server in Clojure recently. Core.async,

Re: Story

2013-08-08 Thread Gary Johnson
> I'm concerned that the ability to freely order comments and code will not > interact well with Clojure's namespaces. With Clojure's namespaces, you > can have things with the same name in two different namespaces. Functions > local to a namespace are referred to in one way, whereas you nee

Re: Story

2013-08-08 Thread Tim Daly
> I'm concerned that the ability to freely order comments and code will not > interact well with Clojure's namespaces. Hmmm. If raw code is confusing because namespaces are not apparent perhaps it would help to surround the code with some natural language that explains the specific namespace used.

Re: Story

2013-08-08 Thread u1204
> As far as I can tell, neither your script nor org-babel mode address the > third prong of literate programming as defined by Knuth, specifically, the > extensive cross-indexing, letting you know not only where functions are > defined, but also where defined functions are used. Why do you not > c

Re: Story

2013-08-08 Thread u1204
> Again. I'm with you on this one, Tim. Fear not. You aren't the only crazy > Clojure programmer putting the LP bug in people's ears. I must say, your > work on creating a literate version of the Clojure source was really > amazing. Any plans for maintaining it in the future as new Clojure relea

Re: Story

2013-08-08 Thread Mark Engelberg
I started the post primarily to see if anyone else was using story, and if anyone knew the status of that application, and this has turned more into a discussion about literate programming. That's okay though. I'm very interested in literate programming, and am always looking fo

Re: Story

2013-08-08 Thread Gary Johnson
Again. I'm with you on this one, Tim. Fear not. You aren't the only crazy Clojure programmer putting the LP bug in people's ears. I must say, your work on creating a literate version of the Clojure source was really amazing. Any plans for maintaining it in the future as new Clojure releases kee

Re: Story

2013-08-08 Thread Tim Daly
> I'm with you 100% on the mind-blowing greatness of literate > programming, Actually, it's not the technology of literate programming I'm on about. Rich Hickey comes up with marvelous and insightful ideas and reduces them to practice, like his work on reasonable big-O data structures or his

Re: Story

2013-08-08 Thread Tim Daly
Re: org-mode. I stand corrected. Some days my religious zeal overwhelms my fingers. Thanks for setting the record straight. Tim -- -- 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 t

Re: Story

2013-08-08 Thread Gary Johnson
sten Dominik http://www.jstatsoft.org/v46/i03 As you like to say, Tim... Get Literate! ~Gary On Wednesday, August 7, 2013 8:36:51 PM UTC-4, da...@axiom-developer.org wrote: > > > Recently, I discovered the "story" literate programming tool for > Clojure, > > which

Re: Story

2013-08-07 Thread Tim Daly
> Recently, I discovered the "story" literate programming tool for Clojure, > which I prefer to marginalia: > https://github.com/jedahu/story > > ... (snip) ... > > I had never heard of "story", but ran across a mention of it while looking > through

Story

2013-08-07 Thread Mark Engelberg
Recently, I discovered the "story" literate programming tool for Clojure, which I prefer to marginalia: https://github.com/jedahu/story I had tried marginalia, but ran into the following problems: 1. Didn't really handle all markdown notations properly, so I had a lot of trou

Re: clojure success story ... hopefully :-)

2009-08-23 Thread Michel Salim
On Sat, 2009-08-22 at 23:58 -0700, bradford cross wrote: > > > On Sat, Aug 22, 2009 at 11:24 PM, Michel Salim > wrote: > > On Sat, 2009-08-22 at 23:00 -0700, bradford cross wrote: > > > > > Destructuring is useful all over the place, not just for >

Re: clojure success story ... hopefully :-)

2009-08-22 Thread bradford cross
On Sat, Aug 22, 2009 at 11:24 PM, Michel Salim wrote: > > On Sat, 2009-08-22 at 23:00 -0700, bradford cross wrote: > > > > > Destructuring is useful all over the place, not just for pattern > > matching. For example, it is really useful in function parameter > > vectors. > > I consider that to be

Re: clojure success story ... hopefully :-)

2009-08-22 Thread Michel Salim
On Sat, 2009-08-22 at 23:00 -0700, bradford cross wrote: > > Destructuring is useful all over the place, not just for pattern > matching. For example, it is really useful in function parameter > vectors. I consider that to be an example of pattern matching, though. -- Michel --~--~---

Re: clojure success story ... hopefully :-)

2009-08-22 Thread bradford cross
On Sat, Aug 22, 2009 at 2:08 AM, Sigrid wrote: > > Hi Meikel, hi all, > > thanks for the explanation, I think I got it now. I suppose something > in the sentence I quoted led me to think that pattern matching was > "less" in a way than destructuring, whereas in fact it seems to be the > opposite

Re: clojure success story ... hopefully :-)

2009-08-22 Thread Michel Salim
On Fri, 2009-08-21 at 22:26 -0700, James Sofra wrote: > This seems like a pretty nice pattern matching implementation for > Clojure. > http://www.brool.com/index.php/pattern-matching-in-clojure > Beautiful! Cheers, -- Michel --~--~-~--~~~---~--~~ You received

Re: clojure success story ... hopefully :-)

2009-08-22 Thread James Sofra
This seems like a pretty nice pattern matching implementation for Clojure. http://www.brool.com/index.php/pattern-matching-in-clojure Cheers, James --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: clojure success story ... hopefully :-)

2009-08-22 Thread Richard Newman
> There is a slight performance penalty over a normal function call. I > think the dispatching takes one function call, a hash lookup, and an > equality test. Strictly speaking, an isa? test. That's where the ad hoc hierarchy functionality ties in. --~--~-~--~~~--

Re: clojure success story ... hopefully :-)

2009-08-22 Thread Sigrid
Hi Meikel, hi all, thanks for the explanation, I think I got it now. I suppose something in the sentence I quoted led me to think that pattern matching was "less" in a way than destructuring, whereas in fact it seems to be the opposite - pattern matching seems to presuppose destructuring if I'm c

Re: clojure success story ... hopefully :-)

2009-08-21 Thread Stuart Sierra
On Aug 21, 5:55 pm, Michel Salim wrote: > Is there a performance hit with this style (due to using multimethods) > or will this be optimized away in practice? There is a slight performance penalty over a normal function call. I think the dispatching takes one function call, a hash lookup, and a

Re: clojure success story ... hopefully :-)

2009-08-21 Thread Michel Salim
On Fri, 2009-08-21 at 12:50 -0700, Kevin Downey wrote: > user=> (defmulti length empty?) > #'user/length > > user=> (defmethod length true [x] 0) > # > > user=> (defmethod length false [x] (+ 1 (length (rest x > # > > user=> (length [1 2 3 4]) > 4 > Très cool! This could be applied to Meike

Re: clojure success story ... hopefully :-)

2009-08-21 Thread Meikel Brandmeyer
Hi, Am 21.08.2009 um 20:02 schrieb Sigrid: Could someone point me to what the difference is? I know pattern matching e.g. from the PLT scheme implementation, and there the pattern matching also provides the binding and destructuring I think...? The difference is, that in pattern matching you

Re: clojure success story ... hopefully :-)

2009-08-21 Thread Kevin Downey
00, Sigrid wrote: >> Hi, >> >> I read the related story on InfoQ and found it an extremely >> interesting and motivating read, Clojure being applied in such an >> interesting field as machine learning! >> >> There is something in the article I'd like to unde

Re: clojure success story ... hopefully :-)

2009-08-21 Thread Michel Salim
On Fri, 2009-08-21 at 11:02 -0700, Sigrid wrote: > Hi, > > I read the related story on InfoQ and found it an extremely > interesting and motivating read, Clojure being applied in such an > interesting field as machine learning! > > There is something in the article I'd

Re: clojure success story ... hopefully :-)

2009-08-21 Thread Sigrid
Hi, I read the related story on InfoQ and found it an extremely interesting and motivating read, Clojure being applied in such an interesting field as machine learning! There is something in the article I'd like to understand better, so i'm just asking here on the group: "Th

Re: clojure success story ... hopefully :-)

2009-08-21 Thread Jan Rychter
bradford cross writes: > Hi Chad, yep, that was me. We do hope to open source some stuff soon. > > First will probably be our wrappers for cascading/hadoop and s3. Those would be of great interest to many of us. Please do. --J. --~--~-~--~~~---~--~~ You receive

Re: clojure success story ... hopefully :-)

2009-08-19 Thread Rich Hickey
On Fri, Aug 14, 2009 at 3:10 PM, bradford cross wrote: > We have just released flightcaster.com which uses statistical inference and > machine learning to predict flight delays in advance of airlines (initial > results appear to do so with 85 - 90 % accuracy.) > > The webserver and webapp are all

Re: clojure success story ... hopefully :-)

2009-08-16 Thread Chas Emerick
On Aug 14, 2009, at 3:10 PM, bradford cross wrote: > We have just released flightcaster.com which uses statistical > inference and machine learning to predict flight delays in advance > of airlines (initial results appear to do so with 85 - 90 % accuracy.) > > The webserver and webapp are all

Re: clojure success story ... hopefully :-)

2009-08-15 Thread John Harrop
On Fri, Aug 14, 2009 at 7:18 PM, bradford cross wrote: > Hi Chad, yep, that was me. We do hope to open source some stuff soon. > > First will probably be our wrappers for cascading/hadoop and s3. > > Next might be some core language extensions which might be good in contrib > or some other lib. >

Re: clojure success story ... hopefully :-)

2009-08-14 Thread bradford cross
Hi Chad, yep, that was me. We do hope to open source some stuff soon. First will probably be our wrappers for cascading/hadoop and s3. Next might be some core language extensions which might be good in contrib or some other lib. If we release any basic stats or machine learning stuff we may try

Re: clojure success story ... hopefully :-)

2009-08-14 Thread Chad Harrington
Bradford, I just bought the iPhone app. Looks very cool. I saw a presentation at the JavaOne after-meeting with Rich Hickey about flightcaster. Were you the presenter? The machine learning notation seemed to work very well in Clojure. Are there any portions of this cool stuff that you can shar

Re: clojure success story ... hopefully :-)

2009-08-14 Thread bradford cross
whoa...missed the google spellcheckers' warning on: paralleizm ... although that may be the proper lolkidde spelling :-) On Fri, Aug 14, 2009 at 12:10 PM, bradford cross wrote: > We have just released flightcaster.com which uses statistical inference > and machine learning to predict flight dela

clojure success story ... hopefully :-)

2009-08-14 Thread bradford cross
We have just released flightcaster.com which uses statistical inference and machine learning to predict flight delays in advance of airlines (initial results appear to do so with 85 - 90 % accuracy.) The webserver and webapp are all rails running on the Heroku platform; which also serves our black