407a79591a
It's not tested, and sure enough, a glance at the code suggests that `case` and `switch` will evaluate their first argument once for every clause, which is unlikely to be desirable. I say remove it, but if anybody wants to fix and test and re-add `case` (and change it to a square-bracket syntax like `cond`), be my guest.
19 lines
309 B
ReStructuredText
19 lines
309 B
ReStructuredText
=========================
|
|
Contributor Modules Index
|
|
=========================
|
|
|
|
These modules are experimental additions to Hy. Once deemed mature,
|
|
they will be moved to the ``hy.extra`` namespace or loaded by
|
|
default.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
loop
|
|
multi
|
|
profile
|
|
sequences
|
|
walk
|