Our great sponsors
-
I had a proposal (ApplyingVia) once to make this use explicit in expressions but it's dormant: transpose = sequenceA @[] @(via ZipList).
-
House (and LightHouse) was an experimental OS written largely in Haskell.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
HalVM (High-assurance Lightweight Virtual Machine) was a Unikernel. It could compile Haskell programs to run as VMs on the Xen ABI.
-
haskell-language-server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Learning Tidal Fundamentals - nice ground-up intro to TidalCycles by Mark Zadel
- haskell-language-server: Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
- Coming back to Haskell after a couple of years, what changes should I be aware of?
- Way too many recommendations and high memory usage in lsp-mode for Haskell
- compare `on` length of sublists to sort list..what am I missing?