We are pleased to announce the release of Ruby 3.4.0-rc1.
通过模块化垃圾收集功能,可以动态加载具体的垃圾收集器(GC)实现。 若要启用此功能,可以在构建 Ruby 时,使用 --with-modular-gc 参数。 运行时可以通过环境变量 RUBY_GC_LIBRARY 加载 GC 库。
--yjit-mem-size 커맨드 라인 옵션(기본값 128 MiB)을 통해 YJIT의 통합 메모리 제한을 추가했습니다. 이는 이전 --yjit-exec-mem-size보다 직관적이며, YJIT의 전체 메모리 사용량을 추적합니다. 이제 RubyVM::YJIT ...
我們很高興宣布 Ruby 3.4.0-rc1 發佈了。 模組化垃圾收集器功能可以動態載入替代垃圾收集器實作。 要啟用該功能,在建置 Ruby 時設定 --with-modular-gc。 垃圾收集器函式庫可以在運行環境使用環境 ...
This is a small Ruby tutorial that should take no more than 20 minutes to complete. It makes the assumption that you already have Ruby installed. (If you do not have Ruby on your computer install it ...
現在メンテナンスされている Ruby のバージョンについての情報はRuby ブランチごとのメンテナンス状況を参照してください。 バージョンごとの Ruby のリリース一覧 これはRubyのリリース一覧 ...
Dynamiczny język programowania skupiający się na prostocie i wydajności. Ma elegancką składnię, którą czyta się naturalnie i jest łatwa w zapisie. Pobierz Rubiego lub Czytaj więcej... This translation ...
Math é um módulo nativo para funções matemáticas. Os módulos têm dois papeis em Ruby. Este é um desses papeis: agrupar métodos semelhantes sob um nome familiar. Math também contém métodos como sin() e ...
Ini adalah sebuah tutorial mini Ruby yang bisa diselesaikan tidak lebih dari 20 menit. Dengan asumsi Anda sudah menginstal Ruby. (Jika Anda belum menginstal Ruby pada komputer Anda, instalasi terlebih ...
Ruby는 균형잡힌 언어입니다. Ruby를 만든 유키히로 마츠모토(일명 마츠)는 그가 좋아하는 언어인 Perl, Smalltalk, Eiffel, Ada, Lisp를 섞어서 명령형 프로그래밍 언어이자 함수형 언어인 새로운 언어를 ...
No Linux/UNIX, você pode usar o sistema de gerenciamento de pacotes da sua distribuição ou ferramentas de terceiros (rbenv e RVM). Em máquinas com macOS, você pode usar ferramentas de terceiros (rbenv ...
Python is another very nice general purpose programming language. Going from Python to Ruby, you’ll find that there’s a little bit more syntax to learn than with Python.