|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.stl - Lambda Library
I have just found out about the Lambda Library which adds useful generalisation to the STL. See http://lambda.cs.utu.fi/ for details. It relies on templates in a way which is not yet available in the DM compiler. Is there any chance of developments in this direction? John Fletcher May 23 2001
I am too swamped to take it on. Anyone interested in doing so? "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3B0B98A2.7C952D0 aston.ac.uk...I have just found out about the Lambda Library which adds useful generalisation to the STL. See http://lambda.cs.utu.fi/ for details. It relies on templates in a way which is not yet available in the DM compiler. Is there any chance of developments in this direction? John Fletcher May 23 2001
Well, I guess it would mean compiler development as it's probably using the same kind of things as the latest STL... Walter wrote:I am too swamped to take it on. Anyone interested in doing so? "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3B0B98A2.7C952D0 aston.ac.uk...I have just found out about the Lambda Library which adds useful generalisation to the STL. See http://lambda.cs.utu.fi/ for details. It relies on templates in a way which is not yet available in the DM compiler. Is there any chance of developments in this direction? John Fletcher May 23 2001
I'll get to that challenge, but not in the very near future. "Jan Knepper" <jan smartsoft.cc> wrote in message news:3B0C0A91.56818582 smartsoft.cc...Well, I guess it would mean compiler development as it's probably using the same kind of things as the latest STL... Walter wrote:I am too swamped to take it on. Anyone interested in doing so? "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3B0B98A2.7C952D0 aston.ac.uk...I have just found out about the Lambda Library which adds useful generalisation to the STL. See http://lambda.cs.utu.fi/ for details. It relies on templates in a way which is not yet available in the DM compiler. Is there any chance of developments in this direction? John Fletcher May 23 2001
Walter wrote:I'll get to that challenge, but not in the very near future. May 24 2001
Walter wrote:I'll get to that challenge, but not in the very near future. "Jan Knepper" <jan smartsoft.cc> wrote in message news:3B0C0A91.56818582 smartsoft.cc...Well, I guess it would mean compiler development as it's probably using the same kind of things as the latest STL... Walter wrote:I am too swamped to take it on. Anyone interested in doing so? "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3B0B98A2.7C952D0 aston.ac.uk...I have just found out about the Lambda Library which adds useful generalisation to the STL. See http://lambda.cs.utu.fi/ for details. It relies on templates in a way which is not yet available in the DM compiler. Is there any chance of developments in this direction? John Fletcher Aug 14 2001
Walter wrote:I'll get to that challenge, but not in the very near future. Sep 27 2001
|