-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jump start guide #1017
Comments
could be part of #1031 |
Here is a great blog post alone the same line |
HI there, kind of starting to look at this. Where should this live? Maybe |
@Andrea thanks! that location looks good to me. |
@Andrea @kailuowang I'm the author of the mentioned blog post, please contact me at plipski-at-virtuslab.com about using the examples from the blog in the library docs |
hey @PawelLipski emailed you yesterday :D If we don't hear anything we ll just go with other examples, no worries. |
Sorry about the delay, I was hoping to work with some other peeps on this but it's taking too long so I started myself now. I heard back from @PawelLipski I ll put a WIP commit so you can contribute/comment on what's happening |
fwiw - I was planning to do a write up on abstractions used in the microsite I am building for https://github.com/pauljamescleary/scala-pet-store |
Ok great @Andrea, please keep me posted, once you create a PR I can populate the guide file content (in markdown) |
@Andrea @kailuowang just created a PR #2178 |
@Andrea @kailuowang @adelbertc pls take a look at the PR #2178 |
* Add jump start guide (#1017) * Adapt the guide to Cats version 1.0.1 * Fix blog style and formatting * Remove references to mocks * Link guide from FAQ instead of main menu
One of my coworkers was looking at the GitHub repo and website and was confused at first because he didn't really understand what constituted "abstractions for functional programming." He said something that would be really helpful is if there was a "jump start guide" of sorts that gives short examples that can get you started.. examples I can think of are
Validated
,Xor
,Traverse/Applicative
,Kleisli
..Now the question is where should such a thing live?
The text was updated successfully, but these errors were encountered: