Emacs for Data Science
insightdatascience.com
Emacs for Data Science
1–10 of 38 posts
Re: Emacs for Data Science
#2Re: Emacs for Data Science
#3Besides ready to use packages, main advantage of Emacs - its extensibility - I'm writing a lot of custom code in ELisp that helps me analyze files with results, interactively work with data in multiple databases (using some Clojure code executing via CIDER), etc.
A lot of commercial IDEs are very well integrated with language and toolset, but often they're really not very good text editors (Visual Studio, I'm looking at you)
Re: Emacs for Data Science
#4Re: Emacs for Data Science
#5I've used Emacs for years, but never delved into org-mode.
Re: Emacs for Data Science
#6Could anyone explain the advantage of Emacs over Sublime?
Re: Emacs for Data Science
#7I have been using Sublimetext since few years. Its extremely productive. Could anyone explain the advantage of Emacs over Sublime?
For large projects I end up using the JetBrains IDEs. I think the "knowledge" of the project provides good insight. I think there are add ons to Emacs that will do the same thing. I haven't tried them. If I have to just open a file and edit, I'm happier in Emacs. I wish the IDE's would let you "bring your own editor"
If your happy with sublime keep using it.
Re: Emacs for Data Science
#8I have been using Sublimetext since few years. Its extremely productive. Could anyone explain the advantage of Emacs over Sublime?
However, you really need to assess what you are doing. If you are a webdev sublime and atom are great. You can use an IDE like rubymine if you want more language centric features. If you are doing compiled stuff (not my area), it probably makes sense to learn VIM or Emacs because you can fly through your coding and have access to the compiler and all of your files quickly from one place.
Re: Emacs for Data Science
#9As a recent Emacs convert I was able to develop happily for Android/Java, Ruby, Rails, Web, WordPress and ChucK, Octave music language, a lot of CSV/Data import tasks, and minor C/C++ edits. For each one I had used a lot of IDEs earlier.