mostly-adequate-guide icon indicating copy to clipboard operation
mostly-adequate-guide copied to clipboard

Has this been ported over to other programming languages?

Open ArtGangsta opened this issue 2 years ago • 2 comments

I'm assuming, according to the license and copyright, this book can be ported / translated for other programming languages, as long as there's attribution to the original author (and obviously they can't make any money from it)

Has anyone done it?

ArtGangsta avatar Aug 15 '22 02:08 ArtGangsta

I recall some years ago, people mentioning porting it to TypeScript. I don't know whether it happened in the end.

Beyond that, I haven't heard or see anything.

KtorZ avatar Aug 15 '22 05:08 KtorZ

See Make the Leap from JavaScript to PureScript.

"Make the Leap from JavaScript to PureScript" takes some of the most popular functional programming (FP) abstractions in JavaScript and demonstrates how to implement them in PureScript. I borrowed the series outline and JavaScript code samples with permission from the egghead.io course Professor Frisby Introduces Composable Functional JavaScript by Brian Lonsdorf. I want to thank Brian (an enthusiastic coder of PureScript) for supporting this project.

Not necessarily based on the book, but apparently on the video series that later the inspired the book and was more or less turned into this book.

FernandoBasso avatar Sep 23 '22 11:09 FernandoBasso