Re: State & GUIs

2017-12-02 Thread Alexis
ps you might like to read up on Functional Reactive Programming (FRP)? https://en.wikipedia.org/wiki/Functional_reactive_programming Alexis. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googl

CIDER + boot - how to make CIDER use installed version of cider-nrepl?

2015-06-21 Thread Alexis
/repository/cider/cider-nrepl/0.9.1-SNAPSHOT/maven-metadata-clojars.xml.sha1 ~/.m2/repository/cider/cider-nrepl/0.9.1-SNAPSHOT/resolver-status.properties What am i doing wrong, such that cider-nrepl 0.9.1-SNAPSHOT is definitely available, but CIDER can't find it / make use of it? Alexis

Re: CIDER + boot - how to make CIDER use installed version of cider-nrepl?

2015-06-21 Thread Alexis
everything working. :-) Thanks! Alexis. -- 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

Re: [ANN] CIDER 0.9

2015-06-17 Thread Alexis
. :-) Alexis. -- 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

Re: [ANN] CIDER 0.9

2015-06-17 Thread Alexis
”]]}} Unfortunately this doesn't necessarily work - it certainly doesn't work for me! - as per the following: https://github.com/technomancy/leiningen/issues/1900 https://github.com/technomancy/leiningen/issues/1901 Alexis. -- You received this message because you are subscribed to the Google Groups

Re: feedback on side project

2015-04-14 Thread Alexis
://groups.google.com/forum/#!msg/comp.lang.lisp/Bj8Hx6mZEYI/6AWmNEwQR5YJ Also, i do prefer the style of appending '!' and '?' to functions, and am glad that Clojure takes this approach. :-) Alexis. -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: feedback on side project

2015-04-13 Thread Alexis
. In the latter, for example, c.f. 'nconc', which modifies lists in-place. Alexis. [1] Modulo debates about whether or not Scheme is 'really' a Lisp. -- 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

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
that developers - and Clojure developers in particular - should perhaps at least give a second look. Alexis. --- [1] Or Vim, if Emacs isn't an option. Some things i mention here are also applicable to use of Vim. [2] In the /literal/ sense of the phrase, Emacs can indeed provide

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
across environments/machines. Alexis. -- 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

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
the cursor, or C-TAB l (which i've bound to `windmove-right`) to the pane directly to the right of the cursor. WFM, YMMV. Alexis. -- 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

Re: Is Clojure right for me?

2013-12-27 Thread Alexis Gallagher
Hi Massimiliano, Perhaps I'm a bit late to this thread but let me offer an opinion going in the opposite direction. Basically, if the web development you have in mind fits squarely within the use case addressed by RoR or Django or something like that, then I expect you will find one of those

Re: How do I serve clojure pages with nginx

2013-12-27 Thread Alexis Gallagher
It's not free, but Kevin Lynagh sells a collection of nicely packaged and documented examples of basic dev ops setups. The package on server config illustrates exactly what you are asking for: deploying a Clojure web app behind nginx, with some monitoring, server-hardening, etc.. It's at:

Re: M-x clojure-mode in Slime REPL disables REPL

2010-08-11 Thread Alexis Rondeau
On Aug 10, 3:23 pm, Steve Purcell st...@sanityinc.com wrote: On 10 Aug 2010, at 19:19, Mike Meyer wrote: On Tue, 10 Aug 2010 09:57:02 -0700 (PDT) Alexis Rondeau alexis.rond...@gmail.com wrote: What I would like to do is to enable clojure-mode when I get my REPL (connected either via

Re: M-x clojure-mode in Slime REPL disables REPL

2010-08-11 Thread Alexis Rondeau
On Aug 10, 2:19 pm, Mike Meyer mwm-keyword-googlegroups. 620...@mired.org wrote: On Tue, 10 Aug 2010 09:57:02 -0700 (PDT) Alexis Rondeau alexis.rond...@gmail.com wrote: What I would like to do is to enable clojure-mode when I get my REPL (connected either via swank-clojure-project or lein

M-x clojure-mode in Slime REPL disables REPL

2010-08-10 Thread Alexis Rondeau
highlighting does take effect, writing an expression and pressing Enter yields nothing. The message I get is 'Buffer is read-only. I'm not sure where to turn for this, slime, clojure-mode, swank- clojure? Any advise is highly appreciated. Thank you for pointers! With best wishes, Alexis -- You