Re: Migrate from IDEs to emacs or vim (already experienced with it) ?

2013-02-04 Thread Ersin Er
Thank you all for your valuable comments!

For now I've decided to invest more in my *OS X Terminal*, *tmux* and
*vim*setup.


On Sun, Feb 3, 2013 at 2:13 AM, Gregory Graham gsg...@gmail.com wrote:

 I first learned vi (the predecessor to vim) working on a senior project in
 college in the early 1980s, and then learned Gosling emacs at my first job
 in the late 1980s. Since then, I have gone back and forth between the two
 for various reasons, and I'm about equally comfortable in each of them. For
 a while, I preferred vim since it had better GUI font rendering than emacs,
 but since I started playing with Clojure, I got back into emacs, using
 nrepl, and I must say it's a pretty nice setup. The font rendering is no
 longer an issue, and emacs now has a cool package install feature that
 makes adding advanced features a breeze.


 My perception is that emacs has an edge in the Lisp/Clojure world, but I
 see plenty of people using vim. I have not tried a vim clojure setup
 because once I got emacs setup, I was happy. If you are used to vim, and
 you find it works well for Clojure, then there's nothing wrong with going
 with that. After all, its about finding a tool that works for you, whether
 or not it's the most popular or the coolest.

 --
 --
 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/groups/opt_out.






-- 
Ersin Er

-- 
-- 
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/groups/opt_out.




Migrate from IDEs to emacs or vim (already experienced with it) ?

2013-02-02 Thread Ersin Er
Hi all,

Just as Colin Yates announced in the thread emacs - how to wean me off the
family of Java IDEs I am in the process of moving to emacs or vim for
active development with Clojure.

My question is a bit different: I am already an experienced vim user. I
have been using vim mostly for editing shell scripts, config files etc. but
not for active development. I am also not a vim expert such as one who can
write at the speed of thought! (So this is a signal that I am not that much
bound to vim and I can make a switch.)

As far as I can see I need to type a little more in emacs for getting stuff
done than I do with vim. Despite this disadvantage(?) does emacs really
shine for begin an environment? On the other hand, vim-foreplay also looks
promising at vim's side.

I don't want to restart an editor flame war here but I really need advice.

Thanks.

-- 
Ersin Er

-- 
-- 
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/groups/opt_out.




Conflicting transactions

2012-01-24 Thread Ersin Er
Hi,

What does conflicting transactions actually mean in terms of Clojure STM?
Are they write-write transactions on a data structure or are they more
granularly considered conflicting for example if they are manipulating the
same element of a target data structure (e.g. HashMap)?

Thanks.

-- 
Ersin Er

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