[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-talk] [liberationtech] Programming language for anonymity network
- To: liberationtech <liberationtech@xxxxxxxxxxxxxxxxxx>, cpunks <cypherpunks@xxxxxxxxxx>
- Subject: Re: [tor-talk] [liberationtech] Programming language for anonymity network
- From: coderman <coderman@xxxxxxxxx>
- Date: Sun, 20 Apr 2014 21:36:12 -0700
- Cc: Nicholas Merritt <nmerritt@xxxxxxxxxxx>, theory and practice of decentralized computer networks <p2p-hackers@xxxxxxxxxxxxxxx>, Peter Druschel <druschel@xxxxxxxxxxx>, wonko@xxxxxxxxxxx, tor-talk@xxxxxxxxxxxxxxxxxxxx, Dave Choffnes <choffnes@xxxxxxxxxxx>
- Delivered-to: archiver@xxxxxxxx
- Delivery-date: Mon, 21 Apr 2014 00:42:01 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=m/a/yOCb+1ZE13UjaC7UGXN8jtyE81eO1Yvoh7GVqd0=; b=Lf6rsg6P9w5plD30OgHq0CktzFkbeG8pn7qqO+qi/OhAgyn0t4sIvz2VdhILGWsOhl QvFMJ3vgWCD/PZJDZ922dgYNKckDPlBQqsu4I+S9FXeIZjwUiut+Vb6kGLvGSV6pPTGJ t+qtRHmOkP2RUKvRgn0QUPvMBq0c5fsETcRlrRDVn5Jr2Jo/taLOt8Mokzlx4JuAxa6c vAeRVxkE5FxI2scsByc8p7z84lTVSbNnw4So28Jt8sUDPU69fn03cNLk4H2RMQyvIlub 1e9RdUW+d3cf+dRhy4chOZUdTkKR97HsKFKtNYMpkgFk4HcqDa1LfUFvZai5qqXbliId itXw==
- In-reply-to: <CAJVRA1Tyyb=DCZrJPmYacyAsaunm-HpMzF_ESV3N=GHm6J6dSw@xxxxxxxxxxxxxx>
- List-archive: <http://lists.torproject.org/pipermail/tor-talk/>
- List-help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
- List-id: "all discussion about theory, design, and development of Onion Routing" <tor-talk.lists.torproject.org>
- List-post: <mailto:tor-talk@lists.torproject.org>
- List-subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
- List-unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
- References: <5350E1BD.5010304@xxxxxxxxxxx> <CAJVRA1Tyyb=DCZrJPmYacyAsaunm-HpMzF_ESV3N=GHm6J6dSw@xxxxxxxxxxxxxx>
- Reply-to: tor-talk@xxxxxxxxxxxxxxxxxxxx
- Sender: "tor-talk" <tor-talk-bounces@xxxxxxxxxxxxxxxxxxxx>
On Fri, Apr 18, 2014 at 8:25 PM, coderman <coderman@xxxxxxxxx> wrote:
> ... the criteria:...
>> 1) Familiarity: ...
>> 2) Maturity: ...
>> 3) Language security: ...
>> 4) Security of runtime / tool chain:..
>
>
> use modern C++ with testing discipline.
also relevant:
https://chriskohlhepp.wordpress.com/convergence-of-modern-cplusplus-and-lisp/
which gets kudos for also mentioning the benefits of modern C++ in
respect to unit tests.
to summarize the goals for your C++ implementation:
- reads with clarity like a high level language
- performs with efficiency like a low level language
- tests with coverage across whole codebase regardless of language.
full disclosure: i am a completely not biased party in this
declaration of absolute truth.
*cough*
best regards,
--
tor-talk mailing list - tor-talk@xxxxxxxxxxxxxxxxxxxx
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk