JasonShin / fp-core.rs

A library for functional programming in Rust
MIT License
1.35k stars 66 forks source link

citation source needed #60

Closed epogrebnyak closed 4 years ago

epogrebnyak commented 4 years ago

Why not mention you are drawing the contents of the jargon from https://github.com/hemanth/functional-programming-jargon? This some else's writing and should be credited.

JasonShin commented 4 years ago

@epogrebnyak hey, we already have a link to Rust World pointing to this project on hemanth/functional-programming-jargon project, check out on their README page

hemanth commented 4 years ago

The main project is under MIT lisence, so it would good to adhere to it? Maybe a link back to the main repo would be a good thing to do.

JasonShin commented 4 years ago

@hemanth Ok sure, we agree ;) BTW thanks for your initial work! We've turned it into a usable Rust library based on your idea!

JasonShin commented 4 years ago

Citation to the original project is now included in https://github.com/JasonShin/fp-core.rs/pull/61 !