Echo JS
- Immutable Objects with `Object.freeze` http://designpepper.com/blog/drips/immutable-objects-with-object-freeze.html 3 comments
Hacker News
- Ruby adds a core class called Data to represent simple immutable value objects https://blog.saeloun.com/2022/11/22/data-immutable-object.html 181 comments
- Immutability and Value Objects http://hangar.runway7.net/immutability-and-value-objects 5 comments
- Clarification of Immutable and Mutable Objects in Scala http://leftnode.com/entry/clarification-of-immutable-and-mutable-objects-in-scala 3 comments
- Ruby adds a new core class called Data to represent simple immutable value objects https://blog.saeloun.com/2022/11/22/data-immutable-object 6 comments rails
- Ruby adds a new core class called Data to represent simple immutable value objects https://blog.saeloun.com/2022/11/22/data-immutable-object 23 comments ruby
- My attempt at transforming immutable objects https://github.com/openjdk/amber-docs/blob/master/eg-drafts/reconstruction-records-and-classes.md 7 comments java
- The Case Against Immutable Objects in Swift https://betterprogramming.pub/the-case-against-immutable-objects-88343bbd7912?sk=992614155a5300ec4cd7dd1e71e1f3fb 43 comments swift
- Use Immutable Objects https://dev.to/ovid/use-immutable-objects-4pbl 3 comments perl
- Early stage draft: Functional transformation of immutable objects https://github.com/openjdk/amber-docs/blob/master/eg-drafts/reconstruction-records-and-classes.md 15 comments java
- How to guarantee immutability of ref object passed into function https://forum.nim-lang.org/t/3374 11 comments nim
- Object Immutability In JavaScript https://dev.to/abdul_haseeb_/object-immutability-in-javascript-3ci2 5 comments javascript
- Micro::Attributes - Create "immutable" objects. No setters, just getters! https://www.reddit.com/r/ruby/comments/ie69i7/microattributes_create_immutable_objects_no/ 6 comments ruby
- Why do we want immutable objects? https://ovid.github.io/articles/using-immutable-datetime-objects-with-dbixclass.html 27 comments perl
- Java Recruitment Question Explained - What are immutable objects? https://www.devdiaries.net/blog/java-recruitment-questions-immutable-objects/ 14 comments java
- Technique for Immutable objects in .Net Framework, Dotnet Core, and .Net Standard https://www.codemag.com/article/1905041?utm_source=csharpdigest&utm_medium=email&utm_campaign=featured 11 comments csharp
- Object Pascal: Immutable State https://www.tmssoftware.com/site/blog.asp?post=453 3 comments delphi
- Does anyone have experience with immutable objects? https://www.reddit.com/r/csharp/comments/6mcstz/does_anyone_have_experience_with_immutable_objects/ 5 comments csharp
- Immutable objects and modeling dynamical systems https://www.reddit.com/r/scala/comments/6ln27x/immutable_objects_and_modeling_dynamical_systems/ 4 comments scala
- Modifying an element of a vector while holding immutable references to disjoint objects https://en.wikipedia.org/wiki/Flocking_(behavior) 6 comments rust
- The Case Of The Immutable Map and Object Who Forgot To Override HashCode http://asyncified.io/2016/08/27/the-case-of-the-immutable-map-and-object-who-forgot-to-override-hashcode/ 4 comments scala
- Less verbose immutable object assignment? https://www.reddit.com/r/javascript/comments/4lytib/less_verbose_immutable_object_assignment/ 8 comments javascript
- Freeze: Make any object immutable https://github.com/lukechampine/freeze 29 comments golang
- US patent application 20140196008 'IMMUTABLE OBJECT TYPES' http://patents.stackexchange.com/questions/10128/prior-art-for-us-patent-application-20140196008-immutable-object-types 37 comments programming
- scour.js - Traverse objects and arrays immutably http://ricostacruz.com/scour/ 4 comments javascript
- Lenses in Swift, or how to change parts of immutable objects http://narf.pl/posts/lenses-in-swift 6 comments swift
- Immutable Objects with Javascript http://kostasbariotis.com/immutable-objects-javascript/ 3 comments javascript
- Using Immutable Objects for Persistence in Java http://vlkan.com/blog/post/2015/03/21/immutable-persistence/ 30 comments programming
- How to deal with shared "object" and immutability http://stackoverflow.com/questions/27449244/how-to-model-relation-efficiently-in-haskell-with-mutable-data 64 comments haskell
- Immutable Object Oriented Language? http://www.cs.utexas.edu/~wcook/Drafts/2009/essay.pdf 61 comments compsci
- How Immutability Helps In Object Design http://www.yegor256.com/2014/11/07/how-immutability-helps.html?2014-44 37 comments programming
- Proper Objects Should Be Immutable, Don't You Think? http://www.yegor256.com/2014/06/09/objects-should-be-immutable.html 124 comments programming
- Easier Immutable Objects in C# 6 and VB 12 http://www.infoq.com/news/2014/08/Record-Class 15 comments dotnet
- Easier Immutable Objects in C# 6 http://www.infoq.com/news/2014/08/record-class 16 comments csharp
- From Object to Functional - Immutability http://valve.github.io/blog/2014/07/04/from-object-to-functional-immutability/ 8 comments programming
- Objects Should Be Immutable http://www.yegor256.com/2014/06/09/objects-should-be-immutable.html 29 comments java
- Simple immutable objects http://blogs.msdn.com/b/andrewarnottms/archive/2013/01/08/simple-immutable-objects.aspx 8 comments dotnet
- Functional programming & immutable objects explained — IRC style http://itmmetelko.com/blog/2008/02/23/functional-programming-immutable-objects-explained-irc-style/ 99 comments programming
- Automatically generating an immutable value object implementation for Interface. http://www.vertigrated.com/blog/2015/09/automatically-generating-an-immutable-value-object-implementation-for-interface/ 5 comments java
- Optifine dev: "Minecraft 1.8 has so many performance problems that I just don't know where to start with." Interesting starting point for discussion of GC tuning, immutable objects, programming for multi-core, etc. http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272953-optifine-hd-a4-fps-boost-hd-textures-aa-af-and#c43757 175 comments programming