From: hanmac@... Date: 2019-11-13T13:31:46+00:00 Subject: [ruby-core:95843] [CommonRuby Feature#16347] InmutableObject Issue #16347 has been updated by Hanmac (Hans Mackowiak). i don't think "Functional Programming" works the way you think in ruby. in Ruby everything is an Object so it is always OOP, even your FP is just fake with OOP to make an object not changeable you might freeze it after you created it. (or even deep freeze it for all the attributes and instance variables too?) for Immutable + Ruby i found this: https://www.rubypigeon.com/posts/a-review-of-immutability-in-ruby/ ---------------------------------------- Feature #16347: InmutableObject https://bugs.ruby-lang.org/issues/16347#change-82676 * Author: dvarrui (David Vargas) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- I notice Ruby is OOP language but also includes Functional programming features. But it's no 100% FP. I like OOP, and Ruby but I think its good idea adding more features to our Ruby... always with respect at ruby wat. (Fun for developers) ================ INMUTABLE OBJECT ================ I know every Class inherits from Object and then inherits from BasicObject. So I wonder if it could be posible create InmutableObject so... every class descending from InmutableObject... its also force to be Inmutable. Perhaps with this option... it could be posible to be 100% FP and 100% OOP. Could I do something more about this theme? Thanks for your attention! -- https://bugs.ruby-lang.org/ Unsubscribe: