Re: typescript plugin for vibe.d diet templates

2015-01-18 Thread Ali Çehreli via Digitalmars-d-announce
On 01/17/2015 10:24 AM, Fatih Kadir Akin wrote: I met the language yesterday, I wrote the package yesterday :) I'm in awe! :) Ali

Re: typescript plugin for vibe.d diet templates

2015-01-18 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-01-17 19:24, Fatih Kadir Akin wrote: TypeScript compiler doesn't accept stdin pipes, I tried using Unix fifo but since I'm not an Unix expert, couldn't figure it out. The last thing was using a temporary file -- which also sounds not good to me :) How about embedding the TypeScript

Re: typescript plugin for vibe.d diet templates

2015-01-18 Thread via Digitalmars-d-announce
On Saturday, 17 January 2015 at 18:24:52 UTC, Fatih Kadir Akin wrote: First, creating temporary files with predictable names is a bad idea, because it opens the door for symlink attacks. Unfortunately, I don't know of an alternative way to do this safely using only the standard library; it

Re: typescript plugin for vibe.d diet templates

2015-01-17 Thread Fatih Kadir Akin via Digitalmars-d-announce
First, creating temporary files with predictable names is a bad idea, because it opens the door for symlink attacks. Unfortunately, I don't know of an alternative way to do this safely using only the standard library; it seems, this crucial functionality is missing. I've asked here:

typescript plugin for vibe.d diet templates

2015-01-17 Thread Mengu via Digitalmars-d-announce
a friend of mine liked d so much -you know, after i show off all the kewl features :)- he just built a typescript plugin for vibe.d diet templates. it's a fork of martin's coffeescript plugin. https://github.com/f/diet-typescript for the uninformed, typescript is a typed superset

Re: typescript plugin for vibe.d diet templates

2015-01-17 Thread via Digitalmars-d-announce
On Saturday, 17 January 2015 at 11:26:40 UTC, Mengu wrote: a friend of mine liked d so much -you know, after i show off all the kewl features :)- he just built a typescript plugin for vibe.d diet templates. it's a fork of martin's coffeescript plugin. https://github.com/f/diet-typescript