foreach over split string

John Colvin john.loughran.colvin at gmail.com
Wed Jul 17 08:26:17 PDT 2013


On Wednesday, 17 July 2013 at 15:18:03 UTC, JS wrote:
> On Wednesday, 17 July 2013 at 14:55:12 UTC, Ary Borenszweig 
> wrote:
>> On 7/17/13 11:38 AM, JS wrote:
>>> On Wednesday, 17 July 2013 at 14:18:25 UTC, John Colvin wrote:
>>>> On Wednesday, 17 July 2013 at 14:09:28 UTC, JS wrote:
>>>>> Ok, spoke too soon again,
>>>>>
>>>>> my string requires compound splitting:
>>>>>
>>>>> foreach(ss; split(s, ","))
>>>>> {
>>>>>  split(ss, "|"); // ss can't be read at compile time 
>>>>> although I can
>>>>> use ss directly
>>>>>  string a = ss; // works fine.
>>>>> }
>>>>
>>>> Is there any possibility you could provide a compilable 
>>>> example (or
>>>> not compilable, if that's the point :p )? It's an awful lot 
>>>> easier to
>>>> quickly give the right answer to a question if you take the 
>>>> time to
>>>> ask it clearly and precisely, in one go, with a minimised 
>>>> example.
>>>> Also, by virtue of you having made an example and checked 
>>>> it, it
>>>> prevents accidentally talking about problems in code that is 
>>>> actually
>>>> fine.
>>>
>>> Yes, but if ctfe's wern't so shitty it wouldn't be a problem 
>>> in the
>>> first place.
>>
>> If you think the language is shitty why are you using it?
>>
>> You didn't pay for D, you are receiving it as a free tool. I 
>> don't think many people will help you if you continue with 
>> that attitude -.-
>
> Go fuck yourself you righteous asshole. First, I never said I 
> paid for it, second, I never said D was shitty, I said ctfe 
> was.  Also, I never asked for your damn help, if you don't like 
> my attitude, don't respond, simple as that. If your ego gets 
> hurt too fucking bad, grow up. Stop making assumptions to suit 
> your own needs.

This is completely out of order.

I think I can speak quite safely for the majority of the 
community when I say that you are only welcome here if you can 
keep your aggressive and disrespectful comments to yourself.


More information about the Digitalmars-d-learn mailing list