Commit Graph

10 Commits

Author SHA1 Message Date
Kodi Arfer a515bb48a0 Remove the obsolete `reformat-changelog` script 2018-02-13 15:32:40 -08:00
Kodi Arfer 6de7ddfee5 Update copyright years 2018-01-01 10:38:33 -05:00
Kodi Arfer 2eb81864df Make all files comply with license-header policy 2017-04-27 14:16:57 -07:00
Gergely Nagy 32f5d5dea7 Drop a set of brackets from with.
This changes with syntax from (with [[x (expr)] (expr)] ...) to (with
[x (expr) (expr)] ...). Should have no ill side effects apart from the
syntax change.

Closes #852.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-10-01 10:08:04 +02:00
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
gilch 4cdfdfbafe remove defun in favor of defn 2015-08-09 01:09:52 -06:00
Paul Tagliamonte bb8b93dbde Move reformat-changelog into scripts. 2014-11-15 07:52:20 -05:00
Berker Peksag a318afea3a Port update_coreteam.py to Hy. 2014-01-31 03:43:03 +02:00
Bob Tolbert 032200bcb4 Some small doc fixes
This cleans up a number of doc warnings, including a bad
underline for zero?

While there, added a nil? function to match up with the
new nil is None.

Also un-hid myself from coreteam.
2013-12-31 16:14:05 -07:00
Berker Peksag abcd97b1f1 Add update_coreteam script. 2013-12-17 18:50:01 +02:00