1
0
Fork
You've already forked lubeck
0
Functional Programming in Rust
Rust 100%
2023年01月28日 10:11:36 +01:00
book book: write about 2022年11月02日 14:49:51 +01:00
doc doc(git_commits): add commit format guide lines 2022年05月08日 21:19:16 +02:00
examples fix(correction): It does work! Just use weird types 2022年11月28日 07:43:19 +01:00
src fix(correction): It does work! Just use weird types 2022年11月28日 07:43:19 +01:00
tests chore(tests): cleanup old tests and update them 2022年09月07日 20:00:38 +02:00
.gitignore chore(hygiene): delete main binary 2022年05月31日 20:06:30 +02:00
Cargo.toml chore(publish): prepare for publishing readme changes 2023年01月28日 10:11:36 +01:00
LICENSE Initial commit 2022年05月08日 16:25:22 +03:00
lubeck_logo.png orga(logo): crop logo 2022年05月16日 20:33:07 +02:00
README.md chore(README): link to higher crate 2023年01月24日 06:24:57 +01:00

Update

There is another crate out in the wild which is called higher. It does a lot of the things that I wanted to do here with the lubeck crate. I figured, that it would be better for the community to only have one such crate in active development so I'm just going to link to it here and abandon the development of this crate. This doesn't mean however, that the book goal is abandoned aswell.

Goals

This repository tries to continue the work started in JasonShin's crate fp-core.rs.

(削除) The goal of this repository is to make concepts from functional languages like Haskell available in Rust in form of a library while keeping them as easy-to-use as possible. (削除ここまで)

A secondary goal is the creation of an accompanying book. This book will not only document the library and its components but at the same serves as a learning resource. It is meant to be used by people who want to get their feet wet with functional programming in general and have no prior experience.

Similar crates

Best by far:

While searching for similar crates I stumbled upon these honorable mentions (which seem to be unmaintained unfortunately):

Other sources