Adobe Open Source Library

I just saw this on Slashdot and thought the boosters might find it interesting: Adobe has apparently open sourced some libraries- I (very brief) quick look shows me: 1- They seem to be heavily using template techniques 2- They have a "concepts Library" -look familiar?: Assignable ConvertibleToBool ConvertibleToFunction ConvertibleToRange DefaultConstructible EqualityComparable LessThanComparable RegularType TransformFunction 3- They have a GUI Library (appears to have a similarity to the GUI discussion on this list awhile back) Anyways- I am just throwing this out there for discussion. SlashDot article: http://slashdot.org/articles/05/03/02/1449240.shtml?tid=152 Adobe Open Source Library http://opensource.adobe.com/

Brian Braatz wrote:
I just saw this on Slashdot and thought the boosters might find it interesting:
Adobe has apparently open sourced some libraries- I (very brief) quick look shows me:
1- They seem to be heavily using template techniques [...]
That doesn't surprise me at all. If I recall, Mat Marcus works for Adobe and is also a big Boost advocate. Dave

David B. Held wrote>
I just saw this on Slashdot and thought the boosters might find it interesting:
Adobe has apparently open sourced some libraries- I (very brief) quick look shows me:
1- They seem to be heavily using template techniques [...]
That doesn't surprise me at all. If I recall, Mat Marcus works for Adobe and is also a big Boost advocate.
This is from the docs of the ASL (Adobe Source Libraries): <quote> ASL is being developed in C++, and relies heavily on the Boost libraries <http://www.boost.org/> which are required for building ASL. </quote> Regards Hartmut
participants (3)
-
Brian Braatz
-
David B. Held
-
Hartmut Kaiser