객체 지향, 함수형, 명령형의 통합적 사고로 구현하는 소프트웨어 설계와 구현
- 멀티패러다임이 현대 언어를 확장하는 방법
- 함수형 프로그래밍과 타입 시스템, 그리고 LISP
- 코드:객체:함수 = Generator:Iterator:LISP = IP:OOP:FP
- 비동기 프로그래밍
- 실전 함수형 프로그래밍
- 멀티패러다임 프로그래밍
- 객체 지향 프론트엔드 개발, 그리고 멀티패러다임적 접근과 응용
curl https://get.volta.sh | bash
volta install node@22
winget install Volta.Volta
volta install node@22
npm install -g pnpm@10
pnpm install
pnpm -F example dev
터미널을 열어 위 코드를 실행한 후 http://localhost:2118/ 로 접속하세요.
인프런에서 본 책과 관련된 여러 영상 강의를 수강할 수 있습니다. 특히 라이브 코딩 형식으로 진행되어, 코드가 발전해 나가는 과정을 좀 더 상세하고 직관적으로 볼 수 있습니다.
본 책과 동일한 강의는 3월 말 본책 출간과 함께 업로드될 예정입니다.
- 멀티패러다임 프로그래밍 영상 강의 바로가기 (준비중) 🖥
인프런에서 "멀티패러다임 프로그래밍" 관련 학습 컨텐츠 제작을 후원합니다.
온라인 커뮤니티에서 멀티패러다임 프로그래밍에 관한 더욱 폭넓은 학습을 진행할 수 있습니다. 추가로, 이 책과 관련된 퀴즈와 정답 풀이, 다양한 교육 자료가 공유되고 있어, 책의 내용을 더 깊이 이해하고 응용력을 키우는 데 큰 도움이 됩니다. 필요하신 분들은 꼭 방문해 참고해 보세요.
마플개발대학(MDU)은 소프트웨어 대학을 콘셉트로 활동하는 커뮤니티로, 개발자들과 함께 성장하며 프로그래밍의 즐거움을 나누고, 보다 깊이 있는 소프트웨어 공학 문화를 만들어가기 위해 설립되었습니다.
본 도서 『멀티패러다임 프로그래밍』은 한빛미디어에서 출판되었습니다. 본 저장소에 공개된 책 내용은 집필 원고 원본입니다. 더욱 매끄럽게 편집된 글은 종이책 혹은 전자책으로 만나보실 수 있습니다.
이 저장소의 예제 코드는 모두 MIT 라이선스로 배포됩니다. 다만, 책의 원문과 이 저장소에 공개된 모든 텍스트는 CC BY-NC-SA 라이선스를 적용받습니다.
본 문서의 모든 자료는 © 2025 마플코퍼레이션의 저작권이 적용됩니다.
Combining Object-Oriented, Functional, and Imperative Approaches for Software Development and Design
View Detailed Table of Contents
From the Author
Endorsements
- How Multiparadigm Is Expanding Modern Languages
- Functional Programming, Type Systems, and Lisp
- Code:Object:Function = Generator:Iterator:LISP = IP:OOP:FP
- Asynchronous Programming
- Practical Functional Programming
- Multi-Paradigm Programming
- Object-Oriented Front-End Development and Multi-Paradigm Approaches in Practice
curl https://get.volta.sh | bash
volta install node@22
winget install Volta.Volta
volta install node@22
npm install -g pnpm@10
pnpm install
pnpm -F example dev
Open the terminal, run the code above, and then navigate to http://localhost:2118/.
You 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.
The course corresponding to this book will be uploaded at the end of March, coinciding with the official book release.
- Go to the Multi-Paradigm Programming Video Course (in preparation) 🖥️
Inflearn sponsors the creation of learning content related to "Multi-Paradigm Programming."
The Korean version of 『Multi-Paradigm Programming』 is published by Hanbit Media.
All 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.
The materials herein are all © 2025 Marpple Corporation.