-
Notifications
You must be signed in to change notification settings - Fork 630
Remove mentions of defunct build platforms and runtimes #2123
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
base: master
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -153,11 +153,8 @@ Rubyは次に示すような豊富な機能を持っています。 | |||||
|
||||||
* OSが許すなら、Rubyは動的なライブラリ拡張をロードすることもできます。 | ||||||
|
||||||
* RubyはOSに依存しないスレッド機構を備えています。これによって、Rubyが動作するすべてのプラットフォーム上で、 | ||||||
OSのサポートなしに(MS-DOSだとしても!)マルチスレッド処理を扱えます。 | ||||||
|
||||||
* Rubyにはとても高い可搬性があります。Rubyは主にGNU/Linux上で開発されていますが、 | ||||||
UNIX、macOS、Windows、DOS、BeOS、OS/2など、多くのOSで動作します。 | ||||||
UNIX、macOS、Windows、多くのOSで動作します。 | ||||||
|
||||||
### さまざまなRuby処理系 | ||||||
|
||||||
|
@@ -174,13 +171,6 @@ MRI以外のRuby処理系には以下のようなものがあります。 | |||||
* [mruby][mruby]はRubyの軽量実装です。アプリケーションにリンクし、組み込むことができます。Rubyの作者であるまつもと ゆきひろ氏によって開発が進められています。 | ||||||
* [truffleruby][truffleruby]はGraalVM上に構築された高速なRuby実装です。 | ||||||
|
||||||
#### 以下のバージョンはここ数年ほとんどまたは全く更新されていませんが、引き続き利用可能です。 | ||||||
|
||||||
* [Rubinius][rubinius]は「Rubyで書かれたRuby」です。LLVM上に構築されています。LLVMは他の言語も構築されるよくできた仮想マシンです。 | ||||||
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. I guess deletion of this line is not intentional, because no other translations in this pull request does the same thing. 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. @shyouhei It was intentional. The other translations don't have that at all. They didn't separate frequently-updated from less-updated. I removed that line because all the less-frequently-updated ones are totally dead now. 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. OK, got it. Then you might want also want to delete the line starts with 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. @shyouhei This is done. 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.
This isn't entirely true, see: www.ruby-lang.org/en/about/index.md Line 189 in eb6223c
and: www.ruby-lang.org/ko/about/index.md Line 149 in eb6223c
|
||||||
* [IronRuby][ironruby]は、.Netフレームワークにしっかりと統合されたRuby処理系です。 | ||||||
* [MagLev][maglev]は、オブジェクトの永続化と分散共有キャッシュを持った、高速で安定したRuby処理系です。 | ||||||
* [Cardinal][cardinal]はPerl6用の仮想マシンである[Parrot][parrot]上のRubyコンパイラです。 | ||||||
|
||||||
### 参照リンク | ||||||
|
||||||
<sup>1</sup> Matz, ruby-talk メーリングリスト上での会話, [2000年5月12日][blade]。 | ||||||
|
@@ -200,10 +190,5 @@ MRI以外のRuby処理系には以下のようなものがあります。 | |||||
[artima]: http://www.artima.com/intv/closures2.html | ||||||
[tiobe]: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html | ||||||
[jruby]: http://jruby.org | ||||||
[rubinius]: http://rubini.us | ||||||
[mruby]: http://www.mruby.org/ | ||||||
[truffleruby]: https://github.com/oracle/truffleruby | ||||||
[ironruby]: http://www.ironruby.net | ||||||
[maglev]: http://maglev.github.io | ||||||
[cardinal]: https://github.com/parrot/cardinal | ||||||
[parrot]: http://parrot.org |
Uh oh!
There was an error while loading. Please reload this page.