Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 11c07bc

Browse files
authored
Merge pull request #7 from chooyan-eng/master
Add message from @chooyan-eng (en / ja)
2 parents 670cedb + 291c577 commit 11c07bc

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

chooyan-eng.en.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Message from a beginner of Ruby
2+
3+
Honestly saying, I'm just one of the beginner Rubyist, so I cannot say how nice in detail Ruby is or what the biggest feature of Ruby is. However, I CAN say "Ruby is nice!"
4+
5+
The grammer of Ruby is flexible enough for programmers to make code shorter, clearer, or more readable as long as we have our idea. We can implement what we want only with calling a couple of APIs Ruby provides. And within various communities, we can discuss how we manage that huge power of Ruby.
6+
7+
I made a GitHub repository "[CodeYourRuby](https://github.com/chooyan-eng/code-your-ruby)", where the beginners of Ruby can discuss with the experienced Rubyists with their own code, because discussion with the experienced must be the big help to enhance our knowledge about Ruby. I beleave leaning Ruby will make our development more comfortable and enjoyable.
8+
9+
More and more people are learning programming recently. I beleave Ruby will be one of the most awesome language for every learners around the world in the next 25 years.
10+
11+
Happy Birthday, Ruby!
12+
13+
# Tsuyoshi Chujo
14+
Freelance engineer of Web services (mainly with Java). Learning Ruby since an year ago and managing GitHub repository "[CodeYourRuby](https://github.com/chooyan-eng/code-your-ruby)".
15+
16+
* Twitter: [@chooyan_i18n](https://twitter.com/chooyan_i18n)
17+
* dev.to: [@chooyan](https://dev.to/chooyan)
18+
* Qiita: [@chooyan-eng](https://qiita.com/chooyan_eng)

chooyan-eng.ja.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 初心者から見たRuby
2+
最初に白状してしまいます。僕はRubyを初めてまだ1年と経っていません。
3+
4+
いや、最初に`p "hello world"`を書いた瞬間からの経過時間という意味では1年以上経っているのかもしれませんが、仕事などで継続的に書いているわけではないため、やはりRubyを始めたばかりという段階です。25周年というのも、このメッセージの募集で初めて知ったくらいです(!)
5+
6+
しかし、そんなRuby学習中の僕だからこそ、[CodeYourRuby](https://github.com/chooyan-eng/code-your-ruby)というRuby学習者のためのGitHubリポジトリを作ってみよう、という発想に思い至りました。
7+
8+
CodeYourRubyについての説明は[README.md](https://github.com/chooyan-eng/code-your-ruby/blob/master/README.md)に任せるとして、ここでは僕がそんなリポジトリを作ろうと思うほどRubyにのめり込んだ理由について書いてみたいと思います。
9+
10+
素人目でこんなこと言うのはとても恐縮してしまいますが、Rubyはとても「カッコよく」て「オシャレ」な言語だと思います。
11+
12+
書く人のアイデアと工夫によっていくらでも簡潔に、または効率的に書ける柔軟性のある文法、プログラマーがやりたいことを先回りしてやってくれる豊富な標準API、そしてその大きなパワーの良い使い方を議論できる活発なコミュニティなど、今まで僕が7年間書いてきたJavaにはない良さがたくさん詰まっています。(あ、「Javaよりも良い」と言っているわけではありません。JavaにはJavaの良さが別にあり、僕はそれが好きでJavaを書いています。)
13+
14+
Rubyは初心者にとって、次から次へと新しい体験ができる楽しい言語です。そして、さらに「カッコよく」て「オシャレ」なコードを書きたい、という欲求から自然と標準APIやOSSのソースを読み行き、そこで得たアイデアを自分のコードに取り入れ、さらにもっとカッコよい書き方を、、、という良いサイクルを作ることができる、学習者にとって理想的な言語です。
15+
16+
そんなRubyをより多くの人が仕事にできるよう、とっても微力ながら僕もCodeYourRubyで貢献できたら嬉しく思います。
17+
18+
教養としてのプログラミングの重要性が増してくる昨今で、これからさらに世界中の開発現場で使われるであろうRubyを通してひとりでも多くの人がプログラミングの楽しさを体感し、ひとりでも多くの人が新しいものづくりに携われる世の中が来る日を想像しつつ、今は僕もいちビギナーとしてRubyを楽しみたいと思います。
19+
20+
# 中條 剛(ちゅうじょう つよし)
21+
22+
Ruby勉強中のフリーランスエンジニア。Ruby学習者が自分のコードをRuby経験者にレビューしてもらえるGitHubリポジトリ「[CodeYourRuby](https://github.com/chooyan-eng/code-your-ruby)」を作りました。
23+
24+
* Twitter: [@chooyan_i18n](https://twitter.com/chooyan_i18n)
25+
* dev.to: [@chooyan](https://dev.to/chooyan)
26+
* Qiita: [@chooyan-eng](https://qiita.com/chooyan_eng)

0 commit comments

Comments
 (0)