{"id":23219151,"url":"https://github.com/fizzyelt/functional-programming","last_synced_at":"2026-02-07T13:31:48.942Z","repository":{"id":186770355,"uuid":"675731109","full_name":"FizzyElt/functional-programming","owner":"FizzyElt","description":"帶你探索 functional programming","archived":false,"fork":false,"pushed_at":"2024-02-07T02:25:41.000Z","size":1999,"stargazers_count":25,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-30T07:40:20.690Z","etag":null,"topics":["documentation","functional-programming","math"],"latest_commit_sha":null,"homepage":"https://fizzyelt.github.io/functional-programming/","language":"XSLT","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FizzyElt.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":"2023-08-07T15:37:33.000Z","updated_at":"2024-07-02T05:24:19.000Z","dependencies_parsed_at":"2023-10-11T09:12:00.114Z","dependency_job_id":"34cb3f3c-2acc-4187-baf1-4cf184e0b72b","html_url":"https://github.com/FizzyElt/functional-programming","commit_stats":{"total_commits":75,"total_committers":6,"mean_commits":12.5,"dds":0.36,"last_synced_commit":"085a5f580a911262b32b0b397c616e52df55cd77"},"previous_names":["fizzyelt/functional-programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FizzyElt/functional-programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyElt%2Ffunctional-programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyElt%2Ffunctional-programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyElt%2Ffunctional-programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyElt%2Ffunctional-programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FizzyElt","download_url":"https://codeload.github.com/FizzyElt/functional-programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyElt%2Ffunctional-programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29195098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["documentation","functional-programming","math"],"created_at":"2024-12-18T21:19:53.464Z","updated_at":"2026-02-07T13:31:48.924Z","avatar_url":"https://github.com/FizzyElt.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Functional Programming 知識大補帖\n\n這是一個關於 Functional Programming 名詞解釋及知識點整理的地方，會包含一些情境及範例解說，目的在於消除學習 FP 過程中因不懂緣由所產生的困惑。\n\n## Roadmap\n\n1. lambda calculus\n2. 用 recursion 解釋可計算性\n3. 加上 simply type\n4. 解釋型別規則\n5. 建立 STLC categorical semantic\n6. 加上 polymorphism\n7. 解釋型別規則\n8. 建立 \\(E \\to B\\) categorical semantic\n9. 解釋 \\(\\lambda 2\\) 的 polymorphic property\n10. 解釋 recursive type\n11. 連結 F-algebra\n12. 變成 dependent type\n13. 解釋型別規則\n14. 解釋模型（The natural model）\n    - topos\n    - topos fundamental theorem\n    - presheaf\n    - representable natural transformation\n15. 進入真正的應用\n16. side effect\n17. concurrency\n18. 安全性\n    - 記憶體安全與子結構類型\n      - (?) proof nets\n    - 整體安全性不是只關乎記憶體\n19. domain language\n\n### ⚠️ 部份完成小主題內容，整理後移除\n\n- [pure function](./trees/fp-000J.tree)\n- immutable\n- curry\n- Lazy semantic\n- [data first, data last](./trees/fp-0002.tree)\n- [Magma](./trees/alg-0001.tree)\n- [Semigroup](./trees/alg-0003.tree)\n- [Monoid](./trees/alg-0005.tree)\n- [Functor](./trees/cat-0003.tree)\n- Applicative\n- Monad\n\n## Development\n\n- [forester](https://www.jonmsterling.com/jms-005P.xml)\n- https://en.wikipedia.org/wiki/MacTeX\n\nBuild command\n\n```shell\nmake build\n```\n\nLocally watch server\n\n```shell\n./server.sh\n```\n\n## Contribution\n\n建立新的 tree，prefix 根據你的內容的主題更換\n\n目前現有的主題\n\n- fp (functional programming)\n- alg (algebra)\n- cat (category)\n- set\n\n```bash\nforester new prefix=fp\n```\n\n基本內容，如果是修改現有的 tree 就新增 author 上去\n\n```text\n\\title{XXX}\n\\author{name}\n```\n\n如果你願意貢獻你的一些資訊可以在 `trees/person` 資料夾開一個 tree\n\ntrees/person/xxxx.tree\n\n```text\n\\title{XXXXX}\n\\taxon{person}\n\\meta{position}{Front-End Developer}\n\\meta{external}{xxxxx.com}\n```\n\n將你的內容關聯到某個 tree 內\n\nxx-XXXX.tree\n\n```text\n\\transclude{xx-XXXX}\n```\n\n提及 xx-XXXX.tree\n\n```text\n[text](xx-XXXX)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzyelt%2Ffunctional-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffizzyelt%2Ffunctional-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzyelt%2Ffunctional-programming/lists"}