Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from <gubatron@gmail.com>) id 1YOZzS-0007gK-1M for bitcoin-development@lists.sourceforge.net; Thu, 19 Feb 2015 22:54:38 +0000 Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.192.46 as permitted sender) client-ip=209.85.192.46; envelope-from=gubatron@gmail.com; helo=mail-qg0-f46.google.com; Received: from mail-qg0-f46.google.com ([209.85.192.46]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1YOZyk-0007rw-7u for bitcoin-development@lists.sourceforge.net; Thu, 19 Feb 2015 22:54:38 +0000 Received: by mail-qg0-f46.google.com with SMTP id z107so10295111qgd.5 for <bitcoin-development@lists.sourceforge.net>; Thu, 19 Feb 2015 14:53:48 -0800 (PST) X-Received: by 10.140.82.234 with SMTP id h97mr16338178qgd.75.1424386428679; Thu, 19 Feb 2015 14:53:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.39.50 with HTTP; Thu, 19 Feb 2015 14:53:27 -0800 (PST) In-Reply-To: <54E6590E.6030403@msgilligan.com> References: <CABm2gDo_sYjNWU6EEsKmOXt5uUu87Lj1oFzqio79MxSx2SYrNg@mail.gmail.com> <54DE7601.4070509@voskuil.org> <CABm2gDpt60B=Sf_2X9xt4fPH7x4fff7K4h36XfosHigV5tP+4Q@mail.gmail.com> <54DF07A5.1060004@voskuil.org> <CABm2gDoS+XOR7Ugt91kNWNdvwsb1_Zb-aO0sma_Xps2Sx-0N5g@mail.gmail.com> <54DF2E80.5060506@voskuil.org> <20150214131320.GA26731@savin.petertodd.org> <3D4F2E23-CADE-4FE7-B960-3F79815E868C@bitsofproof.com> <20150215170228.GB21269@savin.petertodd.org> <E0CB8E24-C67D-48B1-8D9F-2B71BAF13446@bitsofproof.com> <20150219033205.GS14804@nl.grid.coop> <065C5F2E-FC1D-4994-A39A-9125D663FC71@petertodd.org> <EEF57CF9-5AFC-465B-ABA7-1B53118D6A5E@bitsofproof.com> <CABaSBawRXzeoHEvVBJK_JpvrtZq6tzhASRf3JLsz=skbrMq1QA@mail.gmail.com> <5944A0DB-DFE9-4D30-9049-AD38F37E3756@bitsofproof.com> <CABm2gDqk0GbzWV-J1ZqTgeSpruiq=sxTmt6bquJ406WNDaiVrA@mail.gmail.com> <CANEZrP07pZ_SpKJVeAsnR+-663G670_ES1qJZwbNDT4rGHE24g@mail.gmail.com> <54E6590E.6030403@msgilligan.com> From: Angel Leon <gubatron@gmail.com> Date: Thu, 19 Feb 2015 17:53:27 -0500 Message-ID: <CADZB0_a4s=FKgerT5zud1EP9DbWPXgAOi-0N2UqvwG16Usvshg@mail.gmail.com> To: Sean Gilligan <sean@msgilligan.com> Content-Type: multipart/alternative; boundary=001a11c135d81aba94050f78cf98 X-Spam-Score: -0.6 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (gubatron[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1YOZyk-0007rw-7u Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> 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: <bitcoin-development.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> List-Post: <mailto:bitcoin-development@lists.sourceforge.net> List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe> X-List-Received-Date: Thu, 19 Feb 2015 22:54:38 -0000 --001a11c135d81aba94050f78cf98 Content-Type: text/plain; charset=UTF-8 I strongly suggest you take a look at swig for doing this. It's very straightforward generating bindings in an automated fashion with it. http://www.swig.org/ You could probably have it done in one or two days with Swig. Once you do the Java bindings with it, it'll be a few adjustments and you'll have bindings for other languages as well. http://twitter.com/gubatron On Thu, Feb 19, 2015 at 4:43 PM, Sean Gilligan <sean@msgilligan.com> wrote: > On 2/19/15 9:30 AM, Mike Hearn wrote: > > > > 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. > > I'm definitely interested in helping to create and test JVM bindings. > Where should such a project be launched? As a subproject of bitcoinj? > > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > --001a11c135d81aba94050f78cf98 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">I strongly suggest you take a look at swig for doing this.= It's very straightforward generating bindings in an automated fashion = with it.<br><a href=3D"http://www.swig.org/">http://www.swig.org/</a><br><b= r>You could probably =C2=A0have it done in one or two days with Swig.<br><b= r>Once you do the Java bindings with it, it'll be a few adjustments and= you'll have bindings for other languages as well.</div><div class=3D"g= mail_extra"><br clear=3D"all"><div><div class=3D"gmail_signature"><a href= =3D"http://twitter.com/gubatron" target=3D"_blank">http://twitter.com/gubat= ron</a><br></div></div> <br><div class=3D"gmail_quote">On Thu, Feb 19, 2015 at 4:43 PM, Sean Gillig= an <span dir=3D"ltr"><<a href=3D"mailto:sean@msgilligan.com" target=3D"_= blank">sean@msgilligan.com</a>></span> wrote:<br><blockquote class=3D"gm= ail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-le= ft:1ex"><span class=3D"">On 2/19/15 9:30 AM, Mike Hearn wrote:<br> ><br> > Java/JNA bindings can be used from Python, Ruby, Javascript, PHP as<br= > > well as dialects of Haskell, Lisp, Smalltalk and a bunch of more<br> > obscure languages like Scala, Kotlin, Ceylon, etc.<br> ><br> > It makes more sense to talk about bindings to particular runtimes<br> > these days, rather than particular languages.<br> <br> </span>I'm definitely interested in helping to create and test JVM bind= ings.<br> Where should such a project be launched? As a subproject of bitcoinj?<br> <div class=3D"HOEnZb"><div class=3D"h5"><br> <br> <br> ---------------------------------------------------------------------------= ---<br> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server<br> from Actuate! Instantly Supercharge Your Business Reports and Dashboards<br= > with Interactivity, Sharing, Native Excel Exports, App Integration & mo= re<br> Get technology previously reserved for billion-dollar corporations, FREE<br= > <a href=3D"http://pubads.g.doubleclick.net/gampad/clk?id=3D190641631&iu= =3D/4140/ostg.clktrk" target=3D"_blank">http://pubads.g.doubleclick.net/gam= pad/clk?id=3D190641631&iu=3D/4140/ostg.clktrk</a><br> _______________________________________________<br> Bitcoin-development mailing list<br> <a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo= pment@lists.sourceforge.net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development= " target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de= velopment</a><br> </div></div></blockquote></div><br></div> --001a11c135d81aba94050f78cf98--