Renaming "language spec" to "tutorial"
This commit is contained in:
parent
c627fad5e2
commit
976d8b5bf1
@ -36,5 +36,5 @@ Contents:
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
|
|
||||||
language/index
|
language/tutorial
|
||||||
.. library/index
|
.. library/index
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
Language Spec
|
Tutorial
|
||||||
=============
|
========
|
||||||
|
|
||||||
|
|
||||||
This bit covers a bit about Hy's lovable quirks and eccentricities.
|
This bit covers a bit about Hy's lovable quirks and eccentricities.
|
||||||
|
|
||||||
@ -380,7 +381,7 @@ Let's take the classic:
|
|||||||
(loop (print (eval (read))))
|
(loop (print (eval (read))))
|
||||||
|
|
||||||
Rather then write it like that, we can write it as follows:
|
Rather then write it like that, we can write it as follows:
|
||||||
|
1
|
||||||
.. code-block:: clj
|
.. code-block:: clj
|
||||||
|
|
||||||
(-> (read) (eval) (print) (loop))
|
(-> (read) (eval) (print) (loop))
|
Loading…
x
Reference in New Issue
Block a user