-
Notifications
You must be signed in to change notification settings - Fork 0
Wrapper around Clojure's persistent collections using generics for C#
License
cornim/ClojureCollectionsCLR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
* ClojureCollections * Copyright (c) Dr. Cornelius Mund. All rights reserved. * The use and distribution terms for this software are covered by the * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) * which can be found in the file epl-v10.html at the root of this distribution. * By using this software in any fashion, you are agreeing to be bound by the * terms of this license. * You must not remove this notice, or any other, from this software. ClojureCollections offers straight forward generic wrapper classes for the Persistent collection types in clojure so these can be readily used in C#. So far, PersistentVector, PersistentMap and PersistentList have been implemented. For usage examples see the unit tests. v.0.2 - Replaced IMapEntry with KeyValuePair - Fixed bugs where functions would return a value from a map or a vector from a position which doesn't exist. Since structs and primitive types can be used as generics null cannot be returned in these cases. Now an exception is thrown. - Fixed bugs todo with peeping and poping empty lists/vectors. An exception is thrown in these cases now. - Updated the documentation to C# style comments so it shows up in visual studio. v0.1.1 - Fixed typo in IPersistentHashMap v0.1 - Port of Java ClojureCollections to C#
About
Wrapper around Clojure's persistent collections using generics for C#
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published