in reply to The Evolution of Language (redux)
Yes, it's a step backward. However, it's the same step backward from LISP shared by all mainstream languages.
public class Multiplier { public int double (int i) { return 2 * i; } }
(Sorry if the above isn't quite right; my Java is rusty).
"There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: The Evolution of Language (redux)
by tlm (Prior) on Mar 23, 2005 at 14:26 UTC |