Re: embd 0.1.0 - embedded D

2013-03-06 Thread Sönke Ludwig
Am 06.03.2013 10:08, schrieb Nathan M. Swan: Announcing the release of embd, a low-level (i.e. small) API for embedding D code into text: https://github.com/carlor/embd It's a bit of an inconvenient API, but it's customizable and gives the client control in what gets passed to the

Re: embd 0.1.0 - embedded D

2013-03-06 Thread Sönke Ludwig
struct renderEmbd(string FILE, ALIASES...) { class Context(R) : emdb.Context { mixin(vibe.templ.utils.localAliases!(0, ALIASES)); R* _output;

Re: embd 0.1.0 - embedded D

2013-03-06 Thread Nathan M. Swan
On Wednesday, 6 March 2013 at 11:29:51 UTC, Sönke Ludwig wrote: Am 06.03.2013 10:08, schrieb Nathan M. Swan: Announcing the release of embd, a low-level (i.e. small) API for embedding D code into text: https://github.com/carlor/embd It's a bit of an inconvenient API, but it's customizable

Re: embd 0.1.0 - embedded D

2013-03-06 Thread Sönke Ludwig
Am 06.03.2013 19:08, schrieb Nathan M. Swan: On Wednesday, 6 March 2013 at 11:29:51 UTC, Sönke Ludwig wrote: Am 06.03.2013 10:08, schrieb Nathan M. Swan: Announcing the release of embd, a low-level (i.e. small) API for embedding D code into text: https://github.com/carlor/embd It's a bit

Re: embd 0.1.0 - embedded D

2013-03-06 Thread simendsjo
On Wednesday, 6 March 2013 at 19:17:56 UTC, Sönke Ludwig wrote: (...) Actually I plan to start breaking up the vibe-d package into smaller functional blocks at some point (...) Really looking forward to an std.event/async module :)