Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1YOeZD-0005aB-M7 for bitcoin-development@lists.sourceforge.net; Fri, 20 Feb 2015 03:47:51 +0000 Received: from mail-wg0-f50.google.com ([74.125.82.50]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1YOeZA-0003vP-QS for bitcoin-development@lists.sourceforge.net; Fri, 20 Feb 2015 03:47:51 +0000 Received: by mail-wg0-f50.google.com with SMTP id l2so10826232wgh.9 for ; Thu, 19 Feb 2015 19:47:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=EK175ktgodoDfPVXrknlpC8v/h64hAxoXPERdoOjPmE=; b=kPd1vPIMs73oqECVaayq0kJmLYItQQ+iVC3oY35fdZVFnZlx0fDhH8y5vuthyBzmAW pMGjkR4kLlWt/EF2yVsRUxhg3tt5vMlyLv7lK48Zu7+ymeN1doiV79P/+ZIt2ch1+alb PSfQBLjMlF1kKxZcoda5KSKuGJEdThx4L6x+8GccsYzKHLLULSztSgz4DSiijeI+4A/a Fys253Y4igHweADwND2r/dlZsFgAoq/Z2BiADKMd7Zu2l/z1J9yJc3VcrvJlYij6WljS kEPOSg83WNonjPlj0ZOVeQ05n1/n1i0WlTmwCrb6Vc15HxYL3cNultkIcAyhotYTVPNX g9qw== X-Gm-Message-State: ALoCoQmagMbjfapTFDpES//NMlEguTUthuxusc1vSkh80lQtvluFZPSox08P3eMRJNiVuthZwzzh MIME-Version: 1.0 X-Received: by 10.180.108.13 with SMTP id hg13mr1768889wib.7.1424404062091; Thu, 19 Feb 2015 19:47:42 -0800 (PST) Received: by 10.194.133.74 with HTTP; Thu, 19 Feb 2015 19:47:41 -0800 (PST) X-Originating-IP: [208.90.213.195] In-Reply-To: References: <54DE7601.4070509@voskuil.org> <54DF07A5.1060004@voskuil.org> <54DF2E80.5060506@voskuil.org> <20150214131320.GA26731@savin.petertodd.org> <3D4F2E23-CADE-4FE7-B960-3F79815E868C@bitsofproof.com> <20150215170228.GB21269@savin.petertodd.org> <20150219033205.GS14804@nl.grid.coop> <065C5F2E-FC1D-4994-A39A-9125D663FC71@petertodd.org> <5944A0DB-DFE9-4D30-9049-AD38F37E3756@bitsofproof.com> Date: Fri, 20 Feb 2015 04:47:41 +0100 Message-ID: From: =?UTF-8?B?Sm9yZ2UgVGltw7Nu?= To: Mike Hearn Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. X-Headers-End: 1YOeZA-0003vP-QS Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] On Rewriting Bitcoin (was Re: [Libbitcoin] Satoshi client: is a fork past 0.10 possible?) X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 03:47:51 -0000 On Thu, Feb 19, 2015 at 6:30 PM, Mike Hearn wrote: >> He didn't said "a project for all possible language bindings", just >> java bindings. Other languages' bindings would be separate projects. > > > Yes/no/sorta. > > Java/JNA bindings can be used from Python, Ruby, Javascript, PHP as well as > dialects of Haskell, Lisp, Smalltalk and a bunch of more obscure languages > like Scala, Kotlin, Ceylon, etc. > > It makes more sense to talk about bindings to particular runtimes these > days, rather than particular languages. Oh, I didn't knew that. Thanks for the clarification.