Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id D5E94C7C for ; Tue, 23 Apr 2019 08:16:40 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-oi1-f180.google.com (mail-oi1-f180.google.com [209.85.167.180]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 84BFF786 for ; Tue, 23 Apr 2019 08:16:40 +0000 (UTC) Received: by mail-oi1-f180.google.com with SMTP id x188so10547161oia.13 for ; Tue, 23 Apr 2019 01:16:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=G5LPdd6/uF0C4rWdhEAbCKqxGg0kS6G6LqDuWFw5boY=; b=Nz6JXRsx/tUvC7DIrtTjpNmck4FKzRWW+rIKPgGQvcEoqnLb0K1WqGHjq/FXdv814d h/9Ffc999ny1pzakZQwsuWi/GFJXbYmdSrEFXyuaVLKb4FfMrWVWqRZZI/S2hrft4Nny NeMtMO4Q3VAdGHwkgTRBROikOpADah+UGKumrZmoCTWIAbTf2mEX6vLSE8PsB8cbjiPw f6au7zGuyfoPytyVs4Jhx4nlDU5OUzPRIkA7ZCaBuzFGEpUGmZYraEMrFVOKicEbS53M BY0rnqrmyiP84x1HwP/4YC/92ncSLTeIypQ1yoR8z4u9x72poayYZzISmrxM6okCZcuM qPDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=G5LPdd6/uF0C4rWdhEAbCKqxGg0kS6G6LqDuWFw5boY=; b=Q4/wj66ZqG3To4MV4bVO8MKIUI7EVNdsfDjqVVRYdiArf97qt/l6n2NEpkS5TqoY+F oW/MopovEJ5V22kMFJTE3uIphSljOKEPYOtsgd2Zv39b9xvRzuepcceHTmWxm3l7nBAG KSEjyjrtrIM9DUh5Yk/ZzJ0LgQIYFW92kD0lUfNGg7jSHHbIj4toHL9MqE30brmPN79e xWypeDuMNKQtgKe15aE3yiFcrrG4cqW5Hx3wEjGRW0asZdcz53NN/UKeXxFlYYm2AqGD kjRvUrUu4/favVjy/MnEbuEM/CJ+ntaKSTi6cOn9DFXNvxZA2UwgU9GUFegrlXWQGNz7 uNkg== X-Gm-Message-State: APjAAAWT1b2yj2KkWm6VmHg22n9GAas2yGvxzdZRsVmKMc1Ml/Q1xCX0 pF7duJUMeSEB03yHi3/YuuqAYgpc+DvGkt4LysCN3pPO X-Google-Smtp-Source: APXvYqz0xH5d5/9YFgI1hhJVBsSK5VFDEDwWmutmWGnth6b2JoVBtTZ31E/m5wkjrpEQCmS1+halixRej+43OWl+mhc= X-Received: by 2002:aca:6c41:: with SMTP id h62mr996064oic.34.1556007399673; Tue, 23 Apr 2019 01:16:39 -0700 (PDT) MIME-Version: 1.0 From: Ahmer Regos Date: Tue, 23 Apr 2019 11:16:28 +0300 Message-ID: To: bitcoin-dev@lists.linuxfoundation.org Content-Type: multipart/alternative; boundary="00000000000053540d05872e3478" X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Tue, 23 Apr 2019 14:46:48 +0000 Subject: [bitcoin-dev] Improving Pre and Post Merging Abilities With Rewriting Core In Python X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2019 08:16:40 -0000 --00000000000053540d05872e3478 Content-Type: text/plain; charset="UTF-8" I'm proposing re-writing bitcoin codebase in Python for improving pre and post merging abilities, faster operations and better understandability. Python is a fast language with C support, it is good with hashing things, it has a good syntax and everyone can read / understand it unlike C++. I am willing the coordinate the transformation operation and i believe it would be really good the get rid of C++. - Ahmer Regos from Regain Beaches. --00000000000053540d05872e3478 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'm proposing re-writing bitcoin codebase in Pyth= on for improving=20 pre and post merging abilities, faster operations and better=20 understandability. Python is a fast language with C support, it is good=20 with hashing things, it has a good syntax and everyone can read /=C2=A0=20 understand it unlike C++.

I am willing the coordin= ate the transformation operation and i believe it would be really good the = get rid of C++.

- Ahmer Regos from Regain Beaches.=
--00000000000053540d05872e3478--