Slashdot Mirror


User: DavidNWelton

DavidNWelton's activity in the archive.

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

Comments · 298

  1. Re:Cheaper is better on IBM Calls Linux "Logical Successor" To AIX · · Score: 1

    Technically, that would make it not Open Source, though.

  2. Re:Java hype on The Future of Java? · · Score: 1

    Are you kidding? How about an extensive, reliable, tested library of networking, user interface, and I/O code which can be used to create "complex applications" extremely easily.

    Tcl has had that for years. So does Python. Java has its good points, but they are buried under the piles of steaming 'hype', or to put it a different way:

    "It has been said that java is great for engineering next generation solutions to enable maximization of developer income by means of enhanced buzzword use"

  3. Re:TK... on Cross-Platform GUI Toolkits (Again)? · · Score: 3, Interesting

    Tcl/Tk is great. Lots of people certainly get great mileage out of it doing "quick and dirty", but if you design your code right, it can be quite clean as well. Tcl is flexible enough, and has enough of its C API exposed that you can load OO as an extension - [incr Tcl] is a popular one, if you want to do OO. Of course, it's possible to do "design patterns" kinds of things even without that, you just have to be clever about it.

  4. Re:From the people who brought you: on Effective Java · · Score: 1

    "It's a tool to get your job done"

    Which is a very sensible sentiment. The problem is that, because Sun has spent millions of dollars marketing it, management now thinks that it is the only tool to get the job done, when there are many other fine tools, such as C, Tcl, Python, etc... that each have good features.

    That's what I find frustrating about Java. That and the fact that I like free software, and the Java comunity doesn't seem to have the strongest of relationships with those ideals.

  5. Re:TCL????? on The Year in Scripting Languages · · Score: 2, Informative

    Here are a few reasons why someone would want to use Tcl:

    1) Its implementation is beautiful. The C code is some of the cleanest and most pleasant that I've ever had the pleasure to read.

    2) The language itself is quite comprehensible, even to beginners. Python is maybe a tad easier, but Tcl is certainly not tough to pick up.

    3) You can write control structures *in* Tcl. For example, even though the language doesn't have 'do ... while', you could write it in Tcl itself.

    4) Lots of neat stuff in the implementation, like the event loop.

    5) It's extremely easy to embed and extend. It makes it incredibly easy to make your application scriptable. Also, it's not that big (although larger than Lua, for sure), so it won't bloat your app too much.

  6. Re:It's as fitting an end as could be imagined on Electronic News Is Shutting Its Doors · · Score: 1

    I think it's quite fitting. Ground up and spit out by the silicon valley mill. More than a critical mass of human talent, I see it as a modern day gold camp which has never given up the boom and bust cycle and mentality of the gold miners that built northern california.

  7. eCos or BSD on GPL Issues Surrounding Commercial Device Drivers? · · Score: 1

    You might consider either the eCos operating system, or one of the BSD's. They both allow you to do what you want.

  8. Re:There are many good reasons. on Yahoo Moving to PHP · · Score: 1

    Not really. Don't think they are quite as good as in some languages, but no worse, either.

    Tcl's not perfect, but it's worth considering for a lot of things, especially when you need something to use from C, or where you want to extend it in C. Think of it as a C library that provides a programming language.

  9. Re:AOLserver is an out-of-date toy on Yahoo Moving to PHP · · Score: 1
    @ashland [~] $ serversoftware www.aol.com
    AOLserver/3.4.2
    Good enough for me. As far as I know, Jim Davidson is still at AOL, also. So I'm not sure what you are going on when you say that.
  10. Re:There are many good reasons. on Yahoo Moving to PHP · · Score: 1

    I would have liked to have at least seen Tcl listed in the "why we didn't choose X" section, as there are a lot of good reasons to use it, that jive very nicely with the reasons he gives for using PHP. AOL
    uses Tcl in their (free software) web server, for instance. There is also the stuff (disclaimer - I work on it) at:

    tcl.apache.org

    There are reasons not to use it, too, but it's a pity that it wasn't even investigated.

  11. Re:interpreter for other applications on Extending and Embedding Perl · · Score: 1

    Tcl isn't the slowest thing out there:

    shootout

    even though it certainly isn't the fastest. One of the nice things about Tcl is that it's much easier to write C code to use from Tcl, or vice versa, which makes it very easy to speed up slow portions of your code with C.

    With a good, clean interface, it's a lot of fun to write two-tiered applications, in addition to being an extremely powerful way of doing things. Look at any large enough app, and you are bound to find a scripting language of some kind, be it VB, Tcl, Lisp, Lua, elastiC, or something else...

  12. Re:Tcl and other languages on Extending and Embedding Perl · · Score: 1

    And by "cool", I mean cool as in "acceptable to the slashdot crowd". I use Tcl and C professionally, cool or not:-)

  13. Tcl and other languages on Extending and Embedding Perl · · Score: 2, Informative
    Tcl certainly isn't as cool as Perl, but the implementation is very, very beautifully written C, and combining C and Tcl is a pleasure. It's fun, simple and easy. You also have access to a lot of neat internal features.


    Perl, IMO, is the worst of the scripting languages to combine with C... the interface is not pretty. Other languages like Python aren't bad. Lua is good if you want something really small and fast.

  14. Re:Free stress test on Fully Endowed FW Olin College of Engineering Opens · · Score: 1
    $ serversoftware http://www.olin.edu/
    > Microsoft-IIS/5.0
  15. Tcl on The Fastest Web Language On The 'Net? · · Score: 1
    Tcl is an excellent solution, available also for Apache in the form of mod_dtcl, neowebscript, or other systems. There are several reasons to use Tcl:

    It's easy to use, even for the web people who often don't have a lot of programming experience.

    It has a great C API, so that you can write the really speed critical components in C, and call them from your Tcl code.

  16. Re:Kernel Traffic Update? on LinuxCare & TurboLinux Finalize Merger · · Score: 4

    They recently fired Zack Brown, who does Kernel Traffic. It's now at http://kt.zork.net

  17. Re:Tech support isn't enough. on Red Hat Abandons Sparc · · Score: 1

    There are quite a few bright people employed with Linuxcare: http://www.linuxcare.com/abou t-u s/os-dev/index.epl. I prefer postfix to qmail, myself:-)

  18. Re:Linuxcare on Red Hat Abandons Sparc · · Score: 1
  19. Re:Debian Isn't Unified Enough on Red Hat Abandons Sparc · · Score: 3

    This is the same silly argument people used with Linux for a while. There are a lot of people, however, who sell tech support for Debian, including my employer, Linuxcare.

  20. Debian supports sparc, of course on Red Hat Abandons Sparc · · Score: 3

    as well as Alpha, ARM, m68k, PPC, and sparc64, with work also being done on MIPS and PA-RISC. See http://www.debian.org/ports/

  21. It looks as if it were stepped upon on Possible Pics Of The New Apple Mouse · · Score: 1

    ... by a bigfoot...splotch.

  22. Debian runs on the most archs. on Mandrake for Alpha & UltraSPARC · · Score: 1

    Alpha, ARM, m68k, beginnings of a mips port, i386, ppc, sparc and ultrasparc. It runs pretty well on all of them, too, and they are given equal importance, even if most developers run i386.

  23. I prefer usenet to lame web interfaces on Is Usenet Dying? · · Score: 2

    Usenet is much nicer to browse through than nasty web based things like slashdot. You can use a variety of clients, instead of being stuck with a web browser - the lowest common denominator.