From 165d704bbc12b1df2ef940895f22c8b3ea34b619 Mon Sep 17 00:00:00 2001 From: comadev Date: Tue, 19 Mar 2013 10:17:54 +0900 Subject: [PATCH 1/2] ko create ko create --- web/ko/index.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 web/ko/index.html diff --git a/web/ko/index.html b/web/ko/index.html new file mode 100644 index 00000000..cdae22cd --- /dev/null +++ b/web/ko/index.html @@ -0,0 +1,49 @@ +--- +layout: default +title: Scala School +--- + +
+

Scala School!

+

From ∅ to Distributed Service

+
+ + +
+
+

Other Languages: Русский

+ +

About

+

Scala school started as a series of lectures at Twitter to prepare experienced engineers to be productive Scala programmers. Scala is a relatively new language, but draws on many familiar concepts. Thus, these lectures assumed the audience knew the concepts and showed how to use them in Scala. We found this an effective way of getting new engineers up to speed quickly. This is the written material that accompanied those lectures. We have found that these are useful in their own right. +

+ +

Approach

+

We think it makes the most sense to approach teaching Scala not as if it were an improved Java but instead as a new language. Experience in Java is not expected. Focus will be on the interpreter and the object-functional style as well as the style of programming we do here. An emphasis will be placed on maintainability, clarity of expression, and leveraging the type system.

+

Most of the lessons require no software other than a Scala REPL. The reader is encouraged to follow along, but also to go further! Use these lessons as a starting point to explore the language.

+ +

Also

+

You can learn more elsewhere: +

+ +
+
+

Lessons

+
+ {% for lesson in site.lessons %} +
{{ lesson.title }}
+
{{ lesson.desc }}
+ {% endfor %} +
+
+
+ + + + Fork me on GitHub + + + From 671f1813509ad97a38c72cc2df897ddb61b892fd Mon Sep 17 00:00:00 2001 From: comadev Date: Tue, 19 Mar 2013 17:54:15 +0900 Subject: [PATCH 2/2] index.html korean translation index.html korean translation --- web/index.html | 2 +- web/ko/index.html | 37 ++++++++++++++++++++++++++++++------- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/web/index.html b/web/index.html index cdae22cd..b5514b8c 100644 --- a/web/index.html +++ b/web/index.html @@ -11,7 +11,7 @@

Scala School!

-

Other Languages: Русский

+

Other Languages: Русский   한국어

About

Scala school started as a series of lectures at Twitter to prepare experienced engineers to be productive Scala programmers. Scala is a relatively new language, but draws on many familiar concepts. Thus, these lectures assumed the audience knew the concepts and showed how to use them in Scala. We found this an effective way of getting new engineers up to speed quickly. This is the written material that accompanied those lectures. We have found that these are useful in their own right. diff --git a/web/ko/index.html b/web/ko/index.html index cdae22cd..03810466 100644 --- a/web/ko/index.html +++ b/web/ko/index.html @@ -11,21 +11,44 @@

Scala School!

-

Other Languages: Русский

+

Other Languages: Русский   한국어

About

-

Scala school started as a series of lectures at Twitter to prepare experienced engineers to be productive Scala programmers. Scala is a relatively new language, but draws on many familiar concepts. Thus, these lectures assumed the audience knew the concepts and showed how to use them in Scala. We found this an effective way of getting new engineers up to speed quickly. This is the written material that accompanied those lectures. We have found that these are useful in their own right. + +

Scala school은 생산적인 경험이 풍부한 엔지니어를 준비하는 Scala 프로그래머를 위해 Twitter에서 일련의 강의 시리즈로 시작했습니다. Scala는 새로운 언어이지만, 많은 익숙한 개념에 의존하고 있습니다. 따라서 이 강의는 독자들이 개념을 알고 있다고 가정하고 Scala에서 사용하는 방법을 설명했습니다. 이 방법이 짧은 시간에 새로운 엔지니어를 얻을 수 있는 효과적인 방법이라고 생각합니다. 이것은 강의 서면 자료입니다. 이 강의가 엔지니어들에게 유용할것입니다.

Approach

-

We think it makes the most sense to approach teaching Scala not as if it were an improved Java but instead as a new language. Experience in Java is not expected. Focus will be on the interpreter and the object-functional style as well as the style of programming we do here. An emphasis will be placed on maintainability, clarity of expression, and leveraging the type system.

-

Most of the lessons require no software other than a Scala REPL. The reader is encouraged to follow along, but also to go further! Use these lessons as a starting point to explore the language.

+ +

우리는 새로운 언어처럼 그뿐 아니라 자바를 항상 연구한것 처럼 스칼라에 접근하는 것은 가장 좋은 방법이 아니라고 생각합니다. 자바의 경험은 필요합니다. 초점은 interpreter , object-functional 스타일 및 우리들이 작업하는 프로그래밍 스타일이 될 것입니다. 중점은 유지 보수성, 표현의 명확성, 그리고 형 시스템의 활용에 두는것이 중요할 것이다.

+

수업의 대부분은 Scala의 REPL 이외의 소프트웨어가 필요하지 않습니다. 독자가 함께 따라하는것을 장려 하지만, 또한 더 나가! Scala를 탐구하기위한 출발점으로, 교육을 활용할 수 있습니다.

Also

-

You can learn more elsewhere: + +

다른 곳에서 더 배울수 있습니다: