A JavaFX11 wrapper for re-find.
- JDK11
- tools.deps
clj -Sdeps "{:deps
{MageMasher/re-find.fx
{:git/url \"https://github.com/MageMasher/re-find.fx\"
:sha \"b29bde3519f7632b63eb71415943bf8a7cfa1462\"}}}" \
-m re-find.fx
Add the alias below to your project deps.edn
or global at ~/.clojure/deps.edn
:re-find.fx
{:extra-deps {MageMasher/re-find.fx
{:git/url "https://github.com/MageMasher/re-find.fx"
:sha "b29bde3519f7632b63eb71415943bf8a7cfa1462"}}}
Run the project directly:
$ clj -A:re-find.fx -m re-find.fx
Add re-find.fx to an existing project by enabling the re-find.fx
alias.
$ clj -A:re-find.fx
Run the project's tests (they'll fail until you edit them):
$ clj -A:test:runner
Same examples as on re-find.it
Right now if you provide multiple arguments, only the first argument shows up in the arguments column of the result table. Problem is identified, need to think through the solution.
Example:
1 2 3
1
|function | arguments | return value |
|-----------------+-----------+--------------|
|clojure.core/min | 1 | 1 |
Thanks Michiel Borkent for creating re-find and re-find.web which is hosted at re-find.it