Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[박상범] 챕터 1: 쏙쏙 들어오는 함수형 코딩에 오신 것을 환영합니다. #14

Merged
merged 1 commit into from
May 22, 2024

Conversation

sangbooom
Copy link
Contributor

No description provided.

⇒ 시스템을 만드는데 완전히 안쓰는건 어렵거나 불가능 함
2. 정의에는 순수 함수만 쓰라고 되어있지만 순수하지 않은 함수도 다룸

## 함수형 프로그래밍을 학문적 지식이 아닌 기술과 개념으로 보기
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

전 이 내용이 스터디를 참여한 이유이기도 합니다!
함수형 프로그래밍 문법이나 스킬, 활용법 위주가 아닌 함수형 사고력을 스스로 얻을 수 있도록 도와주는게 이 책의 장점인 거 같아요! 👍🏻
기대가 됩니다

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다음 스터디도 참여해주세요 갓범님 🚀

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

무족건이지!!

Copy link
Member

@hyesungoh hyesungoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 👍 👍

⇒ 시스템을 만드는데 완전히 안쓰는건 어렵거나 불가능 함
2. 정의에는 순수 함수만 쓰라고 되어있지만 순수하지 않은 함수도 다룸

## 함수형 프로그래밍을 학문적 지식이 아닌 기술과 개념으로 보기
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다음 스터디도 참여해주세요 갓범님 🚀

Copy link
Contributor

@sensecodevalue sensecodevalue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ⚡

2. 부수 효과 없이 순수 함수만 사용하는 프로그래밍 스타일

⇒ 순수 함수는 인자에만 의존하고 부수 효과가 없는 함수
⇒ 수학의 함수도 그렇게 동작 ⇒ 수학 함수는 순수 함수 ⇒ 그럼 1, 2번은 같은 말 아닌가?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

상범님 정리를 보니 확실히 중언부언이군요!

Copy link
Contributor

@Dongkyuuuu Dongkyuuuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!!

@hyesungoh hyesungoh merged commit fdca973 into muhandojeon:main May 22, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants