Thread overview
Do D need a popular framework? like ruby's rails? or java 's ssh?
Jan 19, 2016
beck
Jan 19, 2016
wobbles
Jan 20, 2016
beck
Jan 20, 2016
Charles
Jan 19, 2016
anonymous
Jan 20, 2016
beck
Jan 20, 2016
beck
Feb 04, 2016
sigod
Feb 08, 2016
Eugene Wissner
January 19, 2016
Do D need a popular framework?
in china ,a little peopel use dlang.
i just  use it do some simple work for myself. yet,i have learn d for a week ..
i ask so many friends ,they don't use D at all.we use golang more than dlang.

January 19, 2016
On Tuesday, 19 January 2016 at 13:22:48 UTC, beck wrote:
> Do D need a popular framework?
> in china ,a little peopel use dlang.
> i just  use it do some simple work for myself. yet,i have learn d for a week ..
> i ask so many friends ,they don't use D at all.we use golang more than dlang.

There is vibe-d, which I guess can be used like rails (I dont use rails myself, so could be mistaken).

http://vibed.org/
January 19, 2016
On 19.01.2016 14:22, beck wrote:
> Do D need a popular framework?
> in china ,a little peopel use dlang.
> i just  use it do some simple work for myself. yet,i have learn d for a
> week ..
> i ask so many friends ,they don't use D at all.we use golang more than
> dlang.

Please don't post questions or suggestions like this to the Announce group. The announce group is for software releases, book publications, stuff like that. The General group would have been the right place for this.
January 20, 2016
okay,okay
On Tuesday, 19 January 2016 at 15:38:58 UTC, anonymous wrote:
> On 19.01.2016 14:22, beck wrote:
>> Do D need a popular framework?
>> in china ,a little peopel use dlang.
>> i just  use it do some simple work for myself. yet,i have learn d for a
>> week ..
>> i ask so many friends ,they don't use D at all.we use golang more than
>> dlang.
>
> Please don't post questions or suggestions like this to the Announce group. The announce group is for software releases, book publications, stuff like that. The General group would have been the right place for this.


January 20, 2016
thanks, i will try it .

On Tuesday, 19 January 2016 at 14:02:52 UTC, wobbles wrote:
> On Tuesday, 19 January 2016 at 13:22:48 UTC, beck wrote:
>> Do D need a popular framework?
>> in china ,a little peopel use dlang.
>> i just  use it do some simple work for myself. yet,i have learn d for a week ..
>> i ask so many friends ,they don't use D at all.we use golang more than dlang.
>
> There is vibe-d, which I guess can be used like rails (I dont use rails myself, so could be mistaken).
>
> http://vibed.org/


January 20, 2016
i am sorry
On Tuesday, 19 January 2016 at 15:38:58 UTC, anonymous wrote:
> On 19.01.2016 14:22, beck wrote:
>> Do D need a popular framework?
>> in china ,a little peopel use dlang.
>> i just  use it do some simple work for myself. yet,i have learn d for a
>> week ..
>> i ask so many friends ,they don't use D at all.we use golang more than
>> dlang.
>
> Please don't post questions or suggestions like this to the Announce group. The announce group is for software releases, book publications, stuff like that. The General group would have been the right place for this.

January 20, 2016
On Tuesday, 19 January 2016 at 14:02:52 UTC, wobbles wrote:
> On Tuesday, 19 January 2016 at 13:22:48 UTC, beck wrote:
>> Do D need a popular framework?
>> in china ,a little peopel use dlang.
>> i just  use it do some simple work for myself. yet,i have learn d for a week ..
>> i ask so many friends ,they don't use D at all.we use golang more than dlang.
>
> There is vibe-d, which I guess can be used like rails (I dont use rails myself, so could be mistaken).
>
> http://vibed.org/

It's actually pretty far off from Rails. Rails is an MVC framework that has its own ORM using the ActiveRecord pattern. Vibe does provide a very good base for such a framework to be written though.
February 04, 2016
On Tuesday, 19 January 2016 at 13:22:48 UTC, beck wrote:
> Do D need a popular framework?
> in china ,a little peopel use dlang.
> i just  use it do some simple work for myself. yet,i have learn d for a week ..
> i ask so many friends ,they don't use D at all.we use golang more than dlang.

Oh, I thought I'll see here a suggestion to port some popular and useful libraries/frameworks from other languages...

Seriously, it might be an interesting idea.
February 08, 2016
On Thursday, 4 February 2016 at 15:37:21 UTC, sigod wrote:
> On Tuesday, 19 January 2016 at 13:22:48 UTC, beck wrote:
>> Do D need a popular framework?
>> in china ,a little peopel use dlang.
>> i just  use it do some simple work for myself. yet,i have learn d for a week ..
>> i ask so many friends ,they don't use D at all.we use golang more than dlang.
>
> Oh, I thought I'll see here a suggestion to port some popular and useful libraries/frameworks from other languages...
>
> Seriously, it might be an interesting idea.

I want to port some parts of PHP Symfony:
https://github.com/caraus-ecms/caraus

I've just started and it is kind of "learning project", I haven't written anything in D before. On the other hand I'm writting a personal project (kind of CMS/Blog) and this Symfony port is the base for this project. Don't know yet if I'll open source everything later.