weise Sprüche
Steve Yegge
Es gibt 3 Zitate von 'Steve Yegge'.
Steve Yeggehttp://steve-yegge.blogspot.com/2007/12/codes-worst-enemy.htmlBigger is just something you have to live with in Java. Growth is a fact of life. Java is like a variant of the game of Tetris in which none of the pieces can fill gaps created by the other pieces, so all you can do is pile them up endlessly.
Steve Yeggehttp://steve.yegge.googlepages.com/tour-de-babelC++ is the dumbest language on earth, in the very real sense of being the least sentient. It doesn't know about itself. It is not introspective. Neither is C, but C isn't "Object-Oriented", and object orientation is in no small measure about making your programs know about themselves. Objects are actors. So OO languages need to have runtime reflection and typing. C++ doesn't, not really, not that you'd ever use.
Steve Yeggehttp://corfield.org/blog/post.cfm/the-joy-of-clojureLisp - the notion of writing your code directly in tree form - is an idea that’s discovered time and again. People have tried all sorts of crazy alternatives, writing code in XML or in opaque binary formats or using cumbersome code generators. But their artificial Byzantine empires always fall into disrepair or crush themselves into collapse while Lisp, the road that wanders through time, remains simple, elegant, and pure.