From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20729 invoked by alias); 9 Dec 2009 21:14:42 -0000 Received: (qmail 20719 invoked by uid 22791); 9 Dec 2009 21:14:41 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Received: from divok.rz-berlin.mpg.de (HELO divok.rz-berlin.mpg.de) (141.14.131.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Dec 2009 21:14:37 +0000 Received: from divok.rz-berlin.mpg.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 3DB82BCDA2 for ; Wed, 9 Dec 2009 22:14:32 +0100 (CET) Received: from vpn01-019.rz-berlin.mpg.de (vpn01-019.rz-berlin.mpg.de [141.14.135.19]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jochen) by divok.rz-berlin.mpg.de (Postfix) with ESMTPSA id 2091FBCD8B for ; Wed, 9 Dec 2009 22:14:32 +0100 (CET) References: <1259110486.3028.69.camel@manticore.lanl.gov> <4B20105C.3080501@fnal.gov> In-Reply-To: <4B20105C.3080501@fnal.gov> Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Message-Id: <61933AD2-91BE-4FE9-87B2-BC793231A148@googlemail.com> Content-Transfer-Encoding: quoted-printable From: =?iso-8859-1?Q?Jochen_K=FCpper?= Subject: Re: using GSL with C++ (was Re: gsl container designs) Date: Wed, 09 Dec 2009 21:14:00 -0000 To: gsl-discuss@sourceware.org Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00053.txt.bz2 On 09.12.2009, at 22:02, James Amundson wrote: > On 12/04/2009 12:36 PM, Brian Gough wrote: >>=20 >> 2a+b) While we may have had some kind of goal of supporting C++ I >> don't think it's worth encouraging that today as the gap between the >> languages has widened so much since the start of the project.=20=20 >=20 > I, for one, use GSL almost exclusively from C++. When I'm not using C++, = I am usually using Python. How are other readers of this list using GSL? Ar= e you using a pure C environment, or do you use C++ and/or other languages? C++ and sometimes Python (here I more often use scipy than pygsl)