{"id":28477426,"url":"https://github.com/marpple/multi-paradigm-programming","last_synced_at":"2025-06-30T08:32:34.095Z","repository":{"id":284272778,"uuid":"915121699","full_name":"marpple/multi-paradigm-programming","owner":"marpple","description":"Multi-Paradigm Programming: Combining Object-Oriented, Functional, and Imperative Approaches for Software Development and Design","archived":false,"fork":false,"pushed_at":"2025-05-28T06:15:02.000Z","size":1926,"stargazers_count":154,"open_issues_count":0,"forks_count":17,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-07T16:15:02.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/marpple.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-01-11T03:02:24.000Z","updated_at":"2025-06-03T23:17:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"eaee2eea-4e1a-4a18-a56d-b60d17f9b114","html_url":"https://github.com/marpple/multi-paradigm-programming","commit_stats":null,"previous_names":["marpple/multi-paradigm-programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marpple/multi-paradigm-programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2Fmulti-paradigm-programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2Fmulti-paradigm-programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2Fmulti-paradigm-programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2Fmulti-paradigm-programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marpple","download_url":"https://codeload.github.com/marpple/multi-paradigm-programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2Fmulti-paradigm-programming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262739115,"owners_count":23356653,"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":[],"created_at":"2025-06-07T16:13:28.757Z","updated_at":"2025-06-30T08:32:34.053Z","avatar_url":"https://github.com/marpple.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[English](#multi-paradigm-programming) | [한국어](https://github.com/marpple/multi-paradigm-programming)  \n\n\u003ca href=\"book/en/README.md\"\u003e\u003cimg alt=\"Multi-Paradigm Programming\" src=\"./img/book_en.png\" height=\"200px\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u003ca href=\"book/ko/README.md\"\u003e\u003cimg alt=\"멀티패러다임 프로그래밍\" src=\"./img/book.jpg\" height=\"200px\"\u003e\u003c/a\u003e\u0026nbsp;\n\n---\n\n# Multi-Paradigm Programming\n\nCombining Object-Oriented, Functional, and Imperative Approaches for Software Development and Design ([Get Started](book/en/README.md) 🧐)\n\n## 📖 Table of Contents (Book)\n\n[View Detailed Table of Contents](book/en/README.md) \u003cbr\u003e\n[From the Author](book/en/0.1-From-the-Author.md) \u003cbr\u003e\n[Endorsements](book/en/0.2-Endorsements.md) \u003cbr\u003e\n\n1. [How Multiparadigm Is Expanding Modern Languages](book/en/1.0.-How-Multiparadigm-Is-Expanding-Modern-Languages.md)\n2. [Functional Programming, Type Systems, and Lisp](book/en/2.0-Functional-Programming,-Type-Systems,-and-Lisp.md)\n3. [Code:Object:Function = Generator:Iterator:LISP = IP:OOP:FP](book/en/3.0-Code%3AObject%3AFunction-=-Generator%3AIterator%3ALISP-=-IP%3AOOP%3AFP.md)\n4. Asynchronous Programming\n5. Practical Functional Programming\n6. Multi-Paradigm Programming\n7. Object-Oriented Front-End Development and Multi-Paradigm Approaches in Practice\n\n## 🚀 Quick Menu\n\n- [Project Setup](#%EF%B8%8F-project-setup)\n- [Video ](#-video-course)\n- [License \u0026 Copyright](#-license--copyright)\n\n## 🛠️ Project Setup\n\n### Node.js with Volta\n\n[Volta Guide](https://docs.volta.sh/guide/getting-started)\n\n### Unix Installation\n\n```shell\ncurl https://get.volta.sh | bash\nvolta install node@22\n```\n\n### Windows Installation\n\n```shell\nwinget install Volta.Volta\nvolta install node@22\n```\n\n### pnpm\n\n[pnpm Guide](https://docs.volta.sh/guide/getting-started)\n\n```bash\nnpm install -g pnpm@10\n```\n\n### Installing and Running the Book Examples\n\n```\npnpm install\npnpm -F example dev\n```\n\n1. Open the terminal, run the code above, and then navigate to http://localhost:2118/. \n2. The book’s example code can be found in [/apps/example/src/chapters](./apps/example/src/chapters).\n\n### Installing and Running the Video Course Examples\n\n```\npnpm install\npnpm -F example dev\n```\n\n1. Open the terminal, run the code above, and then navigate to http://localhost:7000/. \n2. The video-lecture example code is located in [/apps/lecture/src/part-*](./apps/lecture/src).\n\n## 🎥 Video Course\n\nYou can take various video courses related to this book on Inflearn. These courses are conducted in a live coding format, allowing you to see the code evolve in real-time for a more detailed and intuitive learning experience.\n\n#### Go to the Multi-Paradigm Programming Video Course 🖥️\n\n- [English](https://www.inflearn.com/en/course/multi-paradigm-programming)\n- [日本語](https://www.inflearn.com/ja/course/multi-paradigm-programming)\n- [Tiếng Việt](https://www.inflearn.com/vi/course/multi-paradigm-programming) \n\n\u003e Inflearn sponsors the creation of learning content related to \"Multi-Paradigm Programming.\"\n\u003e\n\u003e \u003ca href=\"https://www.inflearn.com/en/\"\u003e\u003cimg alt=\"MDU\" src=\"./img/inflearn.png\" width=\"140px\"\u003e\u003c/a\u003e\n\n## 📝 Publication\n\nThe Korean version of **『Multi-Paradigm Programming』** is published by [Hanbit Media](https://www.hanbit.co.kr/).\n\n## 📜 License \u0026 Copyright\n\nAll example codes in this repository are licensed under the MIT License. However, the original book text and any text partially disclosed in this repository are licensed under [CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n\n\u003e The materials herein are all © 2025 [Marpple Corporation](https://www.marpplecorp.com/).\n\u003e\n\u003e \u003ca href=\"https://www.marpplecorp.com/\"\u003e\u003cimg alt=\"Marpple Corporation\" src=\"./img/MCO.png\" width=\"200px\"\u003e\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarpple%2Fmulti-paradigm-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarpple%2Fmulti-paradigm-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarpple%2Fmulti-paradigm-programming/lists"}