{"id":13394715,"url":"https://github.com/JordanMartinez/purescript-jordans-reference","last_synced_at":"2025-03-13T20:31:40.905Z","repository":{"id":33373143,"uuid":"141368519","full_name":"JordanMartinez/purescript-jordans-reference","owner":"JordanMartinez","description":"Learn PureScript with this \"clone and play\" repository","archived":false,"fork":false,"pushed_at":"2023-12-12T22:46:46.000Z","size":4041,"stargazers_count":585,"open_issues_count":12,"forks_count":73,"subscribers_count":16,"default_branch":"latestRelease","last_synced_at":"2024-10-11T23:54:31.295Z","etag":null,"topics":["documentation","learn","purescript","reference"],"latest_commit_sha":null,"homepage":"https://jordanmartinez.github.io/purescript-jordans-reference-site/","language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JordanMartinez.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.d/README.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-07-18T02:11:02.000Z","updated_at":"2024-09-19T13:27:13.000Z","dependencies_parsed_at":"2023-01-15T00:38:33.628Z","dependency_job_id":"08813ea6-4a50-42b3-8027-641fa7f1387d","html_url":"https://github.com/JordanMartinez/purescript-jordans-reference","commit_stats":null,"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordanMartinez%2Fpurescript-jordans-reference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordanMartinez%2Fpurescript-jordans-reference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordanMartinez%2Fpurescript-jordans-reference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordanMartinez%2Fpurescript-jordans-reference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JordanMartinez","download_url":"https://codeload.github.com/JordanMartinez/purescript-jordans-reference/tar.gz/refs/heads/latestRelease","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243478181,"owners_count":20297210,"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","learn","purescript","reference"],"created_at":"2024-07-30T17:01:29.168Z","updated_at":"2025-03-13T20:31:39.232Z","avatar_url":"https://github.com/JordanMartinez.png","language":"PureScript","readme":"# Purescript: Jordan's Reference\n\nThis repo is my way of using the [Feynman Technique](https://medium.com/taking-note/learning-from-the-feynman-technique-5373014ad230) to learn Purescript and its ecosystem.\n\nAll code uses PureScript `0.15.13`\n\nTo learn PureScript using this project:\n1. Git clone this repo\n2. [Bookmark and read through this repo online](https://jordanmartinez.github.io/purescript-jordans-reference-site/)\n3. Compile the code locally where possible, follow along, and experiment\n\n## Guidelines for this project\n\n### Contributing\n\nFeel free to open a new issue for:\n- Clarification on something you don't understand. If I don't know it yet and I'm interested, it'll force me to learn it\n- A link to something you'd like me to research more. If I'm interested or see the value, I'll look into it and try to document it or explain the idea in a clear way\n- Corrections for any mistakes I've made\n- Improvements to anything I've written thus far\n\n## Project Labels\n\nThe following labels give insight into this project's development:\n- [the 'Roadmap' label](https://github.com/JordanMartinez/purescript-jordans-reference/issues?utf8=%E2%9C%93\u0026q=is%3Aissue+label%3ARoadmap): a deeper understanding of this project's current direction/goals.\n- [the 'Meta' label](https://github.com/JordanMartinez/purescript-jordans-reference/labels/Meta): issues related to the project as a whole.\n- [the 'Release-PR' label](https://github.com/JordanMartinez/purescript-jordans-reference/pulls?utf8=%E2%9C%93\u0026q=is%3Apr+label%3ARelease-PR+): the changelog of the code\n- [the `Bug` label](https://github.com/JordanMartinez/purescript-jordans-reference/issues?q=is%3Aissue+is%3Aopen+label%3Abug)\n\n**Note: You are advised to watch this repo for releases only. Sometimes, this repo will produce a lot of notifications due to opening/closing issues/PRs and me adding additional thoughts/comments to things. This can star to feel like notification spam.**\n\n## License\n\nUnless stated otherwise in a specific folder or file, this project is licensed under the `Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license`: [(Human-readable version)](https://creativecommons.org/licenses/by-nc-sa/4.0/), [(Actual License)](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"\u003e\u003cimg alt=\"Creative Commons Licence\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png\" /\u003e\u003c/a\u003e\n\n## Naming Conventions Used In This Repo\n\n### Numbering System\n\nWhen you see this number system:\n```\n01-File-Name.md\n02-Folder-Name/\n03-File-Name2.md\n11-File-Name.md\n```\nYou should understand it like so:\n```\n[major theme/idea][minor concept/point]\n```\nEach major theme will almost always have 1..9 minor concepts/points. Thus, you will sometimes not see a `10-file-name.md` file:\n```\n09-first-major-theme--file-9.md\n-- 10-file-name is intentionally missing here\n11-second-major-theme--file-1.md\n```\n\nIn situations, where 9 files were not enough, I converted a file into a folder and each file in that folder further explains it.\n\n### An 'x' in a File/Folder Name\n\nIf a file or folder name has `x` in the numerical part of its name (e.g. `0x-File-or-Folder-Name`, `9x-File-or-Folder-Name`), it means I am still deciding where it should appear in the numerical order (and it is likely still a work in progress).\n","funding_links":[],"categories":["PureScript","Learning Resources"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJordanMartinez%2Fpurescript-jordans-reference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJordanMartinez%2Fpurescript-jordans-reference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJordanMartinez%2Fpurescript-jordans-reference/lists"}