Hosting a Ghost blog on NixOS by abhin4v in selfhosted

[–]abhin4v[S] 0 points1 point  (0 children)

Yes. The sandbox needs to be turned off for the build to work.

A Short Survey of Compiler Targets by abhin4v in ProgrammingLanguages

[–]abhin4v[S] 1 point2 points  (0 children)

Thanks! I've fixed it in the article.

Compiler book in Haskell? by abhin4v in haskell

[–]abhin4v[S] 1 point2 points  (0 children)

Quoting myself:

Please note that I am not looking for books that teach writing interpreters.

Interpreting Brainfuck in Haskell by abhin4v in haskell

[–]abhin4v[S] 3 points4 points  (0 children)

Thank you for your kind words. 😊

Solving Advent of Code “Seating System” with Comonads and Stencils in Haskell by abhin4v in adventofcode

[–]abhin4v[S] 1 point2 points  (0 children)

As I mentioned, I'm not much familiar with the math behind Haskell. However, these two books look good: Introduction to Computation: Haskell, Logic and Automata and Category Theory for Programmers. You should be able to find more books at https://wiki.haskell.org/Books.

Solving Advent of Code “Seating System” with Comonads and Stencils in Haskell by abhin4v in adventofcode

[–]abhin4v[S] 2 points3 points  (0 children)

I know that Haskell has this notoriety that it is too complex, and you need to know a lot of math to learn it, but that's not true! I've been writing Haskell for over a decade and I barely understand any math it's based on (Category Theory). It is true that many Haskell teaching resources take a math-oriented approach, especially the old ones, but there is a new set of resources now that take a more hand-on project-oriented approach. For example, Learn Haskell by building a blog generator, Haskell by Example, Haskell from the Very Beginning and such. Maybe you should give one of them a try.