diff --git a/community/projects/index.md b/community/projects/index.md index de2c1d6d..3aa0a93a 100644 --- a/community/projects/index.md +++ b/community/projects/index.md @@ -89,6 +89,8 @@ Contributions welcome!

Community Projects: Functional Programming

+* [Aether](https://xyncro.tech/aether) - An optics (lenses, prisms, morphisms) library for F# that enables powerful ways of working with data structures. + * ![logo](/images/thumbs/nessos.png) [Streams](http://nessos.github.io/Streams/) - A lightweight F#/C# library for efficient functional-style pipelines on streams of data. * ![logo](/images/thumbs/nessos.png) [LinqOptimizer](http://nessos.github.io/LinqOptimizer/) - An automatic query optimizer-compiler for Sequential and Parallel LINQ. LinqOptimizer compiles declarative LINQ queries into fast loop-based imperative code. The compiled code has fewer virtual calls and heap allocations, better data locality and speedups of up to 15x (Check the Performance page). @@ -111,6 +113,8 @@ Contributions welcome!

Community Projects: Data Access

+* [Chiron](https://xyncro.tech/chiron) - A library for functional JSON in F#, including parsing, formatting, serialization and deserialization (through explicit object mapping), and working effectively with complex JSON data. + * ![logo](/images/thumbs/FSharp.Data.png) [F# Data](http://fsharp.github.io/FSharp.Data) - A library of F# type providers and data access tools. Contributions welcome! * [WorldBank Provider](http://fsharp.github.io/FSharp.Data/library/WorldBank.html) - Makes the WorldBank data easily accessible to F# programs and scripts in a type safe way, which has a data catalog of over 8000 development indicators and other data about countries in the world.