[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luna, a small generic C++ template class
- From: "Kelvin McDowell" <kelvin_mcdowell@...>
- Date: Mon, 12 Feb 2001 23:03:42 -0800
Just curious, was this at all inspired by the boost python library? I ask
because after seeing it I had been thinking of doing something like this
myself.
http://www.boost.org/libs/python/doc/index.html
Kelvin
----- Original Message -----
From: "Lenny Palozzi" <lenny.palozzi@home.com>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Monday, February 12, 2001 18:25
Subject: Re: Luna, a small generic C++ template class
> On Mon, Feb 12, 2001 at 01:18:33PM -0500, Lenny Palozzi wrote:
> >
> > * The code consists of a small header file(3.6K) just over 100 lines.
>
> I had a clever thought and now its only ~70 lines of code and 1.9K. Get it
> here.
>
> > http://sophia.eyep.net/code/luna.tar.gz
>
> -Lenny.