learn-you-a-haskell
“Learn You a Haskell for Great Good!” by Miran Lipovača (by pvorb)
inline-js
Call JavaScript from Haskell, and vice versa! (by tweag)
learn-you-a-haskell | inline-js | |
---|---|---|
80 | 2 | |
304 | 131 | |
0.7% | 0.8% | |
0.0 | 0.0 | |
over 2 years ago | 7 months ago | |
Makefile | Haskell | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
learn-you-a-haskell
Posts with mentions or reviews of learn-you-a-haskell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-05.
-
[PT-BR] Functional vs OOP: Uma análise profunda dos paradigmas de programação
Learn You a Haskell
- Learn New Skills
- Ask HN: What resources do you recommend for learning Haskell?
-
Revisiting Haskell after 10 years
The LYAH is by far my favorite book for beginners, however, it lacks exercises for you to practice, but you can still move along typing and playing with the examples shown, and it’s free to read online. It’s outdated but most of the code may still be valid with little to no changes.
- [2023 Day 09] How today felt
-
Should I Haskell or OCaml?
Learn You a Haskell For Great Good! is also a really good resource:
https://learnyouahaskell.com/
-
How late is too late to change tech stacks?
If you've never done functional, Learn You Some Erlang For Great Good was a very fun read, and I'll always love Learn You a Haskell for Great Good for showing me everything imperative languages kinda gloss over magically, as well as why I should never take a job working in Haskell!
-
So Hows the Hackathon Going?
you start that way, but don't do http://learnyouahaskell.com really?
-
I want to learn fn programming
Learn You a Haskell for Great Good!
- help i just discovered haskell 38 hours ago and i think i love it
inline-js
Posts with mentions or reviews of inline-js.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-03.
-
Monthly Hask Anything (January 2022)
Anyone using https://github.com/tweag/inline-js for anything interesting?
-
are there any libraries to interop with WASM?
Another way to do this would be using inline-js to load and run the wasm stuff via node. inline-js already supports exporting Haskell functions as sync functions on the JS side, so they can be used as wasm import functions. I've always wanted to write a blog post about using inline-js as a wasm runner but unsure if there's real interest out there..
What are some alternatives?
When comparing learn-you-a-haskell and inline-js you can also consider the following projects:
learn4haskell - 👩🏫 👨🏫 Learn Haskell basics in 4 pull requests
winter - Haskell port of the WebAssembly OCaml reference interpreter
book - V2 of Real World OCaml
wasm-api-hs - High-level Haskell bindings to Wasm C API.
learn-you-a-haskell-notebook - Jupyter adaptation of Learn You a Haskell for Great Good!
graph-trace - Trace the call graph of a Haskell program