Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 1.56 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.56 KB

objects () |> functions

THIS REPOSITORY IS DEPRECATED

New Repository: https://github.com/bit-badger/o2f

New Website: https://objects-to-functions.bitbadger.solutions

The code in this repository targets .Net Core version 1, with project.json and using packages that were, at the time, in pre-release status. Additionally, the company behind RethinkDB shuttered, and while it was transferred to the Linux Foundation and is open source, its development has slowed substantially. There are a few branches where updates to .Net Core 2 and RavenDB were targeted, but those are incomplete. Finally, since the original development, Giraffe was released as a functional way to do ASP.NET Core development.

The linked repository and site above can be thought of as "version 2" of this effort, although the name has changed slightly. It also contains five repositories:

  1. ASP.NET Core MVC / C# (Uno) - The C# standard

  2. Nancy / C# (Dos) - A popular alternative

  3. Nancy / F# (Tres) - A C#-to-F# translation of Dos

  4. Giraffe / F# (Quatro) - Part translation of Uno, part evolving to more idiomatic F#

  5. Freya / F# (Cinco) - Fully-functional implementation using very few libraries

(This README update is the final update that will occur in this repository; if you have starred this repository and want to continue to track its development, please star the new repository instead.)