@@ -20,7 +20,7 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
20
20
### 초보자용 문서
21
21
22
22
[ Try Ruby] [ 1 ]
23
- : You can try Ruby right in your browser .
23
+ : 브라우저에서 Ruby를 시험해 볼 수 있습니다 .
24
24
25
25
[ Learn to Program] [ 8 ] (영문)
26
26
: Chris Pine 님이 작성한 초보자를 위한 작고 멋진 튜토리얼입니다.
@@ -31,46 +31,45 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
31
31
달린 예제들입니다.
32
32
33
33
[ Ruby in Twenty Minutes] [ rubyin20 ]
34
- : A small Ruby tutorial that should take no more than 20 minutes to
35
- complete.
34
+ : 20분 이내에 끝낼 수 있는 작은 Ruby 튜토리얼입니다.
36
35
37
36
[ The Odin Project] [ odin ]
38
- : An open source full stack curriculum
37
+ : 오픈소스 풀스택 커리큘럼입니다.
39
38
40
39
[ excercism] [ exercism ]
41
- : 120 exercises with automatic analysis and personal mentoring .
40
+ : 자동 분석과 개인 멘토링이 포함된 120개의 연습문제가 제공됩니다 .
42
41
43
42
[ Codecademy] [ codecademy ]
44
- : Online code bootcamp with a variety of topics. Freeish .
43
+ : 다양한 주제를 다루는 온라인 코드 부트캠프입니다. 무료입니다 .
45
44
46
45
[ Ruby For Impatient Nuby] [ ko-1 ]
47
46
: 서민구 님이 작성하신 Ruby 초보자를 위한 튜토리얼입니다.
48
47
49
48
[ 루비 프로그래밍 언어 FAQ] [ ko-2 ]
50
49
: 황대산 님이 정리하신 FAQ입니다.
51
50
52
- ### Manuals / Books
51
+ ### 매뉴얼 / 책
53
52
54
- #### Beginner
53
+ #### 초보자
55
54
56
55
[ Programming Ruby 3.3] [ pickaxe ]
57
- : The seminal work on Ruby in English. Recently updated to Ruby 3.3 .
56
+ : 영어로 된 독창적인 Ruby 책입니다. 최근에 Ruby 3.3으로 업데이트되었습니다 .
58
57
59
58
[ The Well-Grounded Rubyist] [ grounded ]
60
- : A tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion .
59
+ : 첫 Ruby 프로그램부터 리플렉션, 스레딩, 재귀 등과 같은 고급 주제까지 다루는 튜토리얼입니다 .
61
60
62
- #### Intermediate
61
+ #### 중급자
63
62
64
63
[ Practical OOD in Ruby (POODR)] [ poodr ]
65
- : A programmer's tale about how to write object-oriented code .
64
+ : 한 프로그래머의 객체지향 코드를 작성하는 방법에 대한 이야기입니다 .
66
65
67
- #### Expert
66
+ #### 전문가
68
67
69
68
[ Metaprogramming] [ meta ]
70
- : Explains metaprogramming in a down-to-earth style .
69
+ : 메타 프로그래밍을 쉽게 설명합니다 .
71
70
72
71
[ Ruby Under a Microscope (RUM)] [ microscope ]
73
- : An illustrated guide to Ruby internals .
72
+ : Ruby 내부를 설명하는 그림이 포함된 가이드입니다 .
74
73
75
74
### 참조
76
75
@@ -89,59 +88,59 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
89
88
: Ruby 클래스, 모듈, 메서드를 편하게 찾고 탐색하세요.
90
89
91
90
[ ruby-doc.org] [ 39 ]
92
- : Online API documentation
91
+ : 온라인 API 문서입니다.
93
92
94
93
[ DevDocs.io] [ 40 ]
95
- : Online API documentation
94
+ : 온라인 API 문서입니다.
96
95
97
96
[ Ruby QuickRef] [ 42 ]
98
- : The Ruby quick reference
97
+ : 빠른 Ruby 참조 문서입니다.
99
98
100
99
[ rubyreferences] [ 43 ]
101
- : A full language reference + detailed language changelog. Fantastic .
100
+ : 완전한 언어 레퍼런스와 상세한 언어 변경 로그입니다. 훌륭합니다 .
102
101
103
- ### Style Guides
102
+ ### 스타일 가이드
104
103
105
104
[ rubystyle.guide] [ 44 ]
106
- : RuboCop's Ruby style guide
105
+ : RuboCop의 Ruby 스타일 가이드
107
106
108
107
[ RuboCop] [ 45 ]
109
- : Automated enforcement of their style guide .
108
+ : Rubocop의 스타일 가이드를 자동으로 적용합니다 .
110
109
111
110
[ Shopify] [ 46 ]
112
- : Shopify's Ruby style guide
111
+ : Shopify의 Ruby 스타일 가이드
113
112
114
113
[ GitLab] [ 47 ]
115
- : Gitlab's Ruby style guide
114
+ : Gitlab의 Ruby 스타일 가이드
116
115
117
116
[ Airbnb] [ 48 ]
118
- : Airbnb's Ruby style guide
117
+ : Airbnb의 Ruby 스타일 가이드
119
118
120
119
[ w3resource] [ 49 ]
121
- : W3's Ruby style guide
120
+ : W3의 Ruby 스타일 가이드
122
121
123
- # Tools
122
+ # 도구
124
123
125
124
[ IRB] [ 50 ]
126
- : The interactive Ruby Read-Eval-Print-Loop ( REPL)
125
+ : 대화형 Ruby 셸( Read-Eval-Print-Loop, REPL)입니다.
127
126
128
127
[ Pry] [ 51 ]
129
- : An alternative Ruby REPL
128
+ : 또 다른 Ruby REPL입니다.
130
129
131
130
[ Rake] [ 52 ]
132
- : A make-like build utility for Ruby .
131
+ : Ruby의 make와 비슷한 빌드 유틸리티입니다 .
133
132
134
133
[ RI] [ 53 ]
135
- : (Ruby Information) is the Ruby command-line utility that gives fast and easy on-line access to Ruby documentation .
134
+ : RI (Ruby Information)는 Ruby의 명령줄 유틸리티로 Ruby 문서에 빠르고 쉽게 접근할 수 있습니다 .
136
135
137
136
[ RBS] [ 54 ]
138
- : Type Signature for Ruby
137
+ : Ruby의 타입 시그니처입니다.
139
138
140
139
[ TypeProf] [ 55 ]
141
- : An experimental type-level Ruby interpreter for testing and understanding Ruby code .
140
+ : Ruby 코드를 테스트하고 이해하기 위한 실험적인 타입 수준의 Ruby 인터프리터입니다 .
142
141
143
142
[ Steep] [ 56 ]
144
- : Static type checker for Ruby .
143
+ : Ruby의 정적 타입 검사기입니다 .
145
144
146
145
### 편집기와 IDE
147
146
@@ -150,54 +149,55 @@ Ruby를 코딩할 때 운영체제의 기본 편집기를 사용할 수 있습
150
149
파일 브라우징 등등) 편집기나 고급 기능(자동완성, 리팩토링, 테스트
151
150
지원 등등)이 있는 통합 개발 환경도 생각해 볼 만합니다.
152
151
153
- Here is a list of popular editors used by Rubyists, broken up by
154
- learning curve:
152
+ 루비스트가 사용하는 인기 있는 편집기 목록을
153
+ 학습 곡선에 따라 나누어 놓았습니다.
155
154
156
- * Days
155
+
156
+ * 며칠 안에 익힐 수 있는 편집기
157
157
* [ Sublime Text] [ 37 ] (paid)
158
158
* [ Visual Studio Code] [ vscode ]
159
159
* [ Zed] [ zed ]
160
- * Months
160
+ * 몇 개월 정도 걸리는 편집기
161
161
* [ RubyMine] [ 27 ] (paid)
162
- * "Years " (as in, you'll spend years still learning things about it )
163
- * [ Emacs ] [ 20 ] with [ Ruby mode ] [ 21 ] or [ Enhanced Ruby mode ] [ enh-ruby-mode ]
164
- * [ Vim ] [ 25 ] with [ vim-ruby ] [ 26 ] plugin
162
+ * "몇 년 " (즉, 몇 년 동안 새로운 것을 계속 배울 수 있는 에디터 )
163
+ * [ Ruby 모드 ] [ 21 ] 이나 [ 향상된 Ruby 모드 ] [ enh-ruby-mode ] 를 사용하는 [ Emacs ] [ 20 ]
164
+ * [ vim-ruby ] [ 26 ] 플러그인을 사용하는 [ Vim ] [ 25 ]
165
165
* [ NeoVim] [ neovim ]
166
166
167
- All of these editors support the Language Server Protocol (LSP),
168
- either by default or through their LSP plugins. Shopify's
169
- [ ruby-lsp ] [ ruby-lsp ] is one of the most popular language servers for
170
- Ruby and [ supports all of the above editors ] [ shopify_lsp ] .
167
+ 위에서 언급한 모든 편집기는 기본으로 또는 LSP 플러그인을 통해
168
+ 언어 서버 프로토콜( LSP)을 지원합니다. Shopify의 [ ruby-lsp ] [ ruby-lsp ] 는
169
+ Ruby를 위한 가장 인기 있는 언어 서버 중 하나이며,
170
+ [ 위에서 언급한 모든 편집기를 지원합니다 ] [ shopify_lsp ] .
171
171
172
- ### Older Reading / Resources
172
+ ### 오래된 문서 / 리소스
173
173
174
- These links were more prominent but haven't been updated in ages .
174
+ 다음 링크들은 한때 더 주목받았지만 오랫동안 업데이트되지 않았습니다 .
175
175
176
- [ Ruby Koans] [ 2 ]
177
- : The Koans walk you along the path to enlightenment in order to learn
178
- Ruby. The goal is to learn the Ruby language, syntax, structure, and
179
- some common functions and libraries. We also teach you culture .
176
+ [ Ruby Koans] [ 2 ] (영문)
177
+ : Koans는 Ruby를 배우는 깨달음의 길로 여러분을 안내합니다. Koans의 목표는
178
+ Ruby 언어, 문법, 구조, 일반적인 함수들과 라이브러리를 배우는 것입니다.
179
+ Koans에서는 문화도 가르칩니다 .
180
180
181
- [ Ruby Essentials] [ 7 ]
182
- : A free on-line book designed to provide a concise
183
- and easy to follow guide to learning Ruby .
181
+ [ Ruby Essentials] [ 7 ] (영문)
182
+ : 간결하고 따라 하기 쉬운 Ruby 가이드를 제공하는
183
+ 무료 온라인 책입니다 .
184
184
185
- [ Why’s (Poignant) Guide to Ruby] [ 5 ]
186
- : An unconventional but interesting book that will teach you Ruby
187
- through stories, wit, and comics. Originally created by * why the lucky
188
- stiff * , this guide remains a classic for Ruby learners .
185
+ [ Why’s (Poignant) Guide to Ruby] [ 5 ] (영문)
186
+ : 이야기, 재치, 만화를 통해 Ruby를 가르쳐주는 틀에 얽매이지 않는 재미있는
187
+ 책입니다. * Why the Lucky Stiff * 의 저작물로 Ruby를 배우는 사람을 위한
188
+ 고전입니다 .
189
189
190
- [ Learn Ruby the Hard Way] [ 38 ]
191
- : A very good set of exercises with explanations that guide you from
192
- the absolute basics of Ruby all the way to OOP and web development .
190
+ [ Learn Ruby the Hard Way] [ 38 ] (영문)
191
+ : 아주 기초적인 내용부터 OOP에서 웹 개발까지 다루는 매우 좋은 설명이
192
+ 달린 예제들입니다 .
193
193
194
- [ Programming Ruby] [ 9 ]
195
- : The seminal work on Ruby in English, this first edition of the
196
- [ Pragmatic Programmers’ book ] [ 10 ] is available for free online .
194
+ [ Programming Ruby] [ 9 ] (영문)
195
+ : 영어로 된 독창적인 Ruby 책입니다. [ Pragmatic Programmers의 책 ] [ 10 ]
196
+ 1판이 무료로 온라인에 공개되어 있습니다 .
197
197
198
- [ The Ruby Programming Wikibook] [ 12 ]
199
- : A free online manual with beginner and intermediate content plus a
200
- thorough language reference .
198
+ [ The Ruby Programming Wikibook] [ 12 ] (영문)
199
+ : 초보자와 중급자를 위한 무료 온라인 매뉴얼과
200
+ 언어 전체 레퍼런스입니다 .
201
201
202
202
[ 1 ] : https://try.ruby-lang.org/
203
203
[ 2 ] : https://rubykoans.com/
@@ -249,7 +249,7 @@ These links were more prominent but haven't been updated in ages.
249
249
[ poodr ] : https://www.poodr.com/
250
250
[ ruby-lsp ] : https://github.com/Shopify/ruby-lsp
251
251
[ rubyapi-org ] : https://rubyapi.org/
252
- [ rubyin20 ] : https://www.ruby-lang.org/en /documentation/quickstart/
252
+ [ rubyin20 ] : https://www.ruby-lang.org/ko /documentation/quickstart/
253
253
[ shopify_lsp] : https://shopify.github.io/ruby-lsp/editors.html )
254
254
[ vscode ] : https://code.visualstudio.com/docs/languages/ruby
255
255
[ zed ] : https://zed.dev/
0 commit comments