File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -679,8 +679,8 @@ core libraries for familiarity.
679
679
implemented within fif using `fif.core/prepl-eval`.
680
680
681
681
For this example, i'm going to create a prepl from the
682
- *default-stack* which will change state within an atom. An
683
- additional atom will be used to capture stdout and stderr.
682
+ *default-stack* which will change state within an atom. Additional
683
+ atoms will be used to capture stdout and stderr.
684
684
685
685
#+BEGIN_SRC clojure
686
686
(require '[clojure.string :as str])
@@ -889,7 +889,7 @@ core libraries for familiarity.
889
889
for configuring a server, while only exposing limited
890
890
functionality.
891
891
892
- #+BEGIN_SRC
892
+ #+BEGIN_SRC clojure
893
893
894
894
(require '[fif.core :as fif])
895
895
(require '[fif.stack-machine :as stack])
@@ -924,7 +924,7 @@ core libraries for familiarity.
924
924
925
925
fif has the ability to start a commandline repl with
926
926
`fif.core/repl`. If you wish to try out a default fif repl, you can
927
- clone this repository and with leinigen installed: ~lein run~
927
+ clone this repository and with leiningen installed, run : ~lein run~
928
928
929
929
* Development
930
930
You can’t perform that action at this time.
0 commit comments