-
Notifications
You must be signed in to change notification settings - Fork 104
Add typelevel toolkit blog post #439
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
Add typelevel toolkit blog post #439
Conversation
|
|
||
| # Putting the fun in functional | ||
|
|
||
| [Typelevel Toolkit](https://typelevel.org/toolkit/) uses `scala-cli` and Typelevel libraries to provide a runway for your next Scala script or command-line interface. You can use the toolkit with `scala-cli` with just a single line and you'll get [Cats Effect](https://typelevel.org/cats-effect/), [fs2](https://fs2.io) and a few other libraries to develop scripts quickly using pure functional programming. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe give the complete list of libraries somewhere in the post? I think many readers will be curious exactly what is included.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So here I give some more hints to what libraries are available https://github.com/typelevel/typelevel.github.com/pull/439/files#diff-62195842897f509fcd7512ee548637afed3f916d23416d51358590c220a595e9R82
And here I link to the full overview: https://github.com/typelevel/typelevel.github.com/pull/439/files#diff-62195842897f509fcd7512ee548637afed3f916d23416d51358590c220a595e9R75
I didn't want to completely list out the libraries, because they might change over time.
How about I put that overview link on the "a few other libraries" text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't want to completely list out the libraries, because they might change over time.
I think it's fine :) a blog-post isn't supposed to be ever-lasting documentation, it's a timestamped post.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've changed up the paragraphs that list libraries included in the toolkit by quite a lot. Let me know how y'all like it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
I opened this issue, maybe we can mention it and capitalize on the publicity to gather 👍 😜 |
I would love to have that! But isn't this something really specific(like a nice-to-have) for the scala-cli maintainers? I feel like peer-pressuring them into adding isn't the way to go :P. |
jducoeur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is delightful! One small mechanical tweak here, but otherwise I think it's good to go!
valencik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! well done
Co-authored-by: Justin du Coeur, AKA Mark Waks <jducoeur@gmail.com>
I can still add a mention, though I wasn't really able to fit in anywhere nicely. But since the issue already got added to the to-do board, maybe it's not needed anymore? |
|
I'm inclined to give this a few more hours, in case anyone on the US West Coast have any more changes to request, then push it out. |
samspills
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so great!!
|
Mastodon post at https://fosstodon.org/@typelevel/110160054253016557 |
First full blogpost I've written, so please any feedback and nitpick welcome!