Re: Diamond - MVC / Template engine

2016-05-24 Thread Bauss via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 14:54:27 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 13:09:28 UTC, Kagamin wrote: The values are injected unescaped by default? Yes. To escape there is the escape function. Take a look at the comparison for the result. I'm going to figure out a syntax for escaping

Re: Diamond - MVC / Template engine

2016-05-24 Thread Bauss via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 13:09:28 UTC, Kagamin wrote: The values are injected unescaped by default? Yes. To escape there is the escape function. Take a look at the comparison for the result. I'm going to figure out a syntax for escaping though, so there'll be one for both. Not sure what

Re: A language comparison (seeking productivity-enhancing, well-designed, and concise languages)

2016-05-23 Thread Bauss via Digitalmars-d-announce
On Monday, 23 May 2016 at 05:37:10 UTC, Ali Çehreli wrote: Found on Reddit: https://www.reddit.com/r/programming/comments/4kmfp6/the_best_quality_programming_languages/ The list: http://www.slant.co/topics/5984/~productivity-enhancing-well-designed-and-concise-rather-than-popular-or-time-tes

Re: foo => "bar" key/value literals in D!

2016-05-23 Thread Bauss via Digitalmars-d-announce
On Monday, 23 May 2016 at 19:00:40 UTC, Adam D. Ruppe wrote: Have I gone completely mad?!?! --- void main() { import std.stdio; writeln(obj!( foo => "bar", baz => 12 )); } --- [...] This is a pretty amazing find! It's like a better vers

Re: Diamond - MVC / Template engine

2016-05-23 Thread Bauss via Digitalmars-d-announce
On Monday, 23 May 2016 at 16:15:08 UTC, Luís Marques wrote: On Saturday, 21 May 2016 at 08:20:00 UTC, Bauss wrote: For more information please view below. Dub repository: https://code.dlang.org/packages/diamond Github: https://github.com/bausshf/Diamond The dub repository seems to have a pro

Re: Diamond - MVC / Template engine

2016-05-23 Thread Bauss via Digitalmars-d-announce
On Monday, 23 May 2016 at 11:22:38 UTC, Chris wrote: On Saturday, 21 May 2016 at 19:32:58 UTC, Bauss wrote: On Saturday, 21 May 2016 at 11:02:41 UTC, Bauss wrote: On Saturday, 21 May 2016 at 10:02:17 UTC, Chris wrote: Thank you and yes, there's a few wiki pages at the moment. Just finished s

Re: Release DUB 0.9.25, new logo and updated website design

2016-05-22 Thread Bauss via Digitalmars-d-announce
On Sunday, 22 May 2016 at 19:36:39 UTC, Sönke Ludwig wrote: This version marks the final milestone before the 1.0.0 release, which is scheduled for mid-June. The API has been cleaned up and will be kept backwards compatible throughout 1.x.x (0.9.25->1.0.0 may still have some breaking changes).

Re: Diamond - MVC / Template engine

2016-05-21 Thread Bauss via Digitalmars-d-announce
On Saturday, 21 May 2016 at 19:46:38 UTC, Vladimir Panteleev wrote: On Saturday, 21 May 2016 at 08:20:00 UTC, Bauss wrote: Just finished up the base for Diamond and its initiate state with Github and Dub, as well the first guide on using Diamond with vibe.d for websites. The name is taken :)

Re: Diamond - MVC / Template engine

2016-05-21 Thread Bauss via Digitalmars-d-announce
On Saturday, 21 May 2016 at 11:02:41 UTC, Bauss wrote: On Saturday, 21 May 2016 at 10:02:17 UTC, Chris wrote: On Saturday, 21 May 2016 at 08:20:00 UTC, Bauss wrote: [snip] Sounds interesting. Are you planning to add a tutorial / more examples? Typo on your Github page: "on every playform th

Re: Diamond - MVC / Template engine

2016-05-21 Thread Bauss via Digitalmars-d-announce
On Saturday, 21 May 2016 at 10:02:17 UTC, Chris wrote: On Saturday, 21 May 2016 at 08:20:00 UTC, Bauss wrote: [snip] Sounds interesting. Are you planning to add a tutorial / more examples? Typo on your Github page: "on every playform that can compile D" playform => platform Thank you and

Diamond - MVC / Template engine

2016-05-21 Thread Bauss via Digitalmars-d-announce
Just finished up the base for Diamond and its initiate state with Github and Dub, as well the first guide on using Diamond with vibe.d for websites. Diamond is a MVC / Template framework originally made for a hobby project, but as I developed it further I saw some potential in it and have now

<    1   2   3