Applications
Tools & Libraries
-
Functional Testing Framework for F#A purely functional testing framework using Railway-Oriented Programming (ROP) principles. -
Mathematical Optimization Toolkit for dotnet (F#)An open-source library for constraint programming and discrete optimization. Includes solvers for scheduling, resource allocation, and routing problems. -
Functional Application Operators for RustBrings functional composition to Rust with application operators inspired by F#, OCaml, and Elixir.
Research & Experiments
-
Armada SolverA remote service written in dotnet to solve optimization problems. Provides support for Google OR-Tools for LP, MIP, and CSP. And support for non-linear problems with NelderMead, and a custom non-derivative mesh solver. -
Result Type in ZigExploring how a message style Result type could work in Zig as it does in other functional programming languages.