Re: State & GUIs

2017-12-02 Thread Alexis
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@googlegroups.com Note that post

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

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

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

2015-06-21 Thread Alexis
SNAPSHOT/maven-metadata-clojars.xml ~/.m2/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&#x

Re: [ANN] CIDER 0.9

2015-06-17 Thread Alexis
Bozhidar Batsov writes: Yeah, I'm aware of those problems, but as you already know they have to fixed in leiningen. At least these days leiningen has an alternative ( https://github.com/boot-clj/boot). Good point - this is an opportunity for me to try out boot. :-) Alexis. -

Re: [ANN] CIDER 0.9

2015-06-17 Thread Alexis
ly 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
https://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 Go

Re: feedback on side project

2015-04-13 Thread Alexis
atter, 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 ema

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
Again with the claim that Emacs is a terminal-only application, rather than being something that can be run in a windowing environment (i run it under the i3 wm) and a terminal (at the same time, if necessary). As for switching between panes, you can use C-x o (`other-window`), or (as i do

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
ig setups 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 fi

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
new dev system. Emacs is surely not the best tool for all developers in all contexts, but i also feel it's something 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 menti

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: https

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 f

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

2010-08-11 Thread Alexis Rondeau
On Aug 10, 2:19 pm, Mike Meyer wrote: > On Tue, 10 Aug 2010 09:57:02 -0700 (PDT) > > Alexis Rondeau 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 swank/M-x slime- > > connect) bu

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

2010-08-11 Thread Alexis Rondeau
On Aug 10, 3:23 pm, Steve Purcell wrote: > On 10 Aug 2010, at 19:19, Mike Meyer wrote: > > > > > > > On Tue, 10 Aug 2010 09:57:02 -0700 (PDT) > > Alexis Rondeau wrote: > >> What I would like to do is to enable clojure-mode when I get my REPL > >>

M-x clojure-mode in Slime REPL disables REPL

2010-08-10 Thread Alexis Rondeau
ng. While the syntax 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!