The Haskell Lemmy Forum

"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Haskell development job with Well-Typed
https://well-typed.com/blog/2024/04/haskell-development-job-with-well-typed/
2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Issue 395 :: Haskell weekly newsletter
haskellweekly.news
4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Issue 393 :: Haskell weekly newsletter
haskellweekly.news
3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Issue 392 :: Haskell weekly newsletter
haskellweekly.news

cross-posted from: https://kbin.social/m/haskell/t/592680 > News about the Haskell programming language from 2023-11-02.

1
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Issue 391 :: Haskell Weekly newsletter
haskellweekly.news

cross-posted from: https://kbin.social/m/haskell/t/572329 > News about the Haskell programming language from 2023-10-26.

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Issue 390 :: 2023-10-19 :: Haskell Weekly newsletter
haskellweekly.news

cross-posted from: https://kbin.social/m/haskell/t/552503 > News about the Haskell programming language from 2023-10-19.

6
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Issue 389 :: Haskell Weekly newsletter
haskellweekly.news

cross-posted from: https://kbin.social/m/haskell/t/533616 > News about the Haskell programming language from 2023-10-12.

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Education fund modelling with Haskell
https://frasertweedale.github.io/blog-fp/posts/2023-10-10-education-fund-modelling.html

Found on Mastodon. NOT crypto.

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Haskell Weekly News, Issue 388, 2023-10-05
haskellweekly.news
4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Help resolving stack build plan error

I’m looking for help in resolving this error: ``` $ stack install pandoc-cli Error: [S-4804] Stack failed to construct a build plan. While constructing the build plan, Stack encountered the following errors: In the dependencies for pandoc-cli-0.1.1.1: hslua-cli must match >=1.4.1 && <1.5, but the Stack configuration has no specified version (latest matching version is 1.4.1) pandoc-lua-engine must match >=0.2 && <0.3, but the Stack configuration has no specified version (latest matching version is 0.2.1.1) pandoc-server must match >=0.1 && <0.2, but the Stack configuration has no specified version (latest matching version is 0.1.0.2) needed since pandoc-cli is a build target. ``` Clearly, stack is having issues understanding version numbers. Best I can tell, stack has the pieces to form a build plan but its logic for building a plan is broken. I installed stack via `curl -sSL https://get.haskellstack.org/ | sh`, as described in the [documentation](https://docs.haskellstack.org/en/stable/). The only clue that something went wrong when installing stack was the message: ``` $ stack setup … Using the latest snapshot lts-21.7. … Downloaded ghc-tinfo6-9.4.5 ar conftest.a: No such file or directory Installed GHC. … $ echo $? # verify success—should be 0 0 ``` I tried this on two systems and got the same error. I also tried compiling stack from GitHub source—that didn’t help. I am not well-versed in the Haskell ecosystem would appreciate some pointers on how to resolve this issue. Or pointers on where to get help. And apologies if this off-topic for this group. Just let me know. Thanks!

1
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Typing the technical interview
https://aphyr.com/posts/342-typing-the-technical-interview

An oldie but a goodie. It served as a nice introduction to type-level metaprogramming for me a couple years ago and changed my code forever. For better, I maintain, though plenty I've met would disagree.

12
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
The Lazy Way to Solve Differential Equations with Haskell
https://iagoleal.com/posts/calculus-symbolic-ode/
11
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
What I wish somebody told me when I was learning Haskell
www.poberezkin.com
9
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
I just started working on the Haskell problems on Codewars, it's one of the best places to practice without paying for lessons
www.codewars.com
4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
What language should I choose?

I'm working on a universal tic-tac-toe backend that can be communicated with in any language via RPC. Should I chose Rust, or a higher level functional language like Haskell?

1
5
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Haskell a good choice for backend REST API with PostgreSQL database?

I've been looking into Haskell and it seems really good. But does it have mature and productive frameworks that handle database access, HTTP, etc., or am I better off just going with Elixir/Phoenix?

5
3
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
Using AWS Code9 for AWS Lambda functions written in Haskell?
https://mastodon.social/@aeveltstra/103617938850038879

From what I can tell Code9's support for Haskell is rudimentary at best. No debugging, no code completion, no error hints during source code writing. Is it usable at all? If so, how? Or best to avoid?

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
How to use IDEOne for Haskell?
https://mastodon.social/@aeveltstra/103617901967282994

IDEOne behaves different from the GHCI, which makes it difficult to follow all kinds of tutorials. Drop me a hint, please?

5
0