[Solved] Confusing error message

2017-06-07 Thread Wulfklaue via Digitalmars-d-learn
Some of the dmd error messages need some tweaking. import std.datetime; auto t = Clock.currStdTime; writeln(to!string(t)); Result in: Error: template core.time.to cannot deduce function from argument types !(string)(long), candidates are: C:\D\dmd2\windows\bin\..\..\src\druntime\import\cor

Re: D for Web Development?

2017-06-09 Thread Wulfklaue via Digitalmars-d-learn
On Thursday, 8 June 2017 at 07:32:44 UTC, Michael Reiland wrote: Hey guys, I'm looking for a web solution that's: 1. Supported on Linux First tier: D, Rust, Go, .netCore Second tier: Nim, Crystal, ... plenty of choices :) Not advised for Linux: Swift... Unless you go for a pure Swift framew

Re: D for Web Development?

2017-06-09 Thread Wulfklaue via Digitalmars-d-learn
On Friday, 9 June 2017 at 08:20:34 UTC, Michael Reiland wrote: Thanks for the link to those resources, that'll definitely help giving me a broad overview, which for me is best. If I know something is there I can dive into the details when it becomes more important to what I'm doing. I'm defi