[Csnd] Editors for python and csound
Date | 2009-05-30 12:58 |
From | francibal |
Subject | [Csnd] Editors for python and csound |
Hi all, i need some advices. I'm using scite for run both python and csound, and all works fine, but i would know if there are others (maybe better) possibilities. And another little question: python run slowly in respect of csound, but if i use python via scite do it run more slowly? Hope I express my question clearly. Thanks (for understand too). ciao, fran -- View this message in context: http://www.nabble.com/Editors-for-python-and-csound-tp23792688p23792688.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2009-05-30 13:16 |
From | victor |
Subject | [Csnd] Re: Editors for python and csound |
Well, there's emacs. Victor ----- Original Message ----- From: "francibal" |
Date | 2009-05-30 14:04 |
From | luis jure |
Subject | [Csnd] Re: Editors for python and csound |
on 2009-05-30 at 04:58 francibal wrote: >i need some advices. I'm using scite for run both python and csound, >and all works fine, but i would know if there are others (maybe better) vim you can't get better than that... http://www.vim.org/ free, cross-platform and very powerful. you'll have to read a few tutorials, though, before being able to do anything useful with it. but there are plenty of those on the web, and it's definitely worth the effort. i can guarantee that you'll never regret it. there's also a set of vim tools for csound that many people find useful, although the author is a jerk who has been promising for years to release an update that he has almost ready... |
Date | 2009-05-30 14:31 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Editors for python and csound |
You should also check out Stéphane Rollandin's csound-X for emacs. It's great. I used to use emacs intensively all through last year. Like VIM it takes some time to learn but once you get there you'll find you can do anything with it, from checking emails to surfing the web. The reason I don't currently use if is that I'm working on a project that requires I use MSVC++ :( Rory. 2009/5/30 luis jure |
Date | 2009-05-30 20:54 |
From | Brian Redfern |
Subject | [Csnd] Re: Re: Editors for python and csound |
Emacs might have some interesting uses for people who want to use use lisp for csound code generation. I don't know if anyone has tried that. I still use Vim for most things as I know the key commands from using it for years and years. But I recently started playing with emacs and it seems like it could have some interesting uses for csound code generation with the built in lisp. |