Re: vibe.d 0.7.10 released

2013-01-04 Thread Russel Winder
Can someone point me at URLs I can use as examples of code and result to do a 5 min talk at Greach 2013 on Why even think of Node.js or Vert.x when you have Vibe.d? -- Russel. = Dr Russel Winder t: +44 20 7585 2200

Re: vibe.d 0.7.10 released

2013-01-04 Thread Dejan Lekic
On Thursday, 3 January 2013 at 09:19:57 UTC, Sönke Ludwig wrote: Changes: - Compiles on DMD 2.061 (and Win64) - The Win32 back end supports TCP sockets - Form and REST interface generators have been improved and can handle more types - Diet templates support arbitrary D expressions

Re: vibe.d 0.7.10 released

2013-01-04 Thread Sönke Ludwig
Am 04.01.2013 10:19, schrieb Russel Winder: Can someone point me at URLs I can use as examples of code and result to do a 5 min talk at Greach 2013 on Why even think of Node.js or Vert.x when you have Vibe.d? I don't know the Vert.x API enough to be sure, but I think that they both use the

vibe.d 0.7.10 released

2013-01-03 Thread Sönke Ludwig
Changes: - Compiles on DMD 2.061 (and Win64) - The Win32 back end supports TCP sockets - Form and REST interface generators have been improved and can handle more types - Diet templates support arbitrary D expressions instead of just static strings for HTML attributes now. Boolean

Re: vibe.d 0.7.10 released

2013-01-03 Thread Chris
On Thursday, 3 January 2013 at 09:19:57 UTC, Sönke Ludwig wrote: Changes: - Compiles on DMD 2.061 (and Win64) - The Win32 back end supports TCP sockets - Form and REST interface generators have been improved and can handle more types - Diet templates support arbitrary D expressions

Re: vibe.d 0.7.10 released

2013-01-03 Thread Russel Winder
May I suggest you need to do some marketing against: node.js vert.x goweb revel Play! Django Grails Ruby on Rails Flask Sinatra Ratpack Why would anyone want to use vibe.d in preference to any of the above?

Re: vibe.d 0.7.10 released

2013-01-03 Thread simendsjo
On Thursday, 3 January 2013 at 10:40:40 UTC, Chris wrote: Pretty cool stuff, congratulations. I've had a look at it and as I am always looking for alternatives to generally (and sheepishly) accepted will do technologies like PHP, JS etc. I would like to test and possibly use it for my own web

Re: vibe.d 0.7.10 released

2013-01-03 Thread mist
Last time I was performance testing vibe it was almost 4x faster than node.js and 1.5 faster than similar Erlang framework (can't remember its name now). Plus all static typing and sane async syntax goodies as a cherry on top. Was enough to convince me, but other language lovers will probably

Re: vibe.d 0.7.10 released

2013-01-03 Thread Jacob Carlborg
On 2013-01-03 11:54, Russel Winder wrote: May I suggest you need to do some marketing against: node.js vert.x goweb revel Play! Django Grails Ruby on Rails Flask Sinatra Ratpack Why would anyone want to use

Re: vibe.d 0.7.10 released

2013-01-03 Thread Chris
On Thursday, 3 January 2013 at 10:55:06 UTC, Russel Winder wrote: May I suggest you need to do some marketing against: node.js vert.x goweb revel Play! Django Grails Ruby on Rails Flask Sinatra Ratpack Why

Re: vibe.d 0.7.10 released

2013-01-03 Thread Chris
On Thursday, 3 January 2013 at 10:57:06 UTC, simendsjo wrote: On Thursday, 3 January 2013 at 10:40:40 UTC, Chris wrote: I'm using dmd and vibe on a Linode server without installing them. Haven't had a single problem with it. Good news, but in this case there may be restrictions depending

Re: vibe.d 0.7.10 released

2013-01-03 Thread simendsjo
On Thursday, 3 January 2013 at 11:53:01 UTC, Chris wrote: On Thursday, 3 January 2013 at 10:57:06 UTC, simendsjo wrote: On Thursday, 3 January 2013 at 10:40:40 UTC, Chris wrote: I'm using dmd and vibe on a Linode server without installing them. Haven't had a single problem with it. Good

Re: vibe.d 0.7.10 released

2013-01-03 Thread Chris
On Thursday, 3 January 2013 at 12:22:33 UTC, simendsjo You only have to download the vibe and dmd zips. As long as you can run executables you download you should be fine. I haven't installed them myself, just added some symlinks to the executables. I've only created a small vibe site, so

Re: vibe.d 0.7.10 released

2013-01-03 Thread Sönke Ludwig
Am 03.01.2013 11:54, schrieb Russel Winder: May I suggest you need to do some marketing against: node.js vert.x goweb revel Play! Django Grails Ruby on Rails Flask Sinatra Ratpack Why would anyone want to use

Re: vibe.d 0.7.10 released

2013-01-03 Thread thedeemon
Great news, keep up the good work! Last month I used previous version to make a simple online app for one contest. I developed in Windows and deployed in Linux (a small VPS, installed dmd from some package and vibe.d from the zip archive). I had only a few hours to make that app and

Re: vibe.d 0.7.10 released

2013-01-03 Thread Sönke Ludwig
Am 03.01.2013 19:37, schrieb thedeemon: Great news, keep up the good work! Last month I used previous version to make a simple online app for one contest. I developed in Windows and deployed in Linux (a small VPS, installed dmd from some package and vibe.d from the zip archive). I had

Re: vibe.d 0.7.10 released

2013-01-03 Thread Michael
Pretty cool stuff, congratulations. +1)

Re: vibe.d 0.7.10 released

2013-01-03 Thread Nick Sabalausky
On Thu, 03 Jan 2013 12:11:23 +0100 mist n...@none.none wrote: Last time I was performance testing vibe it was almost 4x faster than node.js and 1.5 faster than similar Erlang framework (can't remember its name now). Plus all static typing and sane async syntax goodies as a cherry on top.