hmemcpy / milewski-ctfp-pdf

Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
Other
10.88k stars 578 forks source link

Any plans to add Kotlin snippets? #220

Closed regmoraes closed 4 years ago

regmoraes commented 4 years ago

First of all, I'm currently reading the book and I'm really loving it! Second, despite don't having much difficult to undestand the code snippets in Scala, I think it would be cool if the code snippets was also available in Kotlin language, because even having support for functional programming, it's hard to find great Category Theory and Functional Programming contents written with it. So I think it would be great to have code snippets in Kotlin, to increase the number of programmers that would fell confortable with Categoy Theory by seeing content written in a language that is familiar for them.

hmemcpy commented 4 years ago

There's a massive effort happening to convert the book snippets to Kotlin, you can monitor the progress here: https://github.com/arrow-kt/Category-Theory-for-Programmers.kt Once it's done, it's entirely possible that we'll merge it here and have a Kotlin edition.