From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id EA09A1A8023D for ; Thu, 28 Jul 2016 09:59:08 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 2E0E7B5DCCE for ; Thu, 28 Jul 2016 10:32:55 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id A771818D21AC for ; Thu, 28 Jul 2016 04:17:24 +0900 (JST) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 92F79120518; Thu, 28 Jul 2016 04:17:19 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id BCF421204D8 for ; Thu, 28 Jul 2016 04:17:14 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=ufIhWWlZZC4LOWpC2G/rkvc/GXI=; b=jW6zgs1cPude98pEds Bi6wnLiDsVma/YM6+jlcRZLm77/eTG7Gd9RqUVeCLK+jZ5BpRGmuO3Fu3v8Mohv2 Do7yBihX5w1PS09vaeh8Dl3wBthsT6r15lTdV3fVvK6squ1GxwGaAdXwFUesUPrn fnvwcGtam5ARtgyBVrjUEMyN0= Received: by filter0459p1mdw1.sendgrid.net with SMTP id filter0459p1mdw1.32104.579908B42A 2016-07-27 19:17:08.517125256 +0000 UTC Received: from herokuapp.com (ec2-54-80-200-80.compute-1.amazonaws.com [54.80.200.80]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id ze0l-jNmSSSrUZgpmLkOXg Wed, 27 Jul 2016 19:17:08.536 +0000 (UTC) Date: Wed, 27 Jul 2016 19:17:08 +0000 From: non.dmitriy@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 51354 X-Redmine-Project: common-ruby X-Redmine-Issue-Id: 10273 X-Redmine-Issue-Author: atlas X-Redmine-Sender: Nondv X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS4aPGfJ9ZW1EZOiGwsjARORX9UbBAzmoqtNXK YXpeT2yezsZuMk8lxljCPp55EZUfKqIHgaGCuAegwiRFehogbCab+YkpRqZ5SPuxeD9+eNd+0B8SDt fYSBS9i21XQOk3z6y/XRHM510C5UOnHl1nH8AK2vzDB38ILJeYINI3Fb0w== X-ML-Name: ruby-core X-Mail-Count: 76590 Subject: [ruby-core:76590] [CommonRuby Feature#10273] Immutable Ruby X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #10273 has been updated by Dmitriy Non. I am sorry, it would be absolutely different programming language wouldn't it? ---------------------------------------- Feature #10273: Immutable Ruby https://bugs.ruby-lang.org/issues/10273#change-59814 * Author: Atlas Prime * Status: Open * Priority: Normal * Assignee: ---------------------------------------- I watched Matz recent keynote about the future of Ruby. I wonder if Ruby can become an immutable language? That could be expedited by a port of Clojure's immutable types. Then add concurrency and distributed computing (perhaps modeled after Erlang). That surely would be a-ma-zing! Yet, I am not sure how well OOP can mix with this. But if it can be figured out, I think it would be worth it --more than anything else I can conceive of for a Ruby 3.0. Of course, this is also a HUGE change. -- https://bugs.ruby-lang.org/