InfoQ

InfoQ

Topic/Tag specific view

MacRuby Content on InfoQ


Latest featured content about MacRuby

Ruby VMs: A Comparison

Topics
JRuby,
Virtual Machines,
IronRuby,
Ruby,
JVM Languages,
Runtimes,
Java,
.NET Languages,
Dynamic Languages,
QCon San Francisco 2008,
QCon,
Languages,
.NET,
Conferences,
Programming,
Ruby1.9,
MagLev,
Language,
Rubinius,
MacRuby

A look at the different Ruby virtual machines (JRuby, MagLev, IronRuby, Rubinius, MacRuby) and how to choose what fits best within the enterprise.

News about MacRuby

Ruby Slims Down for Mobile with MRuby, RubyMotion, Ruboto

Topics
Ruby,
Dynamic Languages,
Languages,
iOS,
Mobile,
MacRuby,
Programming,
Operating Systems,
ISO

In the past weeks, a number of new Ruby implementations and dialects have appeared: the lightweight, ISO compliant MRuby; and MobiRuby and RubyMotion that let you write iOS apps in Ruby.

A Statically Compiled Ruby for iOS

Topics
Ruby,
Dynamic Languages,
Languages,
iOS,
MacRuby,
Programming,
Mobile,
Operating Systems,
Mac Ruby

A statically compiled variant of Ruby is now available for building applications that target iOS devices. Known as RubyMotion, this language and tool chain from HipByte fully conforms to Apple’s App Store guidelines.

MacRuby Roundup: Ruby Apps Show Up in Mac AppStore, MacRuby in Lion, XCode 4 Support

Topics
Ruby,
Runtimes,
Java,
Dynamic Languages,
Languages,
Desktop,
User Interface,
Apple,
Xcode,
Programming,
Rich Client / Desktop,
Mac Ruby,
MacRuby,
MacOS

The MacRuby team's busy working towards MacRuby 1.0, recently with the 0.10 release which adds XCode 4 support. Meanwhile, the first applications written using MacRuby have shown up in the Mac AppStore. Also: MacRuby seems to be part of the upcoming "Lion", Mac OS X 10.7.

Ruby VM Roundup: MacRuby 0.8, Rubinius 1.2, MRI 1.8.7 and 1.9.2 Updates

Topics
Ruby,
Runtimes,
Java,
Debuggers,
Dynamic Languages,
Monitoring,
Debugging,
Languages,
Programming,
Performance & Scalability,
Rubinius,
Ruby1.9,
MacRuby,
Mac Ruby

A whole batch of new Ruby VM releases is available. MacRuby 0.8 fixes bugs and begins the path to 1.0. Rubinius 1.2 improves memory efficiency and the debugger. MRI received new patch levels: 1.8.7-p330 and 1.9.2-p136, the first big bug fix update to 1.9.2.

MacRuby Roundup: 0.7 Released, GCD-based Web Server, BridgeSupport

Topics
Virtual Machines,
Ruby on Rails,
Ruby,
Runtimes,
Dynamic Languages,
Java,
Languages,
Concurrency,
Threading,
Programming,
Rich Client / Desktop,
Apple,
MacRuby,
MacOS,
Mac Ruby

MacRuby 0.7 is out, with the usual performance and compatibility improvements, including Ruby 1.9.2 compatibility. To demonstrate MacRuby's tight integration with Snow Leopard's Grand Central Dispatch (GCD), the team has released ControlTower, a Rack-based web server. Also: with the new BridgeSupport, all native APIs can now be accessed and scripted.

LLVM 2.8 Released

Topics
JVM,
Virtual Machines,
Ruby,
Runtimes,
Java,
Dynamic Languages,
Mono,
Languages,
.NET,
Compilers,
Programming,
CLR,
Language,
Architecture,
LLVM,
MacRuby

The LLVM team yesterday released LLVM 2.8, the low-level virtual machine infrastructure that includes a next-generation C/C++ compiler, optimiser, and run-time. In addition, the LLVM also sports a VMKit for CLR and JVM runtime and is used in tools as diverse as MacRuby and Python's Unladen Swallow. Additionally, the recently-released Mono 2.8 has a mono-llvm runtime. So what's new in LLVM 2.8?

MacRuby 0.6 With GCD and Threading Improvements, Fast Debugger, AOT

Topics
Ruby,
Runtimes,
Dynamic Languages,
Debuggers,
Java,
Debugging,
Languages,
Ruby1.9,
Programming,
Apple,
Rich Client / Desktop,
MacRuby,
MacOS

MacRuby 0.6 is available now, bringing debugging and vastly improved Grand Central Dispatch (GCD) support. A lot of the core functionality has been overhauled, such as a new String implementation and a new thread-safe Regex library which replaces Oniguruma. MacRuby's now considered stable for Cocoa development.

MacRuby 0.5 Beta Brings JIT, AOT, GCD Support, Removes GIL

Topics
Ruby,
Dynamic Languages,
GarbageCollection,
Threading,
Languages,
Compilers,
Performance & Scalability,
Programming,
Apple,
iPhone,
LLVM,
MacRuby,
MacOS

The first beta of MacRuby 0.5 is available, complete with a new VM, JIT and AOT - and without the GIL. InfoQ talked to the MacRuby core team about the state of MacRuby and whether there'll be a way to write Ruby apps for the iPhone using MacRuby.

Ruby VM Roundup: MacRuby Progress, IronRuby, Ruby 1.9.2 Delay

Topics
Ruby,
Runtimes,
IronRuby,
Dynamic Languages,
.NET Languages,
Java,
.NET,
Threading,
Languages,
Concurrency,
Programming,
MacOS,
Rubinius,
Ruby1.9,
MacRuby

MacRuby is nearing its first RC for 0.5 and adds support for Grand Central Dispatch. A new IronRuby release is available, Ruby 1.9.2 might be delayed, and Rubinius joins the group of 1.8.7 compliant Ruby implementations.

Ruby 1.9 Roundup: Ruby-debug on 1.9, Ruby Switcher, MacRuby

Topics
Ruby,
Runtimes,
Java,
Dynamic Languages,
Debuggers,
Languages,
Debugging,
Programming,
Ruby1.9,
MacRuby

A first incarnation of ruby-debug support on 1.9 is now available. Ruby switcher makes it easy to run different Ruby versions in parallel. Also: MacRuby's experimental branch was merged into MacRuby Trunk.