[julia-users] Re: What's your favourite editor?

2015-09-22 Thread Andrei Zh
And here's all the code from my init.el related to development in Julia ;; auto-complete (ac- config-default) ;; ido

[julia-users] Re: What's your favourite editor?

2015-09-22 Thread Andrei Zh
> > I'd be grateful to hear from other emacs users regarding your workflows > for Julia development, e.g. if you want to write a Julia package what emacs > packages, setup and workflow help you to be the most productive? > > I use ESS + autocomplete + few keybindings (I'll post exact .init.el

[julia-users] Re: What's your favourite editor?

2015-09-21 Thread Jason Castiglione
Same here, I really like ironing out stuff using IJulia and ipython notebook. Once everything works , it turns into a module. Once in a module I like notepad++ or emacs. On Monday, September 21, 2015 at 10:54:34 AM UTC-10, Christoph Ortner wrote: > I'd be grateful to hear from other emacs

Re: [julia-users] Re: What's your favourite editor?

2015-09-21 Thread El suisse
Vim ☺ ​ 2015-09-21 17:54 GMT-03:00 Christoph Ortner : > I'd be grateful to hear from other emacs users regarding your workflows > for Julia development, e.g. if you want to write a Julia package what emacs > packages, setup and workflow help you to be the most

[julia-users] Re: What's your favourite editor?

2015-09-21 Thread Terry Seaward
Thanks for all the replies. Having previously tried Sublime, Atom and LightTable I've spent the year learning Vim and have now switched to Emacs (evil-mode). I'd be grateful to hear from other emacs users regarding your workflows for Julia development, e.g. if you want to write a Julia

[julia-users] Re: What's your favourite editor?

2015-09-21 Thread Christoph Ortner
I'd be grateful to hear from other emacs users regarding your workflows for Julia development, e.g. if you want to write a Julia package what emacs packages, setup and workflow help you to be the most productive? I find a combination of emacs for modules; iJulia for experimenting, testing,

Re: [julia-users] Re: What's your favourite editor?

2015-09-21 Thread Mauro
> Thanks for all the replies. Having previously tried Sublime, Atom and > LightTable I've spent the year learning Vim and have now switched to Emacs > (evil-mode). > > I'd be grateful to hear from other emacs users regarding your workflows for > Julia development, e.g. if you want to write a

Re: [julia-users] Re: What's your favourite editor?

2015-01-19 Thread Tamas Papp
C-c C-c works, unless the block has empty lines. ESS is still a bit quirky, but has improved a lot lately. Use the latest from melpa. Best, Tamas On Tue, Jan 20 2015, Todd Leo sliznmail...@gmail.com wrote: To Emacs users: Is ESS smart enough, that one can send the whole code block to REPL

Re: [julia-users] Re: What's your favourite editor?

2015-01-19 Thread Todd Leo
To Emacs users: Is ESS smart enough, that one can send the whole code block to REPL where the cursor at, without manually marking? On Tuesday, January 20, 2015 at 5:38:47 AM UTC+8, Stefan Karpinski wrote: me: SublimeText jeff viral: emacs alan: IJulia keno: Juno SublimeText had a

[julia-users] Re: What's your favourite editor?

2015-01-19 Thread Max Suster
+1 for Juno

[julia-users] Re: What's your favourite editor?

2015-01-19 Thread tuguldur . s
been very happy with textmate http://macromates.com/ On Saturday, January 17, 2015 at 8:34:46 AM UTC-8, Terry Seaward wrote: Hi, Just curious to know what people use to write/edit their Julia code (os/app)?

[julia-users] Re: What's your favourite editor?

2015-01-19 Thread Ariel Keselman
I'm using sublime, considering atom

[julia-users] Re: What's your favourite editor?

2015-01-19 Thread Petr Krysl
Does anyone use sublime using a touch screen? I've tried to teach sublime to select with a finger, but no luck so far.… And, actually the same thing with the atom editor: I cannot with a finger, it always results in the dragging of the entire pane. Thanks, Petr On Monday, January

[julia-users] Re: What's your favourite editor?

2015-01-19 Thread Evan Pu
light table juno plugin. literally cannot use the language w/o it haha, although it is buggy at times On Saturday, January 17, 2015 at 11:34:46 AM UTC-5, Terry Seaward wrote: Hi, Just curious to know what people use to write/edit their Julia code (os/app)?

[julia-users] Re: What's your favourite editor?

2015-01-18 Thread Seth
On Saturday, January 17, 2015 at 8:34:46 AM UTC-8, Terry Seaward wrote: Hi, Just curious to know what people use to write/edit their Julia code (os/app)? Atom (www.atom.io) with the minimap, julia language plugin and a bunch of git stuff - this editor has replaced Sublime for me.