Gergely Nagy 9f88e07e1d Drop a set of brackets from let.
This changes let to use a flat list of symbol-value pairs instead of a
vector of vectors. One side effect is that (let [[a 1] z]) is not
expressible now, and one will explicitly need to set a nil value for z,
such as: (let [a 1 z nil]).

Closes #713.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-10-01 10:08:04 +02:00
..
2013-10-31 11:56:48 -07:00
2014-03-29 14:40:13 -04:00
2015-08-11 16:22:13 -06:00
2014-01-14 06:03:57 +02:00
2015-08-09 00:53:10 -06:00
2013-04-28 16:31:31 +02:00
2014-05-05 23:47:14 +05:30
2015-10-01 10:08:04 +02:00