Re: [eigen] random thoughts -- we need more Gaels |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] random thoughts -- we need more Gaels
- From: Rui Maciel <rui.maciel@xxxxxxxxx>
- Date: Sun, 3 Oct 2010 18:15:19 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=d4vHTnmeoEb9gOOIgSqL9AvmMjtSDWmKln/U3mTBIEE=; b=QFLVMfcqec4Tg7+VwT2pQQhj7rBd3CSBD/9cr/RxreVLjSEWhjpzRY7MOTl/ehZvUn I6ewOGwLVzWpMuFjkLzUl1MAUsqFQ5tCU02B+IrZ08nHH6UKcMpqsuI0n/e9bM5B7bWN LcEtNUDWadXnIhVYnrQffXPARdEklmti9RMRU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=AgX9q/njvZ5egqMEgVRDKVSwoQrwwqNQqXr4arTjkumXOMRVIheVifzy8m6kYmIZ7J eUa7BN/JonPabyo1q4miYWFT4mEsqjlhUwYzQpUlxvQ9OYQ8UTZgduVKBJWhznSd7ILh 7nhv5NM3oA6UWI8JrmfBhui/c9h/sHBqZijOA=
Michael Wild wrote:
> Yes, many of them are much worse. But then, most of them don't make
> extensive use of expression templates... ;-) I'd bet that 99% of the
> potential contributors don't have the slightest of ideas how that magic
> works and there is very little accessible documentation on this kind of
> programming idiom.
The extensive use of expression templates or of any design pattern is not, by
themselves, the issue. What becomes an issue is that all those traits
patterns and whatnot, when compounded, quickly become a bit of a rat's nest of
definitions and implementations. Adding to that the fact that there is
absolutely no reference targetted to developers, I believe it is easy to
understand that it becomes a bit complicated for an outsider to contribute
anything to this project, no matter how basic a feature may be.
Rui Maciel