[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Injecting names & method chaining (was Re: [ANN] Penlight Libraries, First release)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 4 May 2009 09:35:49 -0300
> The larger issue is that although module writers would like to be as
> free and easy to write the most expressive code possible (in this case
> having trim() as a string method) it is a problem when these
> conveniences impact on global tables like string itself.
I don't see a problem here at all. Take for instance my mathx, which
extends the standard math library with the functions available in C99.
I think it's quite natural to ad those to math instead of creating a
mathx table.