On 2012-12-26 17:32, Chris wrote:

Time is an issue, I know. I'd like to help you but my time is limited too.

What could be helpful is testing the snippets and see which works and which don't. I've started to adapt the snippets from the current DWT snippet repository to the DWT Mac repository.

Snippets: https://github.com/d-widget-toolkit/org.eclipse.swt.snippets

The "todo.taskpaper" file contains a list the snippets and their status.

DWT Mac repository: https://github.com/d-widget-toolkit/dwt-mac

Now that you mention it, I read that too. I was thinking of a PHP like
embedding like this:

<html>
...
<?d
auto greeting = "Hello";
writeln(greeting);
?>
...
</html>

I wonder how hard it would be to implement something like this for D.

Not that hard I think. Oh, now that I think of it, you should check out Vibe.d and especially its templates:

http://vibed.org/features#diet-templates

--
/Jacob Carlborg

Reply via email to