Still Loving Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Meyer

    #46
    Re: Still Loving Python

    bokr@oz.net (Bengt Richter) writes:[color=blue]
    > On Wed, 14 Dec 2005 10:07:04 -0500, Mike Meyer <mwm@mired.or g> wrote:[color=green]
    >>bokr@oz.net (Bengt Richter) writes:[color=darkred]
    >>> A single click compiles, links and runs the resulting independent windows .exe in a fraction of a second
    >>> for the above, and I can see the hint, kill the .exe, and go on where I was.[/color]
    >>Click? Yuck. If I wanted it, I've had environments where a single
    >>keystroke (much better) compiled, linked and ran the resulting
    >>app. Not in a fraction of a second, but that's sort of irrelevant to
    >>the GUI/non-GUI question.[/color]
    > You don't have to click. A single keystroke (F9) does it too ;-)[/color]

    F9? Better, but not much. Especially considering that my desktop keyboard
    doens't have an F9 key: <URL:
    http://www.tldp.org/linuxfocus/Engli...article75.html >.
    [color=blue]
    > Just that if you are testing for a hint appearing when you mouse over a button,
    > it's handier to move the cursor a coule of inches and click a Delphi IDE button
    > with the same hand than it is to go for F9. But either way works.[/color]

    That doesn't sound like a likely sequence - if the hint appears, then
    you're done with that and it's time to code. If the hint doesn't
    appear, then you're not done, and you have to fix the things, which
    means taking your hands off the mouse to type the hint in.
    [color=blue]
    > An integrated debugger that lets you step through your app and watch the visuals
    > happen as you step by various chunks or run to breakpoints etc is useful sometimes too.[/color]

    Yup. I like mine very much. But that's got nothing to do with how the
    GUI is built.
    [color=blue]
    > You can also do totally command-line oriented, non-GUI stuff much as you'd do C, except
    > in object pascal. A minimal app:[/color]

    You now seem to be trying to sell a language.

    <mike
    --
    Mike Meyer <mwm@mired.or g> http://www.mired.org/home/mwm/
    Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

    Comment

    • Paul Boddie

      #47
      Re: Still Loving Python

      Jérôme Laheurte wrote:[color=blue][color=green]
      > > P.S. Why does Google Groups have to mangle Jérôme's name[/color]
      >
      > I didn't see anything wrong... Encoding problem ?[/color]

      The preview and subsequent re-editing page typically show trashed
      non-ASCII characters in Konqueror, which doesn't usually show such
      brokenness on the pages I view, but I've become accustomed to taking
      evasive action and editing my messages in the re-editing page which
      then seems to respect what I've typed.

      Anyway, here's a straight response without preview. Let's see how it
      turns out!

      Paul

      Comment

      Working...