hy/hy/extra
Kodi Arfer 8b6a45e43a Remove car and cdr in favor of first and rest (#1241)
* Remove uses of `car` and `cdr` in /hy

* Remove uses of `car` and `cdr` in quote tests

* Remove `car` and `cdr` in favor of `first` and `rest`

I beefed up the documentation and tests for `first` and `rest` while I was at it.

I defined `car` and `cdr` in native_tests.cons so the tests read a bit more naturally.
2017-03-06 10:34:40 -06:00
..
__init__.py Add hy.extra 2016-12-26 15:39:26 -08:00
anaphoric.hy Remove car and cdr in favor of first and rest (#1241) 2017-03-06 10:34:40 -06:00
reserved.hy Move hy.core.reserved to hy.extra.reserved (#1231) 2017-03-02 16:49:32 -06:00