The article points out trailing garbage is initially ignored, but doesn't point out that commas are optional in separating tuple members, e.g.
simple_eval("(1 2 3 4711.0)")
The article points out trailing garbage is initially ignored, but doesn't point out that commas are optional in separating tuple members, e.g.
simple_eval("(1 2 3 4711.0)")