Hacker News new | ask | show | jobs
by Xenoamorphous 1712 days ago
Same as Java’s final, isn’t it. You can use final when declaring a reference to an object but that doesn’t make the object itself immutable, just the reference itself.