Re: How do I upgrade nREPL?

2015-03-30 Thread Bozhidar Batsov
Yeah, other have noticed this as well https://github.com/clojure-emacs/cider/issues/961 Not sure if this is a Lein bug or a feature. On 30 March 2015 at 10:09, Shannon Severance s...@s53.me wrote: Through some additional experimentation, I have found when I start Leiningen repl within a

Re: How do I upgrade nREPL?

2015-03-30 Thread Shannon Severance
I saw no difference in behavior, if I understood how to create the :dev profile: {:user {:plugins [[cider/cider-nrepl 0.9.0-SNAPSHOT] [lein-pprint 1.1.2]] :dependencies [[org.clojure/tools.nrepl 0.2.10]]} :dev {:dependencies [[org.clojure/tools.nrepl 0.2.10]]}} --

Re: How do I upgrade nREPL?

2015-03-30 Thread Tassilo Horn
Shannon Severance s...@s53.me writes: I would like to upgrade nREPL, but it appears I am still using version 0.2.6. Yes, that's the version Leiningen depends on, so I think we all have to wait until the next Leiningen upgrade to satisfy CIDER. Bye, Tassilo -- You received this message

Re: How do I upgrade nREPL?

2015-03-30 Thread Justin Smith
You can use a newer version by putting your nrepl dep under the :dev profile, which will override the version that leiningen wants. On Sunday, March 29, 2015 at 11:46:55 PM UTC-7, Tassilo Horn wrote: Shannon Severance s...@s53.me javascript: writes: I would like to upgrade nREPL, but it

Re: How do I upgrade nREPL?

2015-03-30 Thread Shannon Severance
Through some additional experimentation, I have found when I start Leiningen repl within a Leiningen project, the nrepl dependency from ~/.lien/profiles.clj is being used. nREPL 0.2.10 is started. This is true if I start via `lein repl` or `cider-jack-in`. The problem exists when starting free

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
Bozhidar Batsov bozhi...@batsov.com writes: Anti-Emacs stuff really gets to me. i too find it somewhat tiresome. It makes me wonder how many people have actually stopped and asked themselves: Given that Emacs seems like a crusty ancient artifact from The Land That Time Forgot, why do so

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
Colin Yates colin.ya...@gmail.com writes: I used it a few years back [snip] [and] even after man-months spent tinkering, hunting down the right version on MELPA or MARMALADE (or whatever it is called) MELPA and Marmalade are two separate ELPAs (Emacs Lisp Package Archives) - others

Re: clojure, not the go to for data science

2015-03-30 Thread Fluid Dynamics
On Monday, March 30, 2015 at 4:18:03 AM UTC-4, Alexis wrote: Bozhidar Batsov bozh...@batsov.com javascript: writes: Anti-Emacs stuff really gets to me. i too find it somewhat tiresome. It makes me wonder how many people have actually stopped and asked themselves: Given that Emacs

Re: clojure, not the go to for data science

2015-03-30 Thread Colin Yates
For me personally, I absolutely admire emacs - I really do. I used it a few years back when I first started in Clojure before Cursive was around and when it was configured correctly it was absolutely great. From an engineering POV, yeah, it rocks. I am sure that for anything I can do in IDE-X I

Re: how do you re-load a clojure library?

2015-03-30 Thread Juvenn Woo
Hey Andy, As a devops, I do appreciate that, thank you for sharing! — Sent from Mailbox On Sun, Mar 29, 2015 at 10:17 PM, Andy- andre.r...@gmail.com wrote: Off topic for this list but I'm sure helpful to some: On Windows: You can see open file handles with MS's Process Explorer. On Linux:

Re: clojure, not the go to for data science

2015-03-30 Thread Timothy Baldridge
That's a good idea, but I'd also like to say a bit more about the pro/con-emacs discussion, which I hope to be constructive. Discussion is often a good idea, but in a dedicated thread. Perhaps it's time to fork the original topic so that this discussion about editors can continue without

Re: clojure, not the go to for data science

2015-03-30 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30.03.2015 15:12, Lee Spector wrote: On Mar 30, 2015, at 7:35 AM, Jony Hudson jonyepsi...@gmail.com wrote: I propose, instead of this discussion, everyone channels their energy into writing an open-source data-science library, or blog

Re: clojure, not the go to for data science

2015-03-30 Thread Fluid Dynamics
On Monday, March 30, 2015 at 7:23:00 AM UTC-4, Tassilo Horn wrote: Fluid Dynamics a209...@trbvm.com javascript: writes: * Further to the resource-usage issue, i can more easily use Emacs remotely over low-bandwidth links than i could use an IDE. Typical home and mobile

Re: clojure, not the go to for data science

2015-03-30 Thread Lee Spector
On Mar 30, 2015, at 7:35 AM, Jony Hudson jonyepsi...@gmail.com wrote: I propose, instead of this discussion, everyone channels their energy into writing an open-source data-science library, or blog post/article promoting Clojure for data science. In their favourite editor, of course!

Re: clojure, not the go to for data science

2015-03-30 Thread Colin Fleming
Without wanting to get involved in this discussion, I'd just like to point out that there's plenty of anti-IntelliJ trolling goes on in the Clojure community as well. The trick is just to ignore it, something that I mostly manage to do. I'd also like to second Jony's suggestion that we also talk

Re: clojure, not the go to for data science

2015-03-30 Thread Fluid Dynamics
On Monday, March 30, 2015 at 7:29:36 AM UTC-4, Alexis wrote: Fluid Dynamics a209...@trbvm.com javascript: writes: * i don't have to learn and use a distinct, possibly resource-hungry, IDE[2] for every new programming language or environment i need/want to work in. (When the

Re: clojure, not the go to for data science

2015-03-30 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30.03.2015 13:35, Jony Hudson wrote: I propose, instead of this discussion, everyone channels their energy into writing an open-source data-science library, or blog post/article promoting Clojure for data science. In their favourite editor, of

Re: State of the Art in Clojure Debugging

2015-03-30 Thread Vijay Kiran
I've been using Spacemacs with great success https://github.com/syl20bnr/spacemacs and I heard some rave things from Vim aficionados. So you can get all the good stuff from bbastov's hardwork and still use Vim like environment :) ./Vijay On Monday, March 30, 2015 at 4:27:32 PM UTC+2,

Easy-install/GUI emacs for Clojure (was: Re: clojure, not the go to for data science)

2015-03-30 Thread Lee Spector
[Forked the thread as per suggestion by Timothy Baldridge.] On Mar 30, 2015, at 9:29 AM, Christian Weilbach whitesp...@polyc0l0r.net wrote: I have failed to setup Emacs for development and used Vim or Eclipse primarily before entering Clojure-land. emacs-live allowed me to just execute a

Re: State of the Art in Clojure Debugging

2015-03-30 Thread Bozhidar Batsov
This is a newish REPL debugger that's editor agnostic - https://github.com/razum2um/clj-debugger (and accidentally it's powering CIDER's own debugger). I'm pretty sure Cursive has the most sophisticated debugger right now, so the question is whether you dislike Intellij IDEA as much as Emacs. :-)

Re: [ANN][book] Clojure Reactive Programming

2015-03-30 Thread danle...@gmail.com
I am now a proud owner of your e-book! Congratulations, I am looking forward to reading this latest addition to my Clojure library. -- 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

State of the Art in Clojure Debugging

2015-03-30 Thread Matthew West
What is the current preferred strategy for debugging Clojure code? I'd prefer a solution that doesn't involve Emacs, as I already know vim pretty well and don't really want to switch. What are my options that are still actively maintained? -- You received this message because you are

Re: clojure, not the go to for data science

2015-03-30 Thread Tassilo Horn
Fluid Dynamics a2093...@trbvm.com writes: * i don't have to learn and use a distinct, possibly resource-hungry, IDE[2] for every new programming language or environment i need/want to work in. (When the Swift language was released, for example, basic Swift support in the form

Re: clojure, not the go to for data science

2015-03-30 Thread Alexis
i'm assuming this response is a troll, given the use of the sort of gratuitous insults that Bozhidar mentioned; specific examples noted below. (And this somewhat amuses me, given the recent discussion about whether it's possible to critique different technologies without resorting to doing

Re: clojure, not the go to for data science

2015-03-30 Thread Jony Hudson
I propose, instead of this discussion, everyone channels their energy into writing an open-source data-science library, or blog post/article promoting Clojure for data science. In their favourite editor, of course! Jony On Sunday, 29 March 2015 10:55:34 UTC+1, Sayth Renshaw wrote: Hi I

Re: clojure, not the go to for data science

2015-03-30 Thread Tassilo Horn
Fluid Dynamics a2093...@trbvm.com writes: You can have as many of them open as you like, say, one for task X, and one for switching focus between windows. And then have what, two 27x24 and a 26x24 keyhole to squint through at everything? :) Less a couple of lines at the bottom for

Re: State of the Art in Clojure Debugging

2015-03-30 Thread Lee Spector
Thanks for this Bozhidar. I just took a look at clj-debugger https://github.com/razum2um/clj-debugger and am excited about several of its features, especially the ability to print locals. Does anyone know if it supports (or could easily support -- I'd post an issue if it seems possible) a

Re: State of the Art in Clojure Debugging

2015-03-30 Thread Paul deGrandis
Because of the blocking nature of vim-fireplace (really of vim itself), you'll have to run most of the debuggers from a live, dedicated repl. I've been slowly evolving my own debug-repl for a few years now. It works in a `user.clj` setting or in a project related file. At a quick glance, it

Re: Update multiple values in vector at once

2015-03-30 Thread Michał Marczyk
(defn upd-vec [input-vector ids new-values] (reduce-kv #(assoc %1 %3 (new-values %2)) input-vector ids)) (upd-vec [0 0 0 0 0] [1 3] [1.44 1.45]) ;= [0 1.44 0 1.45 0] On 30 March 2015 at 20:05, Alexandr updates...@gmail.com wrote: Hello everybody, How can I update values in the vector

Update multiple values in vector at once

2015-03-30 Thread Alexandr
Hello everybody, How can I update values in the vector given vector of id-s and new values? For example (defn upd-vec [input-vector ids new-values] ) (upd-vec [0 0 0 0 0] [1 3] [1.44 1.45]) Output: [0 1.44 0 1.45 0] (1st and 3rd elements are replaced) -- You received this message

Re: Clojure ecommerce

2015-03-30 Thread Ben McFerren
I also am interesting in finding a clojure ecommerce library I'm posting here so that I can keep up on this topic and receive an email with any news On Monday, January 5, 2015 at 9:03:52 AM UTC-8, g vim wrote: Are there currently any Clojure ecommerce packages or libraries, preferably

Re: Update multiple values in vector at once

2015-03-30 Thread Alexandr
Thanks a lot! On Monday, March 30, 2015 at 8:11:25 PM UTC+2, Michał Marczyk wrote: (defn upd-vec [input-vector ids new-values] (reduce-kv #(assoc %1 %3 (new-values %2)) input-vector ids)) (upd-vec [0 0 0 0 0] [1 3] [1.44 1.45]) ;= [0 1.44 0 1.45 0] On 30 March 2015 at 20:05, Alexandr

Re: clojure, not the go to for data science

2015-03-30 Thread danle...@gmail.com
http://www.scribd.com/doc/30605092/Saturn-v-Flight-Manual I have tracked down the flight manual of the Saturn-V rocket so we can objectively decide whether emacs is more, or less, difficult. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

Re: Deterministic macro expansion for Clojure?

2015-03-30 Thread David James
Thanks! A great suggestion. I'll try it. On Friday, March 27, 2015 at 8:56:21 PM UTC-4, Ben wrote: One way you can get what you want is to give up on the auto-gensym feature of the #-terminated identifiers, and call gensym directly, enabling it to be mocked out with with-redefs. E.g.

Re: Debugging in CIDER

2015-03-30 Thread Matt Mitchell
Awesome. +1 for a new release too, lots of other good stuff in there too. - Matt On Saturday, March 28, 2015 at 1:46:33 PM UTC-4, Bozhidar Batsov wrote: Hey everyone, Just wanted to let you know that the most requested feature for CIDER (a debugger, in case you're wondering) has just

square brackets

2015-03-30 Thread haris . bogdanovic
Hi I cannot type square brackets. I tried left Alt key with key right to letter p and nothing appears. I have Croatian keyboard and use Windows 7. Please help. Thanks -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Clojure Jobs Available

2015-03-30 Thread Jan Drake
We're a stealth startup in the fintech space building consumer-scale, fully distributed systems in Clojure along with cutting edge data storage and transaction technologies. We're Clojure all the way to the edge. We have teams in Seattle, Sydney, and Costa Rica and are looking to hire

Re: square brackets

2015-03-30 Thread Steven Deobald
Hi Haris! Weirdly, this became a source of amusement in our office and we couldn't help but google the answer. Many of us are curious about the state of ever-collapsing international user interfaces. It looks like the keystroke you're looking for should be *[ALT] + F* or *[ALT] + G*. Give that a

Re: Clojure Jobs Available

2015-03-30 Thread Michael Klishin
On 31 March 2015 at 04:45:39, Jan Drake (jan.s.dr...@gmail.com) wrote: We have teams in Seattle, Sydney, and Costa Rica and are looking to hire senior engineers with Clojure/Lisp experience. Jan, It would help if you clarify what locations/timezones you require candidates to be in. Many

New Functional Programming Job Opportunities

2015-03-30 Thread Functional Jobs
Here are some functional programming job opportunities that were posted recently: UPDATED: Senior Software Engineer (Clojure, FP) at SecureOne http://functionaljobs.com/jobs/8801-updated-senior-software-engineer-clojure-fp-at-secureone Cheers, Sean Murphy FunctionalJobs.com -- You

Re: clojure, not the go to for data science

2015-03-30 Thread Phillip Lord
Sayth Renshaw flebber.c...@gmail.com writes: I last learned clojure in 1.2. Just curious why Clojure hasn't developed as a go to for data science? It never seems to get a mention R,Python and now Julia get the attention. By design it would appear that Clojure would be a good fit. Is it a