MostlyAdequate / mostly-adequate-guide

Mostly adequate guide to FP (in javascript)
Other
23.3k stars 1.86k forks source link

Has this been ported over to other programming languages? #636

Open ArtGangsta opened 1 year ago

ArtGangsta commented 1 year ago

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?

KtorZ commented 1 year ago

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.

FernandoBasso commented 1 year ago

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.