template-haskell
The Haskell template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud. (by gitpod-samples)
vscode-haskell
VS Code extension for Haskell, powered by haskell-language-server (by haskell)
template-haskell | vscode-haskell | |
---|---|---|
3 | 15 | |
9 | 582 | |
- | 0.0% | |
10.0 | 8.5 | |
over 2 years ago | 8 days ago | |
Haskell | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
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.
template-haskell
Posts with mentions or reviews of template-haskell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-08.
-
On the verge of giving up learning Haskell because of the terrible tooling.
The best experience I've had so far is just to click on the "Open in Gitpod" link here: https://github.com/gitpod-samples/template-haskell. You get VS Code in your browser with a working Haskell environment and proper linux shell. You need a github/gitlab account and a stable internet connection.
-
GHCi for Android tablets?
Click on the gitpod link here: https://github.com/gitpod-io/template-haskell
-
Why doesn't Haskell Language Server stop?
There's a Haskell template here: https://github.com/gitpod-io/template-haskell. You should be able to just click on the Gitpod link there to get started, and then type stack run to run the hello world example.
vscode-haskell
Posts with mentions or reviews of vscode-haskell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-15.
-
Revisiting Haskell after 10 years
The advent of language server protocol made possible the creation of HLS (Haskell Language Server), and there are plugins for many editors, such as vscode-haskell, that allow you to have auto-complete, auto-import, and automatic function signatures—also available to your editor of choice. The whole feedback loop of editing, compiling, and running is greatly improved.
- How do I confirm if my haskell language server is working properly?
- How do I lower the RAM consumption of Haskell Language Server with VSCode?
-
Which functional programming language should I learn?
Have you tried installing Haskell with https://www.haskell.org/ghcup? After installing it vscode with the https://github.com/haskell/vscode-haskell Haskell extension should work out of the box.
-
Why doesn't Haskell Language Server stop?
I reported the issue here, let's see what happens.
-
[Release] vscode-haskell: 2.2.1
The release never made it through: https://github.com/haskell/vscode-haskell/actions/runs/2823440618
-
How to make ghci autoreload my module in VSCode+GHCup
But generally, haskell-language-server should give you a proper IDE instead: https://github.com/haskell/vscode-haskell
-
[ANN] GHCup 0.1.17.8 BUGFIX release
Re-enable upgrade functionality for all configurations wrt MR #250 and VSCode haskell issue #601
-
[ANN] Pre-release VSCode-Haskell 2.0.0
Since this is going to be a very much breaking release, please expect bugs and rough edges we have to iron out! Please report all issues you encounter at the vscode-haskell issue tracker or reply to this post :) We ask you for your feedback, especially documentation wise: What do you think needs more explanations and what feature is harder than necessary to use or debug?
-
Haskell extension 1.7.0 VS Code crashing
Same. Looks like someone's just finally opened a bug report: https://github.com/haskell/vscode-haskell/issues/471
What are some alternatives?
When comparing template-haskell and vscode-haskell you can also consider the following projects:
haskell-template - Haskell project template using Nix + Flakes + VSCode (HLS)
haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
simple-haskell-project - A convenient script that generates a fully decked haskell project in a matter of seconds!
vscode-java - Java Language Support for Visual Studio Code
gitpod - The developer platform for on-demand cloud development environments to create software faster and more securely.
atomic - Write ClojureScript in JavaScript without a transpiler.