mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
633b51aa6f
Add preview1 of Ruby 3.3 series. To handle pre-release version, Mk/bsd.ruby.mk is changed as following. * New variable RUBY_DISTVERSION is introduced. It keeps DISTVERSION of each ruby port (lang/rubyXY). * The value of RUBY_VERSION, RUBY_PORTVERSION, RUBY_WRKSRC and RUBY_DISTNAME is set by using that of RUBY_DISTVERSION ReleaseNotes: https://www.ruby-lang.org/en/news/2021/11/09/ruby-3-1-0-preview1-released/ PR: 259746 Approved by: maintainer timeout (> 1 month)
20 lines
701 B
Plaintext
20 lines
701 B
Plaintext
Ruby is the interpreted scripting language for quick and
|
|
easy object-oriented programming. It has many features to
|
|
process text files and to do system management tasks (as in
|
|
Perl). It is simple, straight-forward, and extensible.
|
|
|
|
Features of Ruby are shown below.
|
|
|
|
+ Simple Syntax
|
|
+ *Normal* Object-Oriented features(ex. class, method calls)
|
|
+ *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
|
|
+ Operator Overloading
|
|
+ Exception Handling
|
|
+ Iterators and Closures
|
|
+ Garbage Collection
|
|
+ Dynamic Loading of Object files(on some architecture)
|
|
+ Highly Portable(works on many UNIX machines, and on DOS,
|
|
Windows, Mac, BeOS etc.)
|
|
|
|
WWW: https://www.ruby-lang.org/en/
|