-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme and examples #20
Conversation
9dedaeb
to
f2ef2de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So yes just the exception word instead of error, everything else looks neat!
examples/fonda/simple.cljs
Outdated
(fn [anomaly] | ||
(println "Anomaly detected in the matrix")) | ||
|
||
;; on-error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on-exception right?
README.md
Outdated
|
||
## Usage | ||
;; on-error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on-exception
f2ef2de
to
e0941a1
Compare
It also adds a couple of tests for fonda.step.
e0941a1
to
455cb93
Compare
Set of small tweaks that happened during the Clojure Conj 2018.
The README has been improved, and a simple example has been added to the repository.
As a added bonus, I had fun with bash and a little script that launches a REPL - there will be no need for two terminals (watch & node) anymore.