{"id":30248417,"url":"https://github.com/neohaskell/neohaskell","last_synced_at":"2025-08-15T08:02:33.025Z","repository":{"id":196761625,"uuid":"692515327","full_name":"neohaskell/NeoHaskell","owner":"neohaskell","description":"⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.","archived":false,"fork":false,"pushed_at":"2025-08-01T16:44:23.000Z","size":486,"stargazers_count":318,"open_issues_count":111,"forks_count":8,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-08-14T20:58:06.206Z","etag":null,"topics":["ai","beginner-friendly","command-line","concurrency","developer-experience","domain-driven-design","event-sourcing","functional-programming","haskell","mobile","neohaskell","programming-language"],"latest_commit_sha":null,"homepage":"https://neohaskell.org","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neohaskell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-16T18:03:47.000Z","updated_at":"2025-08-12T18:57:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"adf5fe30-9884-4779-8d4c-e125edbf70f8","html_url":"https://github.com/neohaskell/NeoHaskell","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"718166c9fc1250369192cba57bd8c857dba11654"},"previous_names":["neohaskell/neohaskell"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/neohaskell/NeoHaskell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neohaskell%2FNeoHaskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neohaskell%2FNeoHaskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neohaskell%2FNeoHaskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neohaskell%2FNeoHaskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neohaskell","download_url":"https://codeload.github.com/neohaskell/NeoHaskell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neohaskell%2FNeoHaskell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270514922,"owners_count":24598435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","beginner-friendly","command-line","concurrency","developer-experience","domain-driven-design","event-sourcing","functional-programming","haskell","mobile","neohaskell","programming-language"],"created_at":"2025-08-15T08:01:22.328Z","updated_at":"2025-08-15T08:02:32.963Z","avatar_url":"https://github.com/neohaskell.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\".assets/img/logo.png\" height=\"256px\"/\u003e\n  \u003ch1\u003eNeoHaskell\u003c/h1\u003e\n  \u003cb\u003e\n    NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.\n  \u003c/b\u003e\n  \u003cp\u003e\n    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.\n  \u003c/p\u003e\n  \u003ca href=\"#contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/all-contributors/neohaskell/neohaskell?color=ee8449\u0026style=flat-square\" alt=\"All Contributors\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/neohaskell/neohaskell\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=Dev%20Containers\u0026message=Open\u0026color=blue\u0026style=flat-square\" alt=\"Open in Dev Containers\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n# Welcome to the contributor guide\n\nIf you want to learn about NeoHaskell itself, checkout\n[the NeoHaskell website](https://neohaskell.org).\n\nThis guide is intended to streamline the process of\ncontributing to the NeoHaskell tooling.\n\nThe repository will be a mono-repo that contains all the\ndifferent parts of NeoHaskell.\n\n## Installing the required tools\n\n(This assumes that you're using MacOS, WSL2 or Linux)\n\n- Install [Nix](https://nixos.org/download/)\n- Run `nix-shell`\n- Run `cabal update \u0026\u0026 cabal build all`\n\nThe recommended IDE for any NeoHaskell project is [Visual Studio Code](https://code.visualstudio.com/).\n\n## Get the code\n\n- Fork this repository\n- `git clone \u003curl to your fork\u003e`\n- `cd NeoHaskell \u0026\u0026 code .`\n\n## Install the recommended extensions\n\nWhen opening the project for the first time, you will be prompted to install the recommended extensions, install them.\n\n## Code Formatting\n\nThis project uses the fourmolu formatter for consistent Haskell code styling. When using VS Code with the recommended extensions:\n\n- Code will automatically format on save\n- The formatter settings are controlled by the fourmolu.yaml file in the root directory\n\n## Linting\n\nThis project uses hlint, it will automatically be run in VSCode by the recommended extension.\nTo run manually:\n\n```sh\nhlint .\n```\n\n## Collaborate on Discord\n\nIt's always better to hack with people, so why not join the [Discord server](https://discord.gg/invite/wDj3UYzec8)?\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/NickSeagull\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7448243?v=4?s=100\" width=\"100px;\" alt=\"Nick Seagull\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNick Seagull\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#code-NickSeagull\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/DavideWalder\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/58290976?v=4?s=100\" width=\"100px;\" alt=\"Davide Walder\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavide Walder\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-DavideWalder\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/SiriusStarr\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2049163?v=4?s=100\" width=\"100px;\" alt=\"ScribblyBirb\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eScribblyBirb\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-siriusstarr\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/JYCabello\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11141026?v=4?s=100\" width=\"100px;\" alt=\"Yeray Cabello\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYeray Cabello\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#test-JYCabello\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ussgarci\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/91670077?v=4?s=100\" width=\"100px;\" alt=\"Steven Garcia\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSteven Garcia\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#code-ussgarci\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneohaskell%2Fneohaskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneohaskell%2Fneohaskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneohaskell%2Fneohaskell/lists"}