Skip to content

Commit 6d7f882

Browse files
committed
wip: work on 0.1.1
1 parent c04f177 commit 6d7f882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ It is built on top of the Clojure JVM runtime, but the parts that need dynamic c
1212

1313
## Usage
1414

15-
Download (or compile) the standalone `uclj` binary and just run it:
15+
Download the binary from the [Release page](https://github.com/erdos/uclj/releases) and run the `uclj` command:
1616
- call `uclj` without parameters to get a REPL
1717
- call `uclj filename.clj` to load a file
1818
- call `uclj filename.clj --test` to load a file and then run all test cases in it
1919
- call `uclj '(...)'` to evaluate a Clojure expression. (It must start with a `(` character.)
2020

2121
### Build
2222

23-
You will need [Leiningen](https://leiningen.org/) to build the application. Set the `GRAALVM_HOME` environment variable and run the `build-graal.sh` script.
23+
You can also build the binary yourself. You will need [Leiningen](https://leiningen.org/) and [GraalVM](https://www.graalvm.org/downloads/) to build the application. Set the `GRAALVM_HOME` environment variable and run the `build-graal.sh` script.
2424

2525
### Benchmarks
2626

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject uclj "0.1.0"
1+
(defproject uclj "0.1.1-SNAPSHOT"
22
:description "Minimalist and fast Clojure interpreter"
33
:url "https://github.com/erdos/uclj"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)