-
Notifications
You must be signed in to change notification settings - Fork 11
Corrected some typos & added some explanations... #2
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
Open
Liberatedwinner
wants to merge
12
commits into
Indosaram:main
Choose a base branch
from
Liberatedwinner:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
3b04546
Update ch1-00.md
Liberatedwinner 750e7fb
Update ch1-01.md
Liberatedwinner 49beb5a
Merge pull request #1 from Liberatedwinner/patch-1
Liberatedwinner 30cfa9a
Merge pull request #2 from Liberatedwinner/patch-2
Liberatedwinner 786bd26
Update ch1-03.md
Liberatedwinner c606e00
Update ch2-01.md
Liberatedwinner aaa4304
Update ch3-01.md
Liberatedwinner a96b1e2
Update ch3-03.md
Liberatedwinner cc99877
Update ch4-02.md
Liberatedwinner bf474e1
Update ch1-01.md
Liberatedwinner 03ad3bd
Update ch3-03.md
Liberatedwinner 939a1f8
Merge branch 'Indosaram:main' into main
Liberatedwinner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,13 +12,15 @@ fn main() { | |
| } | ||
| ``` | ||
|
|
||
| 파이썬은 최근 가장 인기가 높은 언어 중 하나입니다. 간결한 문법과 범용성 덕분에 서버 개발부터 딥러닝 모델 개발까지 다양한 분야에서 사용되고 있습니다. 하지만 파이썬은 개발 시의 높은 생산성을 위해 코드 실행 속도를 일정 부분 포기한 언어입니다. 특히 파이썬의 태생적 한계인 GIL(Global interpreter lock)때문에 빠른 연산이 필요한 작업이나 멀티스레딩 프로그램에서 좋은 성능을 내기 어려운 단점이 있습니다. | ||
| 파이썬(Python)은 최근 가장 인기가 높은 언어 중 하나입니다. 간결한 문법과 범용성 덕분에, 파이썬은 서버 개발부터 딥러닝 모델 개발까지 다양한 분야에서 사용되고 있습니다. 하지만 파이썬은 개발 시의 높은 생산성을 위해 코드 실행 속도를 일정 부분 포기한 언어입니다. 특히 파이썬의 태생적 한계인 GIL (Global interpreter lock) 때문에 빠른 연산이 필요한 작업이나 멀티스레딩 프로그램에서 좋은 성능을 내기 어려운 단점이 있습니다. | ||
| [파이썬이 인기가 높은 언어라는 것은 언제를 기준한 것인지 추가가 필요합니다. 최근이라는 말로 미루어보아, 책을 집필하는 2023년 2월을 기준한 것으로 보면 될까요?]: # | ||
|
|
||
| 러스트는 높은 추상성으로 높은 생산성을 가지고 있는 동시에 C/C++의 99%에 가까운 성능을 가지고 있어서 빠른 연산속도가 필요한 분야에서 각광받고 있습니다. 2022년 스택오버플로우 개발자 설문조사의 "Loved vs Dreaded(사랑하는 언어 대 두려운 언어)"에서 러스트는 86.73%라는 높은 비율로 가장 사랑받는 언어로 선정되었습니다. 참고로, 러스트는 현재 7년 연속 가장 사랑받는 언어 1위로 선정되었습니다. | ||
| 러스트(Rust)는 높은 추상성으로 높은 생산성을 가지고 있는 동시에 C/C++의 99%에 가까운 성능을 가지고 있어서 빠른 연산속도가 필요한 분야에서 각광받고 있습니다. 2022년 스택 오버플로우(Stack Overflow) 개발자 설문조사 "Loved vs Dreaded (사랑하는 언어 대 두려운 언어)"에서, 러스트는 86.73%라는 높은 비율로 가장 사랑받는 언어로 선정되었습니다. 참고로, 개발자들의 러스트 사랑은 2022년에 한정한 것이 아닙니다. 러스트는 2022년까지 7년 연속으로 가장 사랑받는 언어 1위로 선정되었습니다. | ||
| [러스트가 1위로 선정된 것은 동일한 설문주체에 의한 설문조사인가요? 어디에서 실시한 설문인지 명시하는 것이 좋아보입니다.]: # | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above |
||
|
|
||
|  | ||
|
|
||
| 국내에서도 2022 프로그래머스 설문조사에 따르면 러스트는 5.3% 비율로 7위를 차지해 꽤 상위권에 위치해 있는 편입니다. | ||
| 2022 프로그래머스 설문조사에 따르면, 러스트는 국내에서 5.3% 비율로 사랑받는 언어 7위를 차지해 꽤 상위권에 위치해 있습니다. | ||
|
|
||
| <img src="assets/ch01-2.png" alt="ch01-2" style="zoom:50%;" /> | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
질문은 PR 본문에 남겨주시면 좋을 것 같습니다.