|
1 | 1 | Subject: [Ann]: Alpha release of ClojureCLR 1.10
|
2 | 2 |
|
3 |
| -To close out 2020 on what I hope is a small note of joy for a few, I am happy to announce an alpha release of version 1.10 for ClojureCLR. |
4 |
| - |
5 |
| - |
| 3 | +To get 2021 off to a good start, I am pleased to announce an alpha release of version 1.10 for ClojureCLR. |
6 | 4 |
|
7 | 5 | What: ClojureCLR, Version 1.10.0, alpha1
|
8 |
| -Platforms: |
| 6 | +Platforms supported: |
9 | 7 | net461
|
10 | 8 | netcoreapp3.1
|
11 | 9 | net5.0
|
12 | 10 | Status:
|
13 | 11 | feature complete match to ClojureJVM 1.10
|
14 | 12 | this release is alpha to test deployment
|
15 |
| - netcoreapp3.1 and net5.0 do not support saving assemblies, so there is no AOT-compilation. As a result, startup times are slower on these platforms and some features, such as genclass, do not work. But that is about it. |
| 13 | + netcoreapp3.1 and net5.0 do not support saving assemblies, so there is no AOT-compilation. |
| 14 | + As a result, startup times are slower on these platforms and some features, such as genclass, do not work. |
16 | 15 |
|
17 |
| - |
18 | 16 | The code itself seems solid. However, distribution and modes of running have changed, so if some hardy individuals would like to do a little testing, I'd be grateful.
|
19 | 17 |
|
20 | 18 | Because of the distinctions between net461 and the other two frameworks, there are some differences in how to get things going.
|
21 | 19 |
|
| 20 | + |
22 | 21 | Getting a REPL for netcoreapp3.1 and net5.0:
|
23 | 22 | --------------------------------------------
|
24 | 23 |
|
25 |
| -Two possibilities here: a zip from sourceforge or installing a dotnet tool. |
| 24 | +Two possibilities here: a zip from sourceforge or installing ClojureCLR as a dotnet tool. |
26 | 25 |
|
27 | 26 | SourceForge:
|
28 | 27 | From https://sourceforge.net/projects/clojureclr/, download one of
|
@@ -55,7 +54,7 @@ Getting a REPL for net461:
|
55 | 54 |
|
56 | 55 | From https://sourceforge.net/projects/clojureclr/, download clojure-clr-1.10.0-alpha1-Debug-net4.6.1.zip. Unzip it somewhere, put that in your path if you like. You can run either of
|
57 | 56 | Clojure.Main461.exe
|
58 |
| - Clojure.Compile.exe -- compile the clj files on the command line. |
| 57 | + Clojure.Compile.exe -- compiles the clj files on the command line. |
59 | 58 |
|
60 | 59 |
|
61 | 60 | Project dependency only:
|
|
0 commit comments