Re: Releasing Caribou today: Open Source Clojure Web Ecosystem

2013-11-13 Thread François De Serres
Beautiful.


Le mercredi 13 novembre 2013 00:52:10 UTC+1, Ryan Spangler a écrit :

 Hello Clojure,

 Excited to announce today the release of Caribou!  http://let-caribou.in/

 We have been building web sites and web applications with it for over two 
 years now and improving it every day.  Currently we have four people 
 working on it and another ten using it to build things, so it is getting a 
 lot of real world testing.

 It has been designed as a collection of independent libraries that could 
 each be useful on their own, but which come together as a meaningful whole.

 We have been spending the last couple months getting it ready for a full 
 open source release, and I am happy to say it is finally ready.  Funded and 
 supported by Instrument in Portland, OR:  http://weareinstrument.com/  We 
 have four projects using it in production, and several more about to be 
 launched (as well as over a dozen internal things).

 Documentation is here:  http://caribou.github.io/caribou/docs/outline.html

 Source is here:  http://github.com/caribou/caribou (use this for issues, 
 you don't actually need the source as it is installed through a lein 
 template).

 Some of the independently useful libraries Caribou is built on are:

 * Polaris -- Routing with data (not macros) and reverse routing! :  
 https://github.com/caribou/polaris
 * Lichen -- Image resizing to and from s3 or on disk: 
 https://github.com/caribou/lichen
 * Schmetterling -- Debugging Clojure processes from the browser:  
 https://github.com/prismofeverything/schmetterling
 * Antlers -- Useful extensions to mustache templating (helpers and blocks, 
 among other things):  https://github.com/caribou/antlers
 * Groundhog -- Replay http requests: 
 https://github.com/noisesmith/groundhog

 And many others.

 Basically this is an Alpha release, and I am announcing it here first in 
 order to get as much feedback from the community as possible.  We have made 
 it as useful as we can for our purposes and recognize that for it to 
 improve from here, we really need as many people using it and building 
 things with it as possible.  The documentation also needs to be put through 
 its paces:  we need to see how well people are able to use it who know 
 nothing about it, based only on the existing docs.

 All feedback welcome!  

 Thanks for reading!  I hope you find it useful.


-- 
-- 
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 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
--- 
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.com/groups/opt_out.


Re: [ANN] Counterclockwise - Clojure plugin for Eclipse

2013-10-18 Thread François De Serres
CCW has helped me a lot already, and this release is just beautiful.
Merci so much Laurent ! 

-- 
-- 
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 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
--- 
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.com/groups/opt_out.


Re: ANN: core.match 0.2.0

2013-10-18 Thread François De Serres
Hi David,

any chance to see core.match expose its compiler in the near future?
The ability to create matchers at runtime (like matchure/fn-match) would be 
much welcome ;)

Thankies,
--
François

-- 
-- 
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 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
--- 
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.com/groups/opt_out.


Re: [ANN] Cognitect

2013-09-20 Thread François De Serres
Bonne chance Cognitect !!!

Le lundi 16 septembre 2013 15:50:46 UTC+2, Rich Hickey a écrit :

 I just wanted to let everyone know that Metadata Partners (the company 
 behind Datomic) and I have merged with Relevance, Inc., to form Cognitect, 
 Inc. This merger is great for Clojure, adding considerable resources and 
 stability to its development and support, including new enterprise support 
 offerings and reinvigorated community support. (You should read the hiring 
 of Alex Miller as the first example of the latter). 

 I hope the availability of enterprise support for the entire platform 
 makes it easier for people to introduce Clojure into their organizations. 

 This is a very exciting time for Clojure and the platform and ecosystem 
 surrounding it. You can find out more at: 

 http://cognitect.com 

 Thanks, 

 Rich

-- 
-- 
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 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
--- 
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.com/groups/opt_out.


Re: [ANN] Clotilde is Linda in Clojure.

2013-08-21 Thread François DE SERRES
Hi there,

I just pushed the new Clotilde to 
GitHubhttps://github.com/justiniac/clotilde, 
now with proper pattern handling and a more idiomatic API.

Please review? (only a handful lines) 

Thankies!
--
F.


Le lundi 5 août 2013 16:37:16 UTC+2, François DE SERRES a écrit :

 Hi, 

 9 months and half a dozen books later, here's my first (hopefully) useful 
 Clojure program: https://github.com/justiniac/clotilde

 Clotilde implements the basic ops of the Linda process coordination 
 language: http://en.wikipedia.org/wiki/Linda_(coordination_language)

 More on the topic: 
 http://www.sciencedirect.com/science/article/pii/S0890540199928237
 I'd be so happy to get feedback ;o) 
 Also, I am now in search of a (possibly NP complex) short Linda program to 
 translate into Clotilde.
 Mucho thankies!
 --
 François



-- 
-- 
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 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
--- 
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.com/groups/opt_out.


Re: [ANN] Clotilde is Linda in Clojure.

2013-08-06 Thread François DE SERRES
Hi Lee,

translating some examples from C-Linda, I banged my head on an issue I need 
to fix first hand (see github). But they're definitely coming soon!

Thanks for your feedback, keep in touch ;o)
--
F.

Le mardi 6 août 2013 03:49:27 UTC+2, Lee a écrit :


 On Aug 5, 2013, at 10:37 AM, François DE SERRES wrote: 
  9 months and half a dozen books later, here's my first (hopefully) 
 useful Clojure program: https://github.com/justiniac/clotilde 
  
  Clotilde implements the basic ops of the Linda process coordination 
 language: http://en.wikipedia.org/wiki/Linda_(coordination_language) 
  
  More on the topic: 
 http://www.sciencedirect.com/science/article/pii/S0890540199928237 
  
  I'd be so happy to get feedback ;o) 
  Also, I am now in search of a (possibly NP complex) short Linda program 
 to translate into Clotilde. 
  Mucho thankies! 

 Thanks so much for this François -- I've always been intrigued with Linda 
 and I've played with the concepts a bit, and I'm happy to see this emerging 
 in Clojure. 

 Do you happen to have a simple example of a program that uses and 
 demonstrates the core features of the library? That would make it a lot 
 easier to see the system's potential and to start playing with it. I do see 
 the tests in clotilde.core-test but those seem to focus on testing 
 individual pieces, not showing what a simple program using the library 
 would look like. 

  -Lee

-- 
-- 
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 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
--- 
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.com/groups/opt_out.




[ANN] Clotilde is Linda in Clojure.

2013-08-05 Thread François DE SERRES
 

Hi, 

9 months and half a dozen books later, here's my first (hopefully) useful 
Clojure program: https://github.com/justiniac/clotilde

Clotilde implements the basic ops of the Linda process coordination 
language: http://en.wikipedia.org/wiki/Linda_(coordination_language)

More on the topic: 
http://www.sciencedirect.com/science/article/pii/S0890540199928237
I'd be so happy to get feedback ;o) 
Also, I am now in search of a (possibly NP complex) short Linda program to 
translate into Clotilde.
Mucho thankies!
--
François

-- 
-- 
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 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
--- 
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.com/groups/opt_out.




Re: [ANN] Clotilde is Linda in Clojure.

2013-08-05 Thread François DE SERRES
Quoted patterns need to be handled correctly by clotilde.innards/-match-fn.
Tried to make it a macro and to unquote pattern, but 
clojure.core.match/match complains.
See test-match-fn.
Gah!

Le lundi 5 août 2013 16:37:16 UTC+2, François DE SERRES a écrit :

 Hi, 

 9 months and half a dozen books later, here's my first (hopefully) useful 
 Clojure program: https://github.com/justiniac/clotilde

 Clotilde implements the basic ops of the Linda process coordination 
 language: http://en.wikipedia.org/wiki/Linda_(coordination_language)

 More on the topic: 
 http://www.sciencedirect.com/science/article/pii/S0890540199928237
 I'd be so happy to get feedback ;o) 
 Also, I am now in search of a (possibly NP complex) short Linda program to 
 translate into Clotilde.
 Mucho thankies!
 --
 François



-- 
-- 
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 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
--- 
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.com/groups/opt_out.