|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide 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 electronics |
digitalmars.D.announce - Invariant strings on Dr. Dobb's
Dr. Dobb's has invited me to write a blog for them, so here's my first installment on invariant strings: http://www.dobbscodetalk.com/index.php?option=com_myblog&show=Invariant-Strings.html&Itemid=29 Mar 13 2008
Reply to Walter,Dr. Dobb's has invited me to write a blog for them, so here's my first installment on invariant strings: http://www.dobbscodetalk.com/index.php?option=com_myblog&show=Invarian t-Strings.html&Itemid=29 Mar 13 2008
BCS wrote:And on the content; you mention concatenation as working on invariant strings. I assume this is because you generally can't concatenate in place anyway? Mar 13 2008
Reply to Walter,BCS wrote:And on the content; you mention concatenation as working on invariant strings. I assume this is because you generally can't concatenate in place anyway? Mar 13 2008
BCS wrote:You say that the common ops generally don't mutate the data and then list "moving references around, slicing, and concatenating". I guess my thought is that the first two are a bit more self explanatory than the last. Clearly 1 & 2 are non mutating but, a guy who is a few Lattes behind might not notice that because you, in general, don't known what comes after a string, if you want to extend a string (for concatenating), you need to allocate new ram for it, thus leaving the first blocks untouched. (I'm not thinking specific to D here). Mar 13 2008
BCS wrote:Reply to Walter,Dr. Dobb's has invited me to write a blog for them, so here's my first installment on invariant strings: http://www.dobbscodetalk.com/index.php?option=com_myblog&show=Invarian t-Strings.html&Itemid=29 Mar 13 2008
Bill Baxter wrote:You can actually see him move, and talk, too, if you go here! http://video.google.com/videoplay?docid=-7073020265668105471 Mar 13 2008
Reply to Bill,BCS wrote:Reply to Walter,Dr. Dobb's has invited me to write a blog for them, so here's my first installment on invariant strings: http://www.dobbscodetalk.com/index.php?option=com_myblog&show=Invari an t-Strings.html&Itemid=29 Mar 13 2008
On Fri, 14 Mar 2008, BCS wrote:Reply to Bill,BCS wrote:Reply to Walter,Dr. Dobb's has invited me to write a blog for them, so here's my first installment on invariant strings: http://www.dobbscodetalk.com/index.php?option=com_myblog&show=Invari an t-Strings.html&Itemid=29 Mar 14 2008
"Brad Roberts" <braddr puremagic.com> wrote in message news:Pine.LNX.4.64.0803141239090.4104 bellevue.puremagic.com...A better picture.. http://d.puremagic.com/conference2007/DConference_2007_group_0.html Mar 14 2008
Jarrett Billingsley wrote:What a bunch of nerds! Mar 14 2008
Reply to Brad,A better picture.. http://d.puremagic.com/conference2007/DConference_2007_group_0.html Walter is the guy font and center in the purple shirt. Later, Brad Mar 14 2008
== Quote from BCS (ao pathlink.com)'s articleReply to Walter,Dr. Dobb's has invited me to write a blog for them, so here's my first installment on invariant strings: http://www.dobbscodetalk.com/index.php?option=com_myblog&show=Invarian t-Strings.html&Itemid=29 Mar 14 2008
On Thu, 13 Mar 2008 14:25:00 -0700, Walter Bright wrote:Dr. Dobb's has invited me to write a blog for them, so here's my first installment on invariant strings: http://www.dobbscodetalk.com/index.php?option=com_myblog&show=Invariant- Mar 13 2008
Moritz Warning wrote:There is a poll in the right corner: "What programming language do you PREFER to work in?" Would be nice if they would have a "D" option. Mar 13 2008
Walter Bright wrote:Dr. Dobb's has invited me to write a blog for them, so here's my first installment on invariant strings: http://www.dobbscodetalk.com/index.php?option=com_myblog&show=Invariant-St ings.html&Itemid=29 Mar 13 2008
Bill Baxter wrote:Weird. Somebody edited the comments I posted. They basically did the edits I wanted to make but couldn't, but it still leaves me with a creepy feeling. Mar 13 2008
Some more comments on reddit: http://reddit.com/r/programming/info/6c0ys/comments/ Mar 14 2008
|