Slashdot Mirror


User: le_machin

le_machin's activity in the archive.

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

Comments · 4

  1. a powerful language is secure on What Makes a Powerful Programming Language? · · Score: 1
    What makes a powerful language :
    • A strong type system (well typed programs can't crash).
    • Scalability
    • Efficiency
    • Modularity
    • Abstraction

    The most important feature being the type system. A strong type system really helps the developpers (despite what students are thinking). And with type inference, you don't even have to bother giving writing the types...


    I think that OCaml a language made at the INRIA is one of the easier language to use. It's functional, with higher-order functions, strongly typed (with polymorphism), and have a good system of modules.


    It's a language of the ML family (like SML), that's available for nearly all platforms of development. It can compile to byte-code or native code, and behaves well in programming contests and benchmarks !!!


    The code is efficient, and easy to write. That's definitely a good choice. On the drawbacks side, I must admit that there are not much library and API written for the language (comparing to perl)...

  2. Re:Too bad... on First Official CD Release of FreeBSD · · Score: 1

    You forgot MacOSX !!!

    le_machin

  3. Re:Copyright on First Official CD Release of FreeBSD · · Score: 0

    It's a BSD licence, if I'm right, you can call this "Door XP" and sell it a hundred dollars, as
    soon as you say who really did the job.

    le_machin

  4. And NetBSD on PS2 As PC · · Score: 1

    I've seen some stuff about a port of NetBSD for PS2 (http://www.netbsd.org/Ports/#suggested-mips), but I don't know if there is some work done...

    By the way, they also try to get NetBSD on Dreamcast.
    le_machin