Skip to content

Commit 6423edc

Browse files
committed
update readme
1 parent dcfdbb5 commit 6423edc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# experimental port to CLR
2+
3+
Original copyright © 2013 Zachary Tellman, distributed under the MIT License.
4+
5+
BitSet.cs is Copyright © 1998, 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc. (see file for more information)
6+
7+
## Status
8+
9+
I can load immutable_bitset.clj and run it with BitSet.cs and it sort of works.
10+
11+
Tests in immutable_bitset_simple_check.clj pass but I also want to get immutable_bitset_test.clj up and running.
12+
13+
Work in progress. For benchmarking will also need something like Criterium for ClojureCLR.
14+
115
# Project Moved to Contrib!
216

317
ztellman/immutable-bitset is now [clojure/data.int-map](https://github.com/clojure/data.int-map)

0 commit comments

Comments
 (0)