T
Tom Anderson
well, we need a term for development environment built out of Unix
tools....
Disintegrated development environment? Differentiated development
environment? How about just a development environment?
tom
well, we need a term for development environment built out of Unix
tools....
We already have one. The term is "emacs".
Ah, of course - to an true believer, emacs *is* the unix toolset.
Roy Smith said:We already have one. The term is "emacs".
Tom Anderson said:Disintegrated development environment? Differentiated development
environment? How about just a development environment?
Scott David Daniels said:There are a lot of us who use a test-first process:
bblais said:Hello,
Let me start by saying that I am coming from a background using Matlab
(or Octave), and C++. I am going to outline the basic nuts-and-bolts
of how I work in these languages, and ask for some help to find out how
the same thing is done in Python. I am not sure what the standard is.
In C++, I open up an editor in one window, a Unix shell in another. I
write the code in the editor, then switch to the shell window for
compile and run. I then go back to the editor for modifications, and
then compile and run in the shell window.
In Matlab, I do much the same thing, except there is no compile phase.
I have the editor on one window, the Matlab interactive shell in the
other. I often make a bunch of small scripts for exploration of a
problem, before writing any larger apps. I go back and forth editing
the current file, and then running it directly (Matlab looks at the
time stamp, and automagically reloads the script when I modify it).
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.