Ruby
Discover web apps built with Ruby on Rails
What is We Use Rails? We Use Rails is a curated directory of web apps built with Ruby on Rails….
AndyObtiva/glimmer: DSL Framework consisting of a DSL Engine and a Data-Binding Library used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Opal (Pure Ruby Web GUI), Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library), Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library), Glimmer DSL for GTK (Ruby-GNOME Desktop Development GUI Library), Glimmer DSL for XML (& HTML), and Glimmer DSL for CSS
DSL Framework for Ruby GUI and More If You Liked Shoes, You’ll Love Glimmer! (Original Glimmer Library Handling World’s Ruby…
Ruby 3.4 highlights
Alright, you know the drill. The Ruby team do the hard work of putting together a new version packed with…
Lightstorm: minimalistic Ruby compiler – The LLVM Project Blog
Some time ago I was talking about an ahead-of-time Ruby compiler. We started the project with certain goals and hypotheses…
NEWS – Documentation for Ruby 3.4
NEWS – Documentation for Ruby 3.4 ☰ Validate Generated by RDoc 6.10.0. Based on Darkfish by Michael Granger. This document…
Ruby 3.4.0 Released
Posted by naruse on 25 Dec 2024 We are pleased to announce the release of Ruby 3.4.0. Ruby 3.4 adds…
The intricacies of implementing memoization in Ruby
a 30-minute read (5600 words) In the never-ending quest to write code that is performant, we have many techniques at our…
Calculating the largest known prime in Ruby
Looking to impress your Ruby friends by calculating the largest known prime, 2 ** 136_279_841-1? On Ruby 3.4.0-preview2 and earlier,…