| Металлисты под микроскопом |
[Oct. 31st, 2007|11:08 am] |
Музыкальные теоретики изучают творчество Meshuggah. "Re-casting Metal: Rhythm and Meter in the Music of Meshuggah" by Jonathan Pieslak: Abstract Полный текст (sendspace.com) Забавно. via ru_meshuggah |
|
|
| PLAI |
[Mar. 20th, 2007|12:22 pm] |
Нашел в сети книгу о языках программирования (бесплатную, кстати): Programming Languages: Application and Interpretation by Shriram Krishnamurthi
На первой же странице автор выдвигает идею о второстепенности синтаксиса и приводит такой пример:
For instance, consider the following three code fragments:
1. a [25] + 5 2. (+ (vector-ref a 25) 5) 3. a [25] + 5
Which of these two is most like each other? The first and second, obviously! Why? Because the first is in Java and the second is in Scheme, both of which signal an error if the vector associated with a has fewer than 25 entries; the third, in C, blithely ignores the vector’s size, leading to unspecified behavior, even though its syntax is exactly the same as that of the Java code.
Книга мне уже определенно нравится :). |
|
|