Slashdot Mirror


User: alice_in_cipherland

alice_in_cipherland's activity in the archive.

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

Comments · 3

  1. Re: C's not dead because nothing better.... on C Alive and Well Thanks to Portable.NET · · Score: 1

    There are compiled languages that are arguably better than C, such as Eiffel, Modula-3, and D. These may be promoted by companies, but surely not controlled. C is popular because it's simple and powerful, is good enough, and has inertia. But that doesn't necessarily mean it's the best.

  2. Re:Why would I want to convert from Ruby to Python on Python Conference Coming Soon · · Score: 1
    I don't prefer Python's whitespace as syntax requirements

    I don't mean to offend you, but just curious: How do you feel when you use here documents, which include whitespace as syntax requirements?

  3. Io, Groovy on Lightweight Scripting/Extension Languages? · · Score: 1
    Io is a minimalist language.

    If the app runs on JavaVM, then JavaVM-based languages (such as Jython and Groovy) may be good choices, since the VM and its large set of libs are there anyway.