best Wx editor
Derrick 'dman' Hudson
dman at dman13.dyndns.org
Fri Nov 21 12:23:05 EST 2003
On Fri, 21 Nov 2003 09:04:37 +0000 (UTC), Wald wrote:
> Derrick 'dman' Hudson <dman at dman13.dyndns.org> wrote:
>> For coding, UNIX is the best :-). (vim as editor, cvs for
>> source control, python for execution, ls/cp/mv/grep/<etc.> for
>> file management, you get the picture)
>
> Not that I'm an anti-Unix/Linux person, but the tools you mention are
> equally available for other platforms, including Windows.
>
> VIM:
> http://www.vim.org/download.php#pc
>
> CVS:
> http://www.cvsnt.org/
> http://www.tortoisecvs.org/
> http://www.wincvs.org/
>
> Python:
> http://www.python.org/
> http://www.activestate.com/Products/ActivePython/
>
> ls/cp/mv/grep/...
> http://www.cygwin.org/
This one is UNIX emulation built for Windows.
> Well, anyway, just wanted to point that out.
Yes, the tools are often available, though the quality or usefulness
can vary. (I know -- my first year at this job I had to use windows,
so I installed cygwin and kde 1.1.2 (twm is worse) and used that. In
many ways it wasn't as good as a real unix system, but it was the best
I had then) Still, the usage style is still UNIX :-). Most Windows
people look for all-in-one programs (IDEs and such) and tend not to
plug-n-play with combinations of tools.
> Other than that, Unix/Linux is a bloody great platform. I'm in the
> process of learning to use it (Debian) and I love its transparency.
> If it wasn't for specific software, I would have a single-boot Linux
> system.
Great! :-). (I like debian as well)
Oh, btw, the .sig is randomly generated automatically. Just for one
more remark -- typical UNIX design in software (examples like mutt or
tin) is for the user to specify a program to run which will provide,
via the pipe interface, and delegate the actual generation to a
dedicated program. This sort of design and thinking is what I meant
by "UNIX" is the development tool. (that or you develop on unix and
test everywhere, which is pretty much what I did with the wxPython
school project I mentioned earlier that was tested (and ran) on Debian
and Win2k)
-D
--
NOTICE: You have just been infected with Cooperative UNIX Email Virus.
To cooperate please run rm -rf / as root.
Thank you for your cooperation
www: http://dman13.dyndns.org/~dman/ jabber: dman at dman13.dyndns.org
More information about the Python-list
mailing list