| Article: |
Technologies to Watch: A Look at Four That May Challenge Javas Development Dominance | |
| Subject: | Seaside link | |
| Date: | 2005-10-20 05:51:12 | |
| From: | sgelkins | |
|
Nice to see Seaside mentioned so favorably but I didn't notice a link to its site.
|
||
Showing messages 1 through 1 of 1.




x1, x2 = 0, 1
10.times do
puts x2
x1, x2 = x2, x1+x2
end
is more concise and readable because a whole bunch of statements are packed like sardines in the same line is a joke. You can do that in Java, it's just not a common practice because IT SUCKS to read.