Re: [ClojureScript] [ANN] thi,ng/geom 0.0.856 (new dataviz module)

2015-06-13 Thread Marc Fawzi
Does the viz module aspire to catch up with d3 on the transitions front? 
Awesome stuff and will definitely try out the API and make some requests! 

Sent from my iPhone

 On Jun 13, 2015, at 5:01 PM, Karsten Schmidt i...@toxi.co.uk wrote:
 
 Hi all,
 
 a new release of thi.ng/geom has just been pushed - now with the
 beginnings of a new clj  cljs data visualization module, currently
 supporting:
 
 - 7 layout/chart methods (bar, line, area, scatter, radar, contours,
 stacked intervals)
 - 3 axis types (linear, logarithmic, lens)
 - cartesian or polar mapping
 - flexible data input formats (via optional data item retrieval fns)
 - custom shape drawing fns
 - freedom to attach any other style/shape attributes (e.g. listeners)
 - extensive documentation
 
 Check it all out here (in glorious literate programming format!):
 
 https://github.com/thi-ng/geom/blob/master/geom-viz/src/index.org
 https://github.com/thi-ng/geom/blob/master/geom-viz/src/core.org
 
 The plan for this new viz module is to be output format agnostic, but
 it currently only supports SVG (which by all means will be the main
 use case anyhow)
 
 Other new things in this 0.0.856 version:
 
 - added voxel/isosurface examples
 - updated dependencies (clj-1.7,0-RC1, cljs-3308, thi.ng/ndarray 0.2.0)
 
 Enjoy! K.
 
 -- 
 Karsten Schmidt
 http://postspectacular.com | http://thi.ng | http://toxiclibs.org
 
 -- 
 Note that posts from new members are moderated - please be patient with your 
 first post.
 --- 
 You received this message because you are subscribed to the Google Groups 
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.

-- 
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/d/optout.


Re: http-kit for duct

2015-06-13 Thread James Reeves
It shouldn't be hard to write your own version. You could almost just take
the Jetty component source
https://github.com/weavejester/ring-jetty-component/blob/master/src/ring/component/jetty.clj
and
substitute jetty with http-kit.

- James

On 13 June 2015 at 23:51, Dru Sellers d...@drusellers.com wrote:

 Is there any interest in an http-kit version of duct? Or have everyone
 just written their own version?

 -d

 --
 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/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 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/d/optout.


[ANN] thi,ng/geom 0.0.856 (new dataviz module)

2015-06-13 Thread Karsten Schmidt
Hi all,

a new release of thi.ng/geom has just been pushed - now with the
beginnings of a new clj  cljs data visualization module, currently
supporting:

- 7 layout/chart methods (bar, line, area, scatter, radar, contours,
stacked intervals)
- 3 axis types (linear, logarithmic, lens)
- cartesian or polar mapping
- flexible data input formats (via optional data item retrieval fns)
- custom shape drawing fns
- freedom to attach any other style/shape attributes (e.g. listeners)
- extensive documentation

Check it all out here (in glorious literate programming format!):

https://github.com/thi-ng/geom/blob/master/geom-viz/src/index.org
https://github.com/thi-ng/geom/blob/master/geom-viz/src/core.org

The plan for this new viz module is to be output format agnostic, but
it currently only supports SVG (which by all means will be the main
use case anyhow)

Other new things in this 0.0.856 version:

- added voxel/isosurface examples
- updated dependencies (clj-1.7,0-RC1, cljs-3308, thi.ng/ndarray 0.2.0)

Enjoy! K.

-- 
Karsten Schmidt
http://postspectacular.com | http://thi.ng | http://toxiclibs.org

-- 
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/d/optout.


Boot: How to run with the clojure version declared in the :dependencies?

2015-06-13 Thread Dylan Butman
Yes you need to duplicate the version in a properties file or env variable. 
It's important to differentiate between runtime and compiled dependencies vs 
the environment that actually does the compiling. There could be instances 
where different versions may be needed. 

-- 
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/d/optout.


Re: http-kit for duct

2015-06-13 Thread Dru Sellers
It was indeed that easy. Thank for writing component in such a nice way !!



-d

On Sat, Jun 13, 2015 at 6:22 PM, James Reeves ja...@booleanknot.com
wrote:

 It shouldn't be hard to write your own version. You could almost just take
 the Jetty component source
 https://github.com/weavejester/ring-jetty-component/blob/master/src/ring/component/jetty.clj
 and
 substitute jetty with http-kit.
 - James
 On 13 June 2015 at 23:51, Dru Sellers d...@drusellers.com wrote:
 Is there any interest in an http-kit version of duct? Or have everyone
 just written their own version?

 -d

 --
 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/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 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 a topic in the Google 
 Groups Clojure group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/clojure/TLYsy4bSOzk/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 clojure+unsubscr...@googlegroups.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 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/d/optout.


Re: defrecord, equality, hashing, and performance

2015-06-13 Thread Mike Rodriguez
Thanks for the insight Alex!

-- 
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/d/optout.


http-kit for duct

2015-06-13 Thread Dru Sellers
Is there any interest in an http-kit version of duct? Or have everyone just 
written their own version?

-d

-- 
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/d/optout.


Re: http-kit for duct

2015-06-13 Thread Dru Sellers
Nevermind. Jetty comes with the sample server.

On Saturday, June 13, 2015 at 5:51:00 PM UTC-5, Dru Sellers wrote:

 Is there any interest in an http-kit version of duct? Or have everyone 
 just written their own version?

 -d


-- 
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/d/optout.