Skip to content

Commit 5fadd1d

Browse files
committed
Draft of announcement of alpha of 1.10, to run on .Net Core
1 parent e092990 commit 5fadd1d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/newframework-notes.txt

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
Subject: [Ann]: Alpha release of ClojureCLR 1.10
22

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.
64

75
What: ClojureCLR, Version 1.10.0, alpha1
8-
Platforms:
6+
Platforms supported:
97
net461
108
netcoreapp3.1
119
net5.0
1210
Status:
1311
feature complete match to ClojureJVM 1.10
1412
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.
1615

17-
1816
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.
1917

2018
Because of the distinctions between net461 and the other two frameworks, there are some differences in how to get things going.
2119

20+
2221
Getting a REPL for netcoreapp3.1 and net5.0:
2322
--------------------------------------------
2423

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.
2625

2726
SourceForge:
2827
From https://sourceforge.net/projects/clojureclr/, download one of
@@ -55,7 +54,7 @@ Getting a REPL for net461:
5554

5655
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
5756
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.
5958

6059

6160
Project dependency only:

0 commit comments

Comments
 (0)