Re: [ANN] loco 0.1.0

2014-03-08 Thread Alex Engelberg
Floating-point domains (or "real domains") are currently not supported. I think that Choco has some support for real vars, using an external engine. I'm not sure how that fits into Clojure's package managing system; I'll look into it sometime in the future. Thanks for your interest in Loco! --A

Re: cljs + mathjax

2014-03-08 Thread t x
On http://docs.mathjax.org/en/latest/start.html , there's a line you're supposed to copy to pull MathJax from the MathJax CDN. For some stupid reason, I managed to introduce a typo while copying/pasting. :-( I realized this when, even a static page wouldn't render MathJax. On Sat, Mar 8, 2014 a

[GSOC2014] proposal for Typed Clojure: Heterogeneous operations & Dotted Polymorphism

2014-03-08 Thread Di Xu
Hi, all, I'm a Chinese student studying for master degree, my major is Software Design, I learnt lisp 3 years ago, and used lisp especially clojure for some of my school project[1]. I'm interested in participate GSOC 2014 with idea of "Typed Clojure: Heterogeneous operations & Dotted Polymorphism

ANN: Om 0.5.2, Regeant, Quiescent, React interop & more

2014-03-08 Thread David Nolen
While I think Om's approach to application state management delivers considerable benefit, I think it would be unfortunate if all the labor put into reusable Om components was confined to Om users. With the latest release I've included examples demonstrating how two important things are now possibl

Re: cljs + mathjax

2014-03-08 Thread Daniel
What did you end up doing differently? On Saturday, March 8, 2014 10:15:38 AM UTC-6, t x wrote: > > Issue resolved. (This had nothing to do with cljs / javascript > interop, and was purely stupidity with how I was calling MathJax). > > Sorry for 3 emails of spam. > > On Sat, Mar 8, 2014 at 7:01

Adatx - Test driven development... literally.

2014-03-08 Thread Ludwik Grodzki
Hello Clojure Group. I've put together a little library that writes clojure code for you... given test input/output examples and a heuristic of relevant functions. https://github.com/LudoTheHUN/adatx Feedback + contributions very welcome. Regards. Ludwik. -- You received this message becaus

Re: File and Project organization questions

2014-03-08 Thread Brandon Barret
Wow, thanks so much for the great feedback. These look promising. I am going to sit down tonight and begin reading. Thanks again! So far, the Clojure community is reason enough to stick with the language for future projects! -- You received this message because you are subscribed to the Go

Re: File and Project organization questions

2014-03-08 Thread Moritz Ulrich
Another great talk about techniques used to structure bigger applications is "Clojure in the Large" by Stuart Sierra. I think it might be a bit premature if you're just getting started, but it's definitely useful: http://www.infoq.com/presentations/Clojure-Large-scale-patterns-techniques On Sat, M

Re: File and Project organization questions

2014-03-08 Thread Timothy Washington
Hi Brandon, Clojure For the Brave and True has a good guide on project layout and organization. Leiningen also has a guideto creating

Request for Mentors for GSoC Projects

2014-03-08 Thread Ambrose Bonnaire-Sergeant
Hi, I have a handful of projects (steadily increasing) lined up for GSoC 2014. Of course at this stage they haven't been accepted, since student allocations are still a few weeks away, however there are enthusiastic students waiting in the wings. I would be grateful for help mentoring these proje

File and Project organization questions

2014-03-08 Thread Brandon Barret
Hello all, I am new to Clojure, coming from a Java and C background. I love the language so far, and am really trying to get settled into the functional way of thinking about and solving problems. I have a very simple question to ask. Currently, I am using the Counterclockwise plugin for

Working on a patch to add Clojure for Spring dynamic language support

2014-03-08 Thread Adan Scotney
Hi, I have a Java project which uses Spring to wire together various services, and the only way I've managed to find to integrate Clojure services (without using gen-class) is to have something resembling the MethodInvokingFactoryBean, or to manually write a wrapper which calls out to Clojure.

Re: cljs + mathjax

2014-03-08 Thread t x
Issue resolved. (This had nothing to do with cljs / javascript interop, and was purely stupidity with how I was calling MathJax). Sorry for 3 emails of spam. On Sat, Mar 8, 2014 at 7:01 AM, t x wrote: > In particular, > > (js/MathJax.Hub.Queue (array "Typeset" js/MathJax.Hub)) > > is that the r

Re: cljs + mathjax

2014-03-08 Thread t x
In particular, (js/MathJax.Hub.Queue (array "Typeset" js/MathJax.Hub)) is that the right call to make, or am I doing something wrong? Thanks! On Sat, Mar 8, 2014 at 6:48 AM, t x wrote: > Hi, > > Is there any example of using cljs + mathjax together? > > In particular, I need to do somethi

cljs + mathjax

2014-03-08 Thread t x
Hi, Is there any example of using cljs + mathjax together? In particular, I need to do something like: 1) cljs generates some new dom element 2) I need mathjax to re-render Does any have an example of how to do this? Thanks! -- You received this message because you are subscribed