Re: GUI libraries

2013-12-12 Thread Stefan Scholl
Temtaime temta...@gmail.com wrote:
 GTK is too ugly.

But it's free.


Re: 2.060 on reddit

2012-08-03 Thread Stefan Scholl
bearophile bearophileh...@lycos.com wrote:
 Caligo:
 When are allocators going to be ready?
 
 Direct experience shows me that once things are in Phobos, it's 
 not easy to fix their interface/API. Andrei fears of breaking 

Go's solution are experimental packages. You can always use them,
but you know that they will change and at some time will be in
antother namespace/directory.




Re: Is D Language mature for MMORPG Client ?

2012-08-03 Thread Stefan Scholl
Jacob Carlborg d...@me.com 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 December 31, 2012


This doesn't mean that D1 will stop working. It just becomes
more stable :-}




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: Impressed

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

Dogmas are evil.



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

2012-07-23 Thread Stefan Scholl
Brad Anderson e...@gnuk.net 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: Rust updates

2012-07-10 Thread Stefan Scholl
Caligo iteronve...@gmail.com wrote:
 On Mon, Jul 9, 2012 at 4:24 PM, Stefan Scholl ste...@no-spoon.de wrote:
 bearophile bearophileh...@lycos.com 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.
 
 There aren't many people using Go, period.

Don't know about this, but Programming in Go is a bad book (talks about
OO in Go and the author was clearly paid by number of words) but has a
higher ranking on Amazon than The D Programming Language. 

And all the news sites and programmer blogs are nearly silent regarding D. 

Maybe this changes after Polanski finishes his movie about D. ;-)


Re: Rust updates

2012-07-09 Thread Stefan Scholl
jerro a...@a.com 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 read JAPHs, too, if you know
Perl. But your brain parses it character for character. Rust is a bit
better, though.


Re: Rust updates

2012-07-09 Thread Stefan Scholl
bearophile bearophileh...@lycos.com 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-08 Thread Stefan Scholl
bearophile bearophileh...@lycos.com 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
 that are rather long to type. So I prefer a mid way between those two.

Short keywords are only important with barebones editors like a default vi.
Nobody would use this for real development.


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

2012-07-06 Thread Stefan Scholl

Nick Sabalausky seewebsitetocontac...@semitwist.com 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


This is the address: http://code.jquery.com/jquery.min.js

As many sites use this address (and the one at
ajax.googleapis.com), chances are good you already have a copy in
your browser cache.

Only problem I see: There's no version number in the address. I
guess it's always the current version. You could lose some
visitors when the current version hits 2.0 :-)

(jQuery 2.0 won't support old browsers like Internet Explorer 8.)