{"id":13584282,"url":"https://github.com/purescript/documentation","last_synced_at":"2025-05-15T15:06:15.895Z","repository":{"id":38813823,"uuid":"75196260","full_name":"purescript/documentation","owner":"purescript","description":"Documentation for the PureScript language, compiler, and tools.","archived":false,"fork":false,"pushed_at":"2024-05-20T13:18:01.000Z","size":887,"stargazers_count":1048,"open_issues_count":74,"forks_count":300,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-05-14T04:26:45.646Z","etag":null,"topics":["documentation","language-guides","purescript"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purescript.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}},"created_at":"2016-11-30T14:46:08.000Z","updated_at":"2025-04-29T18:19:20.000Z","dependencies_parsed_at":"2023-02-19T14:45:25.277Z","dependency_job_id":"8ffe29fa-c035-4a25-8b75-3692bf9427de","html_url":"https://github.com/purescript/documentation","commit_stats":{"total_commits":1029,"total_committers":244,"mean_commits":4.217213114754099,"dds":0.7862001943634597,"last_synced_commit":"aba17dc1c240d2001f4c747430c46e823fb9987c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript%2Fdocumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript%2Fdocumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript%2Fdocumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript%2Fdocumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purescript","download_url":"https://codeload.github.com/purescript/documentation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254071226,"owners_count":22009756,"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","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":["documentation","language-guides","purescript"],"created_at":"2024-08-01T15:04:08.598Z","updated_at":"2025-05-15T15:06:15.877Z","avatar_url":"https://github.com/purescript.png","language":null,"readme":"![PureScript](https://github.com/purescript/purescript/raw/master/logo.png)\n\nWelcome to the PureScript documentation repository!\n\nPureScript is a small, strongly typed programming language that compiles to JavaScript.\nTo get a better overview of PureScript, visit [The PureScript Website](http://purescript.org).\n\nThis repository is a collaborative effort, so please feel free to make a pull request to add/edit content or create an issue to discuss it. PureScript is a big project used by people coming from a variety of backgrounds. Making documentation useful to a wide variety of people is really hard to do well, requiring readers like you to point out and add documentation you feel is missing. Thanks for helping!\n\n## Directory\n\n### Getting Started\n\n- [Getting Started](guides/Getting-Started.md): Download PureScript and build your first project\n- [Try PureScript](http://try.purescript.org): Try PureScript in your browser\n\n### Community\n\n- [Discourse](https://discourse.purescript.org/): Discuss PureScript in a forum setting\n- [Discord](https://purescript.org/chat): Chat about PureScript and attend video / audio meetups\n\n### Learning\n\n- The [PureScript Book](https://book.purescript.org) is the recommended approach to learning the language, since it covers more material in greater depth.\n- The [Functional Programming Made Easier](https://leanpub.com/fp-made-easier) will start you at the very beginning with the basics. The book assumes that you know nothing about Functional Programming, and teaches you functional concept with Purescript and in the final few chapters it will build a Full-Stack web server and browser-based front end written in PureScript.\n- [Language Reference](language/README.md)\n- [PureScript: Jordan's Reference](https://github.com/JordanMartinez/purescript-jordans-reference): An up-to-date project covering Getting Started, Build Tools, PureScript's syntax with examples, FP design patterns, and PureScript's ecosystem.\n- [PureScript Cookbook](https://github.com/JordanMartinez/purescript-cookbook): An unofficial cookbook for PureScript.\n- [A guide to the PureScript numeric hierarchy](https://a-guide-to-the-purescript-numeric-hierarchy.readthedocs.io/en/latest/index.html): An introduction to the mathematics behind the numeric hierarchy of type classes in PureScript’s Prelude. (See also [PureScript numeric hierarchy overview](https://harry.garrood.me/numeric-hierarchy-overview/).)\n- [PureScript Resources](https://purescript-resources.readthedocs.io/): A collection of notes and links to resources to learn and use PureScript.\n\n### Guides\n\n- [Common Operators](guides/Common-Operators.md)\n- [The Foreign Function Interface (FFI)](guides/FFI.md)\n- [FFI Tips](guides/FFI-Tips.md)\n- [Custom Type Errors](guides/Custom-Type-Errors.md)\n- [PureScript Without Node](guides/PureScript-Without-Node.md)\n- [Contrib Library Guidelines](guides/Contrib-Guidelines.md)\n- [Error Suggestions](guides/Error-Suggestions.md)\n- [psc-ide FAQ](guides/psc-ide-FAQ.md)\n- [Try PureScript Help](https://github.com/purescript/trypurescript/blob/gh-pages/README.md)\n\n\n### Tools\n\n- [Editor and tool support](ecosystem/Editor-and-tool-support.md): Editor plugins, build tools, and other development tools\n- [`easy-purescript-nix`](https://github.com/justinwoo/easy-purescript-nix): Set up PureScript and development environment with [Nix](https://nixos.org/)\n- [PSCi](guides/PSCi.md): An interactive development tool for PureScript\n\n### Ecosystem\n\n- [Maintained Packages](ecosystem/Maintained-Packages.md)\n- [Style Guide](guides/Style-Guide.md)\n- [Alternate Backends](https://github.com/purescript/documentation/blob/master/ecosystem/Alternate-backends.md): PureScript can compile to other languages as well!\n- [Recommended tooling for PureScript in 2020](https://discourse.purescript.org/t/recommended-tooling-for-purescript-in-2020/1615)\n\n### Articles\n\n- [24 Days of PureScript 2016](https://github.com/paf31/24-days-of-purescript-2016)\n\n### Talks/Meetups\n\n- [PureScript Presentations](ecosystem/PureScript-Presentations.md)\n- [PureScript Meetups](ecosystem/PureScript-Meetups.md)\n\n### Related Languages\n\n- [Related Projects](Related-Projects.md)\n- [Differences from Haskell](language/Differences-from-Haskell.md)\n\n## Project Scope\n\nTopics currently in this repository's scope:\n\n- PureScript language reference documentation\n- Its compiler errors\n- Core concepts on which the language is based\n- Comparison with similar languages\n- An introduction to other sources of documentation\n\nTopics currently *not* in scope:\n\n- Using PureScript libraries (those docs belong with the corresponding libraries)\n- A PureScript language teaching course (use the [PureScript by Example](https://book.purescript.org) book or other resources)\n- Introduction to package managers and dependency management\n\nFeel free to make an issue to discuss amending the scope.\n\n## License\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/3.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003eThis work is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/3.0/\"\u003eCreative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License\u003c/a\u003e.\n","funding_links":[],"categories":["Others","Official Resources"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurescript%2Fdocumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurescript%2Fdocumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurescript%2Fdocumentation/lists"}