I've been doing all of my Clojure work in Vim. VimClojure [1] was
great, but fireplace [2] has been a game changer for me. It might not
look like much, but the REPL really feels tightly integrated into the
editor. I actually never touch the REPL directly anymore (except for
restarting it from times to times): cpb evaluates the current form
(and shows the result at the bottom of the screen), cpp the current
top-level form, and c!! replaces the current top-level form with its
evaluation right into the editor. There are also other shortcuts to
macroexpand, show source, show doc, go to source (including inside
required jars), etc. I also get auto-completion with docs and so on.

All in all, I feel very productive and very much connected to my code
- like I'm actually interacting with it rather than just writing it.
The limit between REPL and editor is blurry.

I keep meaning to look at Emacs to check what it has that is so much
better in terms of integration, but so far I have not found the time.
I did try LightTable in the early days and was not very much
convinced, but we're talking somewhere around 0.2 here so I guess I'll
check it again in the near future.

Disclaimer: I was already using Vim before I learned Clojure. I
started editing Clojure with a simple tslime-based workflow [3], then
moved on to VimClojure and now to fireplace.


[1] https://github.com/vim-scripts/VimClojure
[2] https://github.com/tpope/vim-fireplace
[3] http://www.vim.org/scripts/script.php?script_id=3023

On 17 April 2014 08:06, Colin Fleming <colin.mailingl...@gmail.com> wrote:
> Cursive's coming along nicely. It's a little difficult for me to judge since
> I tend to see more of what needs doing than what already works well, but
> it's very usable now. Plenty of people are using it for daily work with no
> serious issues. As a data point, the last version was downloaded around 7000
> times, and the version I brought out yesterday is on track to be downloaded
> around 1000 times in the first 24 hours. The biggest pain point is likely to
> be if you're working on code which is very macro heavy, which means that
> many of the symbols won't resolve correctly.
>
> In general, as I commented in another thread here recently, I firmly believe
> that it's no longer true that everyone will end up with Emacs, or that
> they'd be better off doing so. Certainly there's a lot of inertia towards
> it, but other options are getting much better and are even better for
> certain use cases (LightTable for CLJS/web work and Cursive/CCW for mixed
> Clojure/Java projects).
>
>
> On 17 April 2014 13:12, Mark Engelberg <mark.engelb...@gmail.com> wrote:
>>
>> On Wed, Apr 16, 2014 at 6:01 PM, Colin Fleming
>> <colin.mailingl...@gmail.com> wrote:
>>>
>>> Standard disclaimer: I develop Cursive.
>>>
>>
>> How's Cursive coming along? The website still says it's only for those who
>> are "feeling brave".
>>
>> --
>> 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.

-- 
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.

Reply via email to