Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-26 Thread Don via Digitalmars-d-announce
On Friday, 23 October 2015 at 16:37:20 UTC, Andrei Alexandrescu wrote: http://dconf.org/2016/index.html Typo: "we're grateful to benefit of their hosting" should be "we're grateful to get the benefit of their hosting" or "we're grateful to benefit from their hosting".

Re: Calypso progress report (+ updated MingW64 build)

2015-10-26 Thread Russel Winder via Digitalmars-d-announce
On Mon, 2015-10-26 at 02:54 +, Elie Morisse via Digitalmars-d- announce wrote: > […] > The build process got much simpler 2 weeks ago though, now that > it doesn't depend on an LLVM source tree and an external Clang > executable anymore it's almost identical to building LDC. In which case

Re: I need D to do (asm+D)bootloader.

2015-10-26 Thread Walter Bright via Digitalmars-d-announce
On 10/26/2015 10:19 AM, Iain Buclaw via Digitalmars-d-announce wrote: This is for D.learn, I'd suggest asking there (probably putting your code on a pastebin site to link in). Does pastebin code last forever? If it is ephemeral, it'd be better to include it in the posting.

Re: Fastest JSON parser in the world is a D project

2015-10-26 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 14 October 2015 at 07:35:49 UTC, Marco Leise wrote: Example: double x = 0, y = 0, z = 0; auto json = parseTrustedJSON(`{ "coordinates": [ { "x": 1, "y": 2, "z": 3 }, … ] }`); foreach (idx; json.coordinates) { // Provide one function for each key you are

scod - a clean and lightweight theme for ddox

2015-10-26 Thread Martin Nowak via Digitalmars-d-announce
Available as dub package: http://code.dlang.org/packages/scod Example: http://martinnowak.github.io/bloom/bloom.html We're currently working on dub integration of other doc generation tools (https://github.com/D-Programming-Language/dub/pull/702), for the time being you can use scod like so.

Re: Calypso progress report (+ updated MingW64 build)

2015-10-26 Thread Laeeth Isharc via Digitalmars-d-announce
Elie - thanks for posting the build. Have been working on something else past day, but this is on my list to look at next. Having quantlib work would be very nice for many financial users. Lots of people use it, even just as a check on their own stuff. Russell, I agree about the plotting,

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-26 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 10/26/2015 06:01 AM, Don wrote: On Friday, 23 October 2015 at 16:37:20 UTC, Andrei Alexandrescu wrote: http://dconf.org/2016/index.html Typo: "we're grateful to benefit of their hosting" should be "we're grateful to get the benefit of their hosting" or "we're grateful to benefit from their

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-26 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 23 October 2015 at 16:37:20 UTC, Andrei Alexandrescu wrote: Please join us at DConf 2016, the conference of the D programming language in Berlin, Germany, May 4-6 2016. Berlin. Germany. Europe. Yay just some hours off Venice :)

I need D to do (asm+D)bootloader.

2015-10-26 Thread guodemone via Digitalmars-d-announce
sorry,My english is poot. file asm.h /* 是bootasm.S汇编文件所需要的头文件,主要是一些与X86保护模式的段访问方式相关的宏定义 */ #ifndef __BOOT_ASM_H__ #define __BOOT_ASM_H__ /* Assembler macros to create x86 segments */ /* Normal segment */ #define SEG_NULLASM

Re: I want D to build OS,only with D

2015-10-26 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 26 October 2015 at 15:54:52 UTC, guodemone wrote: There is no example of a method to write OS(bootloader,)Including compiled, linked fashion Chapter 11 of my book https://www.packtpub.com/application-development/d-cookbook shows how you can get started. Though the runtime

Re: Heroku Buildpack for D

2015-10-26 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 26 October 2015 at 13:22:21 UTC, Andre wrote: Great work. I think it worths to only extract the necessary files. -> linux/lib64/* -> linux/bin64/* -> object.d (maybe also others from runtime) Did that, and also cleaned the local .dub folder.

Re: I need D to do (asm+D)bootloader.

2015-10-26 Thread Iain Buclaw via Digitalmars-d-announce
On 26 Oct 2015 4:50 pm, "guodemone via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > sorry,My english is poot. > > file asm.h > This is for D.learn, I'd suggest asking there (probably putting your code on a pastebin site to link in).

Re: I want D to build OS,only with D

2015-10-26 Thread Meta via Digitalmars-d-announce
On Monday, 26 October 2015 at 15:54:52 UTC, guodemone wrote: kill C,kill C++,only D I like D,so to build OS(Dlang).but dmd,gdc,ldc. There is no example of a method to write OS(bootloader,)Including compiled, linked fashion 欢迎你!谢谢你的问题。请你抄写这个问题在这儿:http://forum.dlang.org/group/learn