Slashdot Mirror


User: chneukirchen

chneukirchen's activity in the archive.

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

Comments · 2

  1. Re:Still not easy to use for C programmers... on XML Turns 5 · · Score: 2
    This seems more like a problem in C than in XML.

    C really should have reflection, shouldn't it?

    In e.g. Ruby or Guile, this would be easy as pie.

    BTW, It's really hard to parse XML in i386 assembler, any hints? :)

  2. No need for new C-like languages on The D Language Progresses · · Score: 2, Insightful
    I think, there's really no need to develop another C-like language.

    You always can use C, or Objective-C if you want to program object-oriented.

    You can use C++ if you think, programming C would be to easy. And you can use Java if you think, C would be too fast. :)

    If you want to write a really big and complex application, you better add support for a scripting language (as Guile, Ruby, Perl or Lua).

    And finally if you don't like that C doesn't has GC, just use some GC-lib.