Re: Who's using Clojure?

2015-03-06 Thread Fergal Byrne
s >> "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. >> > -- > You received this message b

Re: Embedded systems and transpiling Clojure to Nim

2015-05-02 Thread Fergal Byrne
ions, 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+uns

[ANN] Time-Bombed Open License - thoughts?

2015-06-05 Thread Fergal Byrne
rived products become Open Source and are free to all. We'd appreciate any comments, feedback and assistance from the wonderful Clojure community - we're up on twitter at @OccupyStartups. Regards, Fergal Byrne p.s. I wonder if this might be a solution to the clamour for Datomic to be Open

Re: [ANN] Time-Bombed Open License - thoughts?

2015-06-05 Thread Fergal Byrne
clients who also wouldn't want to be bound by these restrictions. > Nobody wins, as far as I can see. > > On 5 June 2015 at 22:17, Fergal Byrne wrote: > >> >> An old-school C++ dev and I have started an initiative to combine the >> best of Open Source with a limited

Re: [ANN] Time-Bombed Open License - thoughts?

2015-06-05 Thread Fergal Byrne
ility, I'm guessing copying the language of GPL is hopefully sufficient. These things are rarely tested as far as I know, but I'm sure someone knows better than me. Appreciate the feedback, Fergal On Fri, Jun 5, 2015 at 12:53 PM, Franklin M. Siler wrote: > On Jun 5, 2015, at 0517, Fergal

Re: [ANN] Time-Bombed Open License - thoughts?

2015-06-05 Thread Fergal Byrne
At the end of the day, its up to each individual to decide whats best for > them, their software and their business, but having options available is a > good thing, if this license can be made work. > > > On Fri, 5 Jun 2015 at 13:27 Franklin M. Siler wrote: > >> >> On Ju

Re: [ANN] Time-Bombed Open License - thoughts?

2015-06-05 Thread Fergal Byrne
emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Fergal Byrne, Brenter IT @fergbyrne http://inbits.com - Better Living through Thoughtful Technology http://ie.linkedin.com/in/fergbyrne/ - https://

Re: [ANN] Time-Bombed Open License - thoughts?

2015-06-05 Thread Fergal Byrne
t away, but they can't give it back to anyone. > > Andy > > > > On Fri, Jun 5, 2015 at 5:11 AM, Fergal Byrne > wrote: > >> Hi Frank, >> >> That's a great post (and the Mailpile post is also a great discussion of >> the topic), thanks for shar

Re: [ANN] Neanderthal, a fast, native matrix and linear algebra library for Clojure released + call for help

2015-06-18 Thread Fergal Byrne
d stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Fergal Byrne, Brenter IT @fergbyrne http://inbits.com - Better Living through Thoughtful Technology http://ie.linkedin.com/in/fergbyrne/

Re: #{:rant} Questions about contribution policy and clojure compiler source.

2015-07-18 Thread Fergal Byrne
nows, maybe this prompts a rethink of how the pipeline works in the future.. That perhaps would be a suitable response to Zach's contribution to both language and community. -- Fergal Byrne, Brenter IT Author, Real Machine Intelligence with Clortex and NuPIC https://leanpub.com/realsmartm

Re: [ANN] Replete ClojureScript REPL iOS app available

2015-07-21 Thread Fergal Byrne
Really nice, thanks Mike for such a clean app. One suggestion: would it be possible to use the documents interface in iTunes to drop in jar files (the same way you drop books into Kindle)? We could then use the app like a real REPL. -- Fergal Byrne, Brenter IT Author, Real

Re: confusion about some paragraph in book "clojure programming" By Chas Emerick, Brian Carper, Christophe Grand 2012

2015-07-22 Thread Fergal Byrne
The vector of parameter names is matched to the actual parameter values when the fn is called, so it's equivalent to (let [x val1 y val2] ...) when (hypot val1 val2) is called. -- Fergal Byrne, Brenter IT Author, Real Machine Intelligence with Clortex and NuPIC

Re: using Stuarts component library correctly

2014-08-08 Thread Fergal Byrne
e+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

Re: Some trivial examples of using Clojure Transducers

2014-08-08 Thread Fergal Byrne
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. > -- Fergal Byrne, Brenter IT Author, Real Machine Intelligence with Clortex and NuPIC https://leanpub.com/realsma

Re: (Request) Rich Hickey's EuroClojure 2014 slides

2014-09-11 Thread Fergal Byrne
> 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 >

Re: Rich Hickey's Transducers talk from Strange Loop

2014-09-20 Thread Fergal Byrne
e.com/d/optout. >> > > -- > 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 >

Re: core.async: peek the next value from a channel without consuming it

2014-10-09 Thread Fergal Byrne
egroups.com. > > For more options, visit https://groups.google.com/d/optout. > > -- > 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 m

Re: core.async: peek the next value from a channel without consuming it

2014-10-09 Thread Fergal Byrne
hronous function call from a producer, hence the necessity of > core.async (the alternative is to descend to locks world). > > > > Saludos, > Nahuel Greco. > > On Thu, Oct 9, 2014 at 9:07 AM, Fergal Byrne > wrote: > >> Hi Nahuel, >> >> I think it's wor

Re: core.async: peek the next value from a channel without consuming it

2014-10-09 Thread Fergal Byrne
g to avoid a deep dive on > core.async code :) > > > > Saludos, > Nahuel Greco. > > On Thu, Oct 9, 2014 at 9:39 AM, Fergal Byrne > wrote: > >> Hi Nahuel, >> >> Thanks for the clarification. Multiple producers, single middleman is a >> different pr

Re: State of Clojure/ClojureScript 2014 survey results

2014-10-23 Thread Fergal Byrne
t; 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.

Re: clojure.spec - Rich on the Cognicast

2016-06-07 Thread Fergal Byrne
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. > -- Fergal Byrne, Brenter IT @fergbyrne http://inbits.com - Better Living through Thoughtful Technology http://ie.linkedin.com/

Re: Voting

2016-11-08 Thread Fergal Byrne
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 > "

Re: ANN: jedi-time 0.2.0

2020-02-16 Thread Fergal Byrne
this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/clojure/CAD4thx81gxJP4XpFktmR_2rS%2BG5wWLsUk9JBvvh6n8p8B%2B%2BaoA%40mail.gmail.com > <https://groups.google.com/d/m

Re: Clojure on an Erlang-vm-os on Xen?

2015-09-17 Thread Fergal Byrne
Phoenix/Elixir/Erlang server, and a Datomic persistence layer. Regards, Fergal -- Fergal Byrne, Brenter IT Author, Real Machine Intelligence with Clortex and NuPIC https://leanpub.com/realsmartmachines Speaking on Clortex and HTM/CLA at euroClojure Krakow, June 2014: http://

Re: [ANN] Gorilla REPL v0.3.5

2015-11-25 Thread Fergal Byrne
Great to hear Jony. You wouldn't believe the diversity of projects using this for exposition and explanation, and the stack trace is going to make a big difference. Hats to you and all your contributors. -- Fergal Byrne, Brenter IT Author, Real Machine Intelligence with Clortex and

Re: State of Clojure 2015 survey results

2016-02-01 Thread Fergal Byrne
; 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. > -- Fergal Byrne, Brenter IT @fergbyrne http://inbits.com - Better Living through Thoughtful Technology

Re: [ANN] Clojure 1.6

2014-03-25 Thread Fergal Byrne
Well done and thanks to all concerned! Switched over to 1.6.0 without a hiccup. Using datomic-free, quil, adi, lein-midje-doc, clj-time, and a few others. All tests are passing, so looking great! Regards, Fergal Byrne On Tue, Mar 25, 2014 at 2:32 PM, Alex Miller wrote: > Yes, that fix

Re: Real World Example

2014-04-09 Thread Fergal Byrne
glegroups.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

Re: Real World Example

2014-04-09 Thread Fergal Byrne
ibrary or tool I've used on my blog (see sig). I'm writing about lein-midje-doc (also by zcaudate) at the moment, it's just wonderful. [1] https://github.com/zcaudate/adi Regards, Fergal Byrne On Wed, Apr 9, 2014 at 12:22 PM, Colin Yates wrote: > Hi Fergal, > > Thanks for

Re: Real World Example

2014-04-09 Thread Fergal Byrne
. [1] http://fergalbyrne.github.io/uberdoc.html [2] http://fergalbyrne.github.io/ [3] http://fergalbyrne.github.io/rdse.html Regards, Fergal Byrne On Wed, Apr 9, 2014 at 2:20 PM, Colin Yates wrote: > lein-midje-doc really does look excellent. I went with marginalia but if > that had bee

Re: Real World Example

2014-04-11 Thread Fergal Byrne
oup/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

Re: How to work with variables that need to change

2014-04-12 Thread Fergal Byrne
--- > 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.

Re: How to work with variables that need to change

2014-04-12 Thread Fergal Byrne
ench to be sure. Also note that reduce in the last line is lazy by default, so ensure to wrap it in a doall or vec to make it greedy. Regards Fergal On Sat, Apr 12, 2014 at 2:49 PM, Cecil Westerhof wrote: > 2014-04-12 15:06 GMT+02:00 Fergal Byrne : > > For precise timing benchmark

Re: How to work with variables that need to change

2014-04-12 Thread Fergal Byrne
t 3:15 PM, Cecil Westerhof wrote: > 2014-04-12 15:49 GMT+02:00 Cecil Westerhof : > > 2014-04-12 15:06 GMT+02:00 Fergal Byrne : >> > or to convert your code to something more functional (and including defns >> for now and foo): >> >>> >>> (defn now []

Re: Is it possible to find the number of cores

2014-04-12 Thread Fergal Byrne
legroups.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

Re: How to work with variables that need to change

2014-04-12 Thread Fergal Byrne
On Sat, Apr 12, 2014 at 4:55 PM, Cecil Westerhof wrote: > (->> numbers > (reduce timed-foo []) > (map format-time) > println) > (->> numbers (reduce timed-foo []) (map format-time) (map println)) -- Fergal Byrne, Brenter IT Author

Re: Get rid of the clojure.jar

2014-04-12 Thread Fergal Byrne
scribed 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. > -- Fergal Byrne, Brenter IT Autho

Re: How to work with variables that need to change

2014-04-12 Thread Fergal Byrne
Cheers Cecil, It's always best to see how best to do something, one day it'll make all the difference. On Sat, Apr 12, 2014 at 7:03 PM, Cecil Westerhof wrote: > 2014-04-12 16:18 GMT+02:00 Fergal Byrne : > > That's fine, but note that creating new Calendar objects h

Re: Proposing a new Clojure documentation system (in Clojure)

2014-04-27 Thread Fergal Byrne
@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

[pre-ANN] Clortex - a VisiCalc for Machine Intelligence Based on Neuroscience?

2014-05-01 Thread Fergal Byrne
/groups.google.com/forum/#!forum/clortex>for discussion and updates. - We'll be launching an Indiegogo campaign during May 2014 to fund completion of Clortex, please let us know if you're interested in supporting us when we launch. -- Fergal Byrne, Brenter IT Author, Real

Re: ANN: [R User Conference]

2014-05-29 Thread Fergal Byrne
send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Fergal Byrne, Brenter IT Author, Real Machine Intelligence with Clortex and NuPIC https://leanpub.com/realsmartmachines Speaking on Clortex and HTM/CLA at eur