Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neohaskell/NeoHaskell
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
https://github.com/neohaskell/NeoHaskell
ai beginner-friendly command-line concurrency developer-experience domain-driven-design event-sourcing functional-programming haskell mobile neohaskell programming-language python
Last synced: 3 days ago
JSON representation
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
- Host: GitHub
- URL: https://github.com/neohaskell/NeoHaskell
- Owner: neohaskell
- License: apache-2.0
- Created: 2023-09-16T18:03:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T20:40:27.000Z (6 days ago)
- Last Synced: 2024-11-03T21:26:02.679Z (6 days ago)
- Topics: ai, beginner-friendly, command-line, concurrency, developer-experience, domain-driven-design, event-sourcing, functional-programming, haskell, mobile, neohaskell, programming-language, python
- Language: Haskell
- Homepage: https://neohaskell.org
- Size: 133 KB
- Stars: 275
- Watchers: 10
- Forks: 3
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NeoHaskell
NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
It is designed to be easy to learn and use, while also being powerful enough to release your app with minimum effort and maximum confidence.
---
# Welcome to the contributor guide
If you want to learn about NeoHaskell itself, checkout
[the NeoHaskell website](https://neohaskell.org).This guide is intended to streamline the process of
contributing to the NeoHaskell tooling.The repository will be a mono-repo that contains all the
different parts of NeoHaskell.# Installing the required tools
(This assumes that you're using MacOS, WSL2 or Linux)
- Install DevEnv by following [the official instructions](https://devenv.sh/getting-started/).
- Run `devenv shell`
- Run `cabal update && cabal build all`The recommended IDE for any NeoHaskell project is [Visual Studio Code](https://code.visualstudio.com/).
# Get the code
- Fork this repository
- `git clone `
- `cd NeoHaskell && code .`# Install the recommended extensions
When opening the project for the first time, you will be prompted to install the recommended extensions, install them.
# Collaborate on Discord
It's always better to hack with people, so why not join the [Discord server](https://discord.gg/invite/wDj3UYzec8)?