March 16, 2016
On Tuesday, 15 March 2016 at 13:01:31 UTC, CraigDillabaugh wrote:
> Maybe you can provide the students with fresh vegetables then :o)

GSoC == Google Summer of Cultivation?

March 18, 2016
On Thursday, 18 June 2015 at 08:05:48 UTC, John Colvin wrote:
> This appears to have involvement from all major browser vendors, which provides hope it might actually catch on properly. An llvm backend will be created which will compile to "wasm", hopefully LDC and/or SDC could glue to this.
>
> https://www.w3.org/community/webassembly/
>
> https://github.com/WebAssembly
>
> In particular, see https://github.com/WebAssembly/design/blob/master/HighLevelGoals.md https://github.com/WebAssembly/design/blob/master/FAQ.md and https://github.com/WebAssembly/design/blob/master/MVP.md

Hello everyone,
I am a student in college and am a newbie to webassembly and I wish to do a project to implement support for webassembly for SDC and LDC....can someone please help me regarding this.
March 19, 2016
On Friday, 18 March 2016 at 12:09:02 UTC, Adi wrote:
> On Thursday, 18 June 2015 at 08:05:48 UTC, John Colvin wrote:
>> This appears to have involvement from all major browser vendors, which provides hope it might actually catch on properly. An llvm backend will be created which will compile to "wasm", hopefully LDC and/or SDC could glue to this.
>>
>> https://www.w3.org/community/webassembly/
>>
>> https://github.com/WebAssembly
>>
>> In particular, see https://github.com/WebAssembly/design/blob/master/HighLevelGoals.md https://github.com/WebAssembly/design/blob/master/FAQ.md and https://github.com/WebAssembly/design/blob/master/MVP.md
>
> Hello everyone,
> I am a student in college and am a newbie to webassembly and I wish to do a project to implement support for webassembly for SDC and LDC....can someone please help me regarding this.

It is not clear what you need help with, the WebAssembly docs are listed above and GSoC has its own student manual.  There is also a contact email address for Craig, if you have general questions about GSoC that aren't covered in the docs.  Can you say what you need help with?
March 19, 2016
On Saturday, 19 March 2016 at 08:05:12 UTC, Joakim wrote:
> It is not clear what you need help with, the WebAssembly docs are listed above and GSoC has its own student manual.

The WebAssembly spec seems to be expressed in OCaml:

https://github.com/WebAssembly/spec/tree/master/ml-proto

Perhaps not as clear a standard text document, but the OCaml source is fairly readable.

March 19, 2016
On Saturday, 19 March 2016 at 08:05:12 UTC, Joakim wrote:
> It is not clear what you need help with, the WebAssembly docs are listed above and GSoC has its own student manual.  There is also a contact email address for Craig, if you have general questions about GSoC that aren't covered in the docs.  Can you say what you need help with?

Hello Sir,
I need help to write my proposal for gsoc.
March 19, 2016
On Saturday, 19 March 2016 at 16:18:00 UTC, Adi wrote:
> I need help to write my proposal for gsoc.

What exactly do you need help with? You can find some general hints at the GSoC student guide: http://write.flossmanuals.net/gsocstudentguide/writing-a-proposal/.

There are currently no extra hard rules for the D foundation, at least not this year. As a general note, though – I'm not involved with GSoC this year, neither as a student nor a mentor –, your proposal should demonstrate that you have researched the project at hand somewhat carefully (including the formal aspect!) and should convey that you will be able to pull your own weight over the course of the summer.

 — David
October 23, 2017
On Thursday, 18 June 2015 at 08:05:48 UTC, John Colvin wrote:
> This appears to have involvement from all major browser vendors, which provides hope it might actually catch on properly. An llvm backend will be created which will compile to "wasm", hopefully LDC and/or SDC could glue to this.
>
> https://www.w3.org/community/webassembly/
>
> https://github.com/WebAssembly
>
> In particular, see https://github.com/WebAssembly/design/blob/master/HighLevelGoals.md https://github.com/WebAssembly/design/blob/master/FAQ.md and https://github.com/WebAssembly/design/blob/master/MVP.md

WebAssembly reach a first step a first consensus on the design of the initial (MVP) WebAssembly API and binary format:
- http://webassembly.org/
- https://developer.mozilla.org/en-US/docs/WebAssembly
- https://github.com/webassembly

To remember it will be the next  open standard by a W3C Community Group to create portable and efficient application across major web browser. A such feature can offer to D a chance to have a killer app in 3D web application instead to develop complex C++ code.

Some examples:
- https://github.com/JasonWeathersby/WASMSobel/
- https://github.com/mdn/webassembly-examples/
October 24, 2017
On Monday, 23 October 2017 at 22:32:55 UTC, bioinfornatics wrote:
> To remember it will be the next  open standard by a W3C Community Group to create portable and efficient application across major web browser. A such feature can offer to D a chance to have a killer app in 3D web application instead to develop complex C++ code.

Consensus is irrelevant.

Google will lead, others will simply follow.

The web stack is like rubbish...a heterogeneous mixture of discardable material!

October 26, 2017
On Tuesday, 24 October 2017 at 02:08:42 UTC, codephantom wrote:
> On Monday, 23 October 2017 at 22:32:55 UTC, bioinfornatics wrote:
>> To remember it will be the next  open standard by a W3C Community Group to create portable and efficient application across major web browser. A such feature can offer to D a chance to have a killer app in 3D web application instead to develop complex C++ code.
>
> Consensus is irrelevant.
>
> Google will lead, others will simply follow.
>
> The web stack is like rubbish...a heterogeneous mixture of discardable material!

https://github.com/arcanosam/imgui_wasm_demo
6 7 8 9 10 11 12 13 14 15 16
Next ›   Last »