Slashdot Mirror


User: hooha

hooha's activity in the archive.

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

Comments · 5

  1. Books and documents on Resources For Windows Developers Moving To Unix? · · Score: 2

    For non-GUI, UNIX specific programming details, I've found the following to be very useful:

    • UNIX System Programming by Haviland, Gray, Salama. Published by Addison Wesley.
    • Advanced Programming in the UNIX Environment by W. Richard Stevens. Published by Addison Wesley.
    • UNIX Network Programming (volumes I and II) by W. Richard Stevens. Published by Prentice Hall.
    • Documents from http://www.unix-systems.org/ (The Open Group).
  2. Re:A suggestion for our side on More About Copy Control on Hard Drives · · Score: 1

    "legitimate and illegitimate use prevention" is accurate but not very snappy. Any ideas using "restriction" or "obstruction" in a descriptive name?

  3. Strip on Encryption On PalmOS? · · Score: 1

    There is an excellent Palm OS program called Strip from Zetetic Enterprises. It stores passwords securely using IDEA or DES encryption.

    The source code is available at the site (with export restrictions). Perhaps that would help you?

  4. Re:Closures? on Perl vs. Python: A Culture Comparison · · Score: 1
    I was under the impression that Python doesn't implement closures properly. The Perl FAQ says:
    Closures make sense in any programming language where you can have the return value of a function be itself a function, as you can in Perl. Note that some languages provide anonymous functions but are not capable of providing proper closures; the Python language, for example.

    The Linux Journal interview with van Rossum last year (sorry, don't have a reference to hand) wasn't very encouraging either. It gave the impression that he met several new concepts (such as closures) whilst working at a university for a short time, and then created Python based on his first impressions of those concepts. I'd prefer to use a language which has been thought through more carefully than that.

    At least Perl is consistently messy! :-)

    I'm not a fan of enforced indentation for block structure either. I've used it in Gofer, Haskell, and Occam. Not again, thanks!

    Thanks for the pointer to Python in OCaml. That does encourage me to use Python!

  5. Closures? on Perl vs. Python: A Culture Comparison · · Score: 1

    Does Python implement closures properly yet? If not, I'll stick to my favourite language Objective CAML: http://caml.inria.fr/