|
|
|
|
|
by Tichy
6404 days ago
|
|
Not against changing syntax in general, but in the case of LISP, it seems hard to change it without messing it up. I guess I don't like more and more "special signs" (like @, [], <>, #) invading the code. I've witnessed it with Java where a lot of new syntax was introduced. The thing is, these are all new concepts adding to the complexity of the language (annotations, generics,...). I prefer to keep things simple. |
|