Slashdot Mirror


User: Andy_zoom

Andy_zoom's activity in the archive.

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

Comments · 12

  1. Re:Object Orientation on Open Source Programming Language Design · · Score: 1

    "Object-Oriented" means different thing to different people. It's an abused term, so many people talk about this as if they know what it's all about. The truth: there's no solid definition of what "object-oriented" is all about, so let's stop talking about this, all you liars.

  2. Re:New language? on Open Source Programming Language Design · · Score: 1

    Those magic 'this' is actually a devil.

  3. Totally wrong argument ! on Open Source Programming Language Design · · Score: 1

    "The fact that you hate them doesn't make them useless. Consider a device control register where flipping a bit in one register changes the meaning of another register. The alternative is ugly pointers." This argument is entirely wrong. What changing the value in registers have something to do with variant record?

  4. Re:What nobody else wants (or will say)... on Open Source Programming Language Design · · Score: 1

    You write "The problem is that the most popular (by volume) processors today are using a machine language that was not designed to be compiler friendly. " What do you mean "compiler friendly"? One of the good (and simple) things that can be done is make assembly language more friendly (more human?). Assembly language is close to machine language, and we can make improvement. As examples of simple things that can make low-level programming easier (and more human) JUMP, not JMP MOVE (or COPY), not MOV Why does the assembly language designers are so sick, feel joy in torturing people/programmers? I agree that it's computer that should work for human, not the other way around. And even for low-level programming, we can make a better world. Hey language designers, don't torture anyone with just a few characters saved. It save keystrokes, but it hurts your brain.

  5. Re:Another victory for buzzwordism! on Open Source Programming Language Design · · Score: 1

    Not quite. Too many people out there hiding the implementation of compiler. Don't think grammar is a big help in implementing compiler. Open source is not open source of the grammar, it's the open source of the semantic action, the intermediate code generator, code optimizer, and executable code generator.

  6. Re:Stop using tabs, then on Open Source Programming Language Design · · Score: 1

    I agree totally. Hungarian style hinders too much than it helps. When my programmers tried to do something like that style, the code become just too cumbersome. The code is hard to read by its partner. I objected, and try different style, much simpler. The result is more readable code, every programmer can read their peer's code more easily.

  7. Re:Modula3 on Open Source Programming Language Design · · Score: 1

    Hey man, tell me how can you return a struct (not a pointer to a struct) in C ? you must be kidding.

  8. Re:kx.com and k on Open Source Programming Language Design · · Score: 1

    Ok, k may be really fast. But do your colleagues really fast in reading it? In real software development, does anyone solely create software? No, nowadays software develop- ment takes hundreds of developers.

  9. Re:change? on Open Source Programming Language Design · · Score: 1

    Agreed. No technical excellence new in Java.

  10. Re:What we need is C++... on Open Source Programming Language Design · · Score: 1

    Not at all. C++ is a terribly bad language. Every C++ teacher just dumbs people with saying like this my_type::mytype() They never quite explain (*) What first my_type stands for (*) What the second my_type stands for? (*) Is the :: necessary ? Why do you put const for type declaration ? Too much to tell. Put it simply, C++ is one of the worst programming language on earth.

  11. Re:Functional Language on Open Source Programming Language Design · · Score: 1

    I don't agree that functional language will bring anything better; but I do agree that Open Source is not (YET0 brave enough to venture a completely new territory. They seem all to be a preacher of 'nasty' languages like C, C++, Java, and Perl.

  12. Re:Keep an open mind! on Open Source Programming Language Design · · Score: 1

    I totally agree with this comment. it's a good point. Anyone who opposes this point just did not learn from history.