www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Do D need a popular framework? like ruby's rails? or java 's ssh?

reply beck <cabing_2005 126.com> writes:
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.
Jan 19 2016
next sibling parent reply wobbles <grogan.colin gmail.com> writes:
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/
Jan 19 2016
next sibling parent beck <cabing_2005 126.com> writes:
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/
Jan 19 2016
prev sibling parent Charles <csmith.ku2013 gmail.com> writes:
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.
Jan 19 2016
prev sibling next sibling parent reply anonymous <anonymous example.com> writes:
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.
Jan 19 2016
next sibling parent beck <cabing_2005 126.com> writes:
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.
Jan 19 2016
prev sibling parent beck <cabing_2005 126.com> writes:
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.
Jan 19 2016
prev sibling parent reply sigod <sigod.mail gmail.com> writes:
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.
Feb 04 2016
parent Eugene Wissner <belka caraus.de> writes:
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.
Feb 08 2016