-
Hey, this looks really cool. I've been researching about embeddable type-safe SQL DSL that made more sense than the current SQL standard. Especially something that has more expression-like notation an…
-
Hello! I'm relatively new to Haskell, but experienced with the AWS SDK (using Python and Node).
When I look at `examples/EC2.hs`, there are a lot of new abstractions to learn. For example, I don't …
-
Welcome to anyone new who comes across here!
I was hoping to teach my dad how to learn Haskell, who lives far away, by writing a series of tutorials. However, I lack a bit of creativity sometimes. …
-
做事讲究个配套,这么优秀的语言怎么能没有生产环境质量的IDE支持?我提议将开发Intellij IDEA的language plugin提上日程,不做实际开发的话,至少进行一下可行性调研,教程链接如下:
https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support_tutorial.html
一些小众…
-
In order to understand what's neat about having lenses, one needs to understand what lenses are.
How do we explain it in terms that might be more familiar to many developers?
The deep theory doe…
-
Thanks for the tutorial first of all!
I'm following through with the tutorial and at this line: https://github.com/vacationlabs/haskell-webapps/blame/master/doc/docs/opaleye/basic-db-mapping.rst#L1…
-
If we ever want to use Haskell to write a shared object/library that is meant to be consumed by another language (like C or something that also has FFI). Then we can use the `foreign-library` feature …
-
The function `delmin` in Chapter 5.3 seems to have a problem. I get the following error:
```
~/liquidhaskell-tutorial/src/Tutorial_05_Datatypes.lhs:663:30: error:
Liquid Type Mismatch
.
…
-
Hi! first, I wanted to say thanks for making this document!
I would like to share a few points about Game and GUI programming in Haskell:
Regarding GUI programming in Haskell: One front that seems t…
soupi updated
5 years ago
-
I followed the [installation instructions of the tutorial](https://jaspervdj.be/hakyll/tutorials/01-installation.html) and installed `ghc-hakyll-devel`. However, this is not enough to install the `sta…
ghost updated
6 years ago