A few typos and TeX problems fixed.
This commit is contained in:
parent
fc4f6339cd
commit
86920a3e2b
|
@ -399,14 +399,14 @@ code. But it works!
|
|||
|
||||
@
|
||||
|
||||
And the entire program ends up looking like
|
||||
And the entire program ends up looking like this:
|
||||
|
||||
<<core.clj>>=
|
||||
<<create the namespace>>
|
||||
|
||||
<<parse command arguments>>
|
||||
|
||||
<<build the argument map>>
|
||||
<<build the arguments map>>
|
||||
|
||||
<<build the queryargs object>>
|
||||
|
||||
|
@ -431,7 +431,7 @@ And that's it.
|
|||
|
||||
You can now run the program with lein:
|
||||
|
||||
<<command_line>>=
|
||||
<<command line>>=
|
||||
lein run --output_mode csv "search magnitude > 4.5"
|
||||
@
|
||||
|
||||
|
@ -448,5 +448,11 @@ and that should have done the things I would have expected of a LISP.
|
|||
That fantasy LISP was pretty close to the real deal; it only took me a
|
||||
few hours of \texttt{lein run} sessions to knock out all the bugs.
|
||||
|
||||
\subsection{Index}
|
||||
|
||||
\nowebchunks
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue