hy/hy/contrib
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
..
2014-02-05 16:07:48 +01:00
2013-03-27 22:19:27 -04:00
2015-10-01 10:08:04 +02:00
2015-10-01 10:08:04 +02:00
2015-10-01 10:08:04 +02:00
2015-10-01 10:08:04 +02:00
2015-10-01 10:08:04 +02:00
2014-02-05 16:07:48 +01:00
2014-04-09 20:10:31 +03:00