Re: Editable and runnable code sample on dlang.org by Damian Ziemba (nazriel)

2012-07-06 Thread Stefan Scholl
Nick Sabalausky wrote: Yea, sorry, in my haste I worded it all very poorly. I was just concerned about whether using jquery (and pulling it in from a whole separate server) might have a lot of (or too much) bloat for the homepage. I haven't used jquery, but if I understand correctly it's Th

Re: Rust updates

2012-07-08 Thread Stefan Scholl
"bearophile" wrote: > On default in Rust types are immutable. If you want the mutable type you > need to annotate it with "mut" in some way. > > Rust designers seems to love really short keywords, this is in my opinion > a bit silly. On the other hand in D you have keywords like "immutable" > th

Re: Rust updates

2012-07-09 Thread Stefan Scholl
"jerro" wrote: > I would expect the abbreviations that rust uses to be perfectly > readable once you know the langauge. There is a lot of noise (lot of special characters) in Rust code. Together with short keywords like "fn" for function definition. It's hard to see a structure in it. You can r

Re: Rust updates

2012-07-09 Thread Stefan Scholl
"bearophile" wrote: > I think Go is meant to be used mostly on 64 bit servers. There aren't many people using Go on 32 bit systems. That's why there is (was?) a big memory leak on these systems which wasn't caught early on.

Re: Rust updates

2012-07-09 Thread Stefan Scholl
Caligo wrote: > On Mon, Jul 9, 2012 at 4:24 PM, Stefan Scholl wrote: >> "bearophile" wrote: >>> I think Go is meant to be used mostly on 64 bit servers. >> >> There aren't many people using Go on 32 bit systems. That's why there is >>

Re: #d_lang ----> #dlang on Twitter?

2012-07-23 Thread Stefan Scholl
Brad Anderson wrote: > On Thursday, 19 July 2012 at 21:35:19 UTC, Andrei Alexandrescu > wrote: >> Whaddaya think? >> >> Andrei > > #dlang is what people have been using on G+. You'll have to Oops, I didn't get the memo. Next time it will be right.

Re: Impressed

2012-07-27 Thread Stefan Scholl
Stuart wrote: > Why does D have GOTO? I haven't used GOTO in over a decade, > because it's truly evil. Dogmas are evil.

Re: Is D Language mature for MMORPG Client ?

2012-08-03 Thread Stefan Scholl
Jacob Carlborg wrote: > On 2012-08-03 09:24, Tobias Pankrath wrote: > There's always the option to stay at a given release. Another option > would be to use D1 and Tango if one wants stability. Not much is > changing there. >From dlang.org: please note: D1 will be discontinued effective De

Re: Is D Language mature for MMORPG Client ?

2012-08-03 Thread Stefan Scholl
Wow! The answers here aren't very encouraging for new D users.

Re: GUI libraries

2013-12-12 Thread Stefan Scholl
"Temtaime" wrote: > GTK is too ugly. But it's free.