Re: CodinGame adds support for 2 new programming languages

2019-09-26 Thread Aldo via Digitalmars-d-announce

On Thursday, 26 September 2019 at 15:58:46 UTC, Andre Pany wrote:

Hi,

Based on the voting results 
(https://www.codingame.com/forum/t/poll-what-programming-language-would-you-like-codingame-to-support-next) Codingame is currently adding 2 new programming languages, Type Script and D!


Thanks for your votes, they made it happen!

Kind regards
Andre


Awesome!


CodinGame adds support for 2 new programming languages

2019-09-26 Thread Andre Pany via Digitalmars-d-announce

Hi,

Based on the voting results 
(https://www.codingame.com/forum/t/poll-what-programming-language-would-you-like-codingame-to-support-next) Codingame is currently adding 2 new programming languages, Type Script and D!


Thanks for your votes, they made it happen!

Kind regards
Andre


Demo: Calling Typescript library from D via WebAssembly

2019-09-26 Thread Sebastiaan Koppe via Digitalmars-d-announce
I would like to announce an example showcasing D interacting with 
a Typescript library via WebAssembly.


https://github.com/skoppe/spasm-tradingview-example

I have started work on a small project that generates these 
bindings automatically, leveraging the typescript compiler. This 
could also be used to interact with javascript libraries which 
have typescript bindings.