Re: Great SWT Program



On Oct 16, 5:01 am, blm...@xxxxxxxxxxxxx <blm...@xxxxxxxxxxxxx> wrote:
Maybe. Then again, programming with an IDE rather obscures the
fact that source code is plain text, converted to object code and
then an executable with a compiler. But the department where
I teach seems to focus more than some do on having students
understand what's happening at a fairly low level. Whether in
the long run that's better or worse than focusing solely, or
almost solely, on something higher-level .... I don't know.

This is odd. Are you actually for, or against, user task automation? A
decent IDE will still document what goes on under the hood (it may
even display the command lines that launched the compiler or whatever
-- one I know of definitely resulted in these scrolling by in a DOS
box along with the command output, though it redirected stderr; others
log commands and output in an internal window).

Anyone who wants to can obviously try to compile and run something
from the command line just to see how that works, with any language
implementation that supports this (which seems to be anything compiled
except Smalltalk).


.



Relevant Pages

  • Re: How to make on fresh AIX 4.3.3
    ... Gzip is a C program that must be compiled on your system. ... > To do this you need the source code and a licensed C compiler. ... So far so good but sil no make command ...
    (comp.unix.aix)
  • Re: gfortran iso c bindings - capabilities
    ... free to pick any companion processor it chooses. ... invoked with different command line options. ... if %errorlevel% NEQ 0 goto errorexit ... The compiler is supposed to incorporate the information about the ...
    (comp.lang.fortran)
  • Re: Great SWT Program
    ... fact that source code is plain text, ... then an executable with a compiler. ... box along with the command output, ...
    (comp.lang.java.programmer)
  • RE: Visual studio 2003 .NET versus its own Command Prompt
    ... > package in the lab. ... > command line compiler which cames with it. ... library, which is a .lib file, for it to know where in the DLL the functions ...
    (microsoft.public.vc.language)
  • Re: Invoking External Batch Program on Multiple Core Machine
    ... (Although free version of command line .NET compiler is available, so if some new feature would greatly ... work (you pass it a file in the command line, it runs for 2-45 minutes and spits out another file). ... This is very annoying since I have a dual core machine and would like to get my work done as quickly as possible. ... You can use the Process class to start a new process with a specific command, and you can even set the ProcessorAffinity on the class instance to control what CPUs it runs on. ...
    (microsoft.public.dotnet.languages.csharp)