Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 755 Bytes

XSharpX

XSharpX is a general library for functional programming using .NET languages.

It provides purely functional data structures to complement those from the BCEL. There is an intention is to integrate with several .NET languages such as F#, and Nemerle for the purpose of demonstrating capability. At this moment, XSharpX uses C# exclusively for implementation.

Quick Start

using XSharpX;
// ...

Support and Community