Ruby adds a new core class called Data to represent immutable value objects

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ruby

    The Ruby Programming Language

  • > Ruby 3.1 adds a new core class called Data

    Typo? Ruby 3.1 was last year's version and the commit just got merged in September. It's mentioned in the NEWS file for 3.2.0 Preview 3: https://github.com/ruby/ruby/blob/v3_2_0_preview3/NEWS.md

    Looks cool though and I have several immutable key Structs in my current project that will be more appropriately implemented with Data. As the posts mentions, it will be nice to stop having to override `#to_a` to return nil to avoid Struct's collection-like behavior: https://github.com/okeeblow/DistorteD/blob/NEW%E2%80%85SENSA...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 🚀Secure Rails Authentication: A Step-by-Step Guide to Sign Up, Log In, and Log Out

    1 project | dev.to | 12 Apr 2024
  • Ruby – Implement Chilled Strings

    1 project | news.ycombinator.com | 19 Mar 2024
  • Tests Everywhere - Ruby

    3 projects | dev.to | 23 Nov 2023
  • YJIT Is the Most Memory-Efficient Ruby JIT

    3 projects | news.ycombinator.com | 14 Nov 2023
  • M:N thread scheduler for Ractors has been merged!

    1 project | /r/ruby | 14 Oct 2023