Slashdot Mirror


User: darrell.py

darrell.py's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Python on Portable Coding and Cross-Platform Libraries? · · Score: 1

    I've used Python for this kind of thing. We are using Zope as the GUI to control test fixtures. This has been tremendously successful. Python handles little things like "\" verses "/" as well as socket issues.

  2. Windows needs pipes on Who Has Faster Pipes? Linux, Win2000, WinXP Compared · · Score: 1

    COM has it's place, but it's not the best solution in all case!!

    What about cross platform apps?
    What about apps that don't want to mess with the registry.
    Which is a real pain during install.

    COM is too complicated in many cases and locks you into Windows.