hy/docs/language
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
..
api.rst Remove car and cdr in favor of first and rest (#1241) 2017-03-06 10:34:40 -06:00
cli.rst Doc: CLI: mention --spy only works in REPL mode. (#1097) 2016-09-22 15:20:26 +03:00
core.rst Remove car and cdr in favor of first and rest (#1241) 2017-03-06 10:34:40 -06:00
index.rst Docs: Hy <-> Python interop fix #1061 (#1218) 2017-02-10 17:11:21 -08:00
internals.rst Add bytestring literals 2017-02-19 09:04:45 +02:00
interop.rst Docs: Hy <-> Python interop fix #1061 (#1218) 2017-02-10 17:11:21 -08:00
readermacros.rst Fixes to language documentation 2014-12-06 15:46:44 -08:00