Re: LDC 0.13.0 has been released!

2014-06-25 Thread Walter Bright via Digitalmars-d-announce

On 6/23/2014 9:50 PM, Kai Nacke wrote:

Hi everyone,

LDC 0.13.0, the LLVM-based D compiler, is available for download!
This is the first stable release based on the 2.064.2 frontend and standard
library and supports LLVM 3.1-3.4.2 (OS X: 3.2/3.4.x only).

As usual, you can find links to the changelog and the binary packages over at
digitalmars.D.ldc:
http://forum.dlang.org/post/yefpjkfouykvwkjil...@forum.dlang.org

Regards,
Kai


Congratulations!


Laby clone in D

2014-06-25 Thread UplinkCoder via Digitalmars-d-announce
Hello I've written a clone of the game Laby 
https://github.com/sgimenez/laby in D.

But it is not complete yet, missing features include :
 - A GUI (it's a simple CLI right now)
 - Accutally parsing any language (it just accepts simple 
commands)


But writeing it was very delightful.
Roughly 250LOC.
It took maybe 5 hours ... All of it Fun!

git err get it at https://github.com/UplinkCoder/antd

please try it.


Re: Laby clone in D

2014-06-25 Thread UplinkCoder via Digitalmars-d-announce

Roughly 250LOC.

Correction dscanner says it's 200 LOC

Currently there is only one Labyrinth hardcoded.
But it's not hard to change, because it's just ASCII-ART
that is parsed.








Re: LDC 0.13.0 has been released!

2014-06-25 Thread FrankLike via Digitalmars-d-announce

On Tuesday, 24 June 2014 at 04:50:07 UTC, Kai Nacke wrote:

Hi everyone,

LDC 0.13.0, the LLVM-based D compiler, is available for 
download!
This is the first stable release based on the 2.064.2 frontend 
and standard library and supports LLVM 3.1-3.4.2 (OS X: 
3.2/3.4.x only).


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/yefpjkfouykvwkjil...@forum.dlang.org

Regards,
Kai


Congratulations!


Re: DGui is alive

2014-06-25 Thread FrankLike via Digitalmars-d-announce

How about the DGui's status?


Re: DGui is alive

2014-06-25 Thread Gary Willoughby via Digitalmars-d-announce

On Wednesday, 25 June 2014 at 15:16:03 UTC, FrankLike wrote:

How about the DGui's status?


https://bitbucket.org/dgui/dgui/issues


Re: LDC 0.13.0 has been released!

2014-06-25 Thread Kai Nacke via Digitalmars-d-announce

On Wednesday, 25 June 2014 at 07:13:27 UTC, Walter Bright wrote:

On 6/23/2014 9:50 PM, Kai Nacke wrote:

Hi everyone,

LDC 0.13.0, the LLVM-based D compiler, is available for 
download!
This is the first stable release based on the 2.064.2 frontend 
and standard

library and supports LLVM 3.1-3.4.2 (OS X: 3.2/3.4.x only).

As usual, you can find links to the changelog and the binary 
packages over at

digitalmars.D.ldc:
http://forum.dlang.org/post/yefpjkfouykvwkjil...@forum.dlang.org

Regards,
Kai


Congratulations!


Thanks. That was really hard work. I hope that we can create the 
next version a bit faster.


Regards,
Kai


Re: LDC 0.13.0 has been released!

2014-06-25 Thread Remo via Digitalmars-d-announce

On Wednesday, 25 June 2014 at 18:28:50 UTC, Kai Nacke wrote:

On Wednesday, 25 June 2014 at 07:13:27 UTC, Walter Bright wrote:

On 6/23/2014 9:50 PM, Kai Nacke wrote:

Hi everyone,

LDC 0.13.0, the LLVM-based D compiler, is available for 
download!
This is the first stable release based on the 2.064.2 
frontend and standard

library and supports LLVM 3.1-3.4.2 (OS X: 3.2/3.4.x only).

As usual, you can find links to the changelog and the binary 
packages over at

digitalmars.D.ldc:
http://forum.dlang.org/post/yefpjkfouykvwkjil...@forum.dlang.org

Regards,
Kai


Congratulations!


Thanks. That was really hard work. I hope that we can create 
the next version a bit faster.


Regards,
Kai


I hope this too. IMHO LDC is very important as a D2 compiler!
One question is will be next version use 2.065 or 2.066 frontend ?
Beta of DMD 2.066 is almost there.

Regards,
Remo


Re: LDC 0.13.0 has been released!

2014-06-25 Thread Kai Nacke via Digitalmars-d-announce

On Wednesday, 25 June 2014 at 18:33:12 UTC, Remo wrote:

On Wednesday, 25 June 2014 at 18:28:50 UTC, Kai Nacke wrote:
On Wednesday, 25 June 2014 at 07:13:27 UTC, Walter Bright 
wrote:

On 6/23/2014 9:50 PM, Kai Nacke wrote:

Hi everyone,

LDC 0.13.0, the LLVM-based D compiler, is available for 
download!
This is the first stable release based on the 2.064.2 
frontend and standard

library and supports LLVM 3.1-3.4.2 (OS X: 3.2/3.4.x only).

As usual, you can find links to the changelog and the binary 
packages over at

digitalmars.D.ldc:
http://forum.dlang.org/post/yefpjkfouykvwkjil...@forum.dlang.org

Regards,
Kai


Congratulations!


Thanks. That was really hard work. I hope that we can create 
the next version a bit faster.


Regards,
Kai


I hope this too. IMHO LDC is very important as a D2 compiler!
One question is will be next version use 2.065 or 2.066 
frontend ?

Beta of DMD 2.066 is almost there.

Regards,
Remo


It will be based on 2.065. There are only a few issues left in 
this version. 2.066 will add new issues in addition to the 
existing once. That is the reason why I will not skip a frontend 
version.


Regards,
Kai


Re: LDC 0.13.0 has been released!

2014-06-25 Thread David Nadlinger via Digitalmars-d-announce

On Wednesday, 25 June 2014 at 18:43:34 UTC, Kai Nacke wrote:
It will be based on 2.065. There are only a few issues left in 
this version. 2.066 will add new issues in addition to the 
existing once. That is the reason why I will not skip a 
frontend version.


I support your decision.

We have release building down to a science now, the most 
time-consuming thing is usually just waiting for the LLVM build 
to complete (apart from writing the release notes, of course – 
and having to wait for me to run the build process for the OS X 
packages on my notebook). The hard part is ironing out the one to 
two hard to debug issues that inevitable seem to crop up with 
every new frontend merge.


David