Thread overview
LDC 1.3.0-beta1 has been released!
May 05, 2017
Kai Nacke
May 05, 2017
John Colvin
May 05, 2017
9il
May 05, 2017
Hi everyone,

LDC 1.3.0-beta1, the LLVM-based D compiler, is available for download!
This release is based on the 2.073.2 frontend and standard library and supports LLVM 3.5-4.0.

We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, now bundled with DUB. :-)

It is the first release ever made at DConf. Feedback is highly welcome - just talk to me!

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

Regards,
Kai

May 05, 2017
On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:
> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
> http://forum.dlang.org/post/hzdleysafdckzgarpnyg@forum.dlang.org

In addition, the snap package can be installed on Linux distros that support it <https://snapcraft.io/docs/core/install> using:

    sudo snap install --classic --channel=1.3/beta ldc2

or, if you already have a version installed:

    sudo snap refresh --channel=1.3/beta ldc2

:-)
May 05, 2017
On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:
> Hi everyone,
>
> LDC 1.3.0-beta1, the LLVM-based D compiler, is available for download!
> This release is based on the 2.073.2 frontend and standard library and supports LLVM 3.5-4.0.
>
> We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, now bundled with DUB. :-)
>
> It is the first release ever made at DConf. Feedback is highly welcome - just talk to me!
>
> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
> http://forum.dlang.org/post/hzdleysafdckzgarpnyg@forum.dlang.org
>
> Regards,
> Kai

available on homebrew: `brew install ldc --devel`
May 05, 2017
On Friday, 5 May 2017 at 12:44:25 UTC, John Colvin wrote:
> On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:
>> Hi everyone,
>>
>> LDC 1.3.0-beta1, the LLVM-based D compiler, is available for download!
>> This release is based on the 2.073.2 frontend and standard library and supports LLVM 3.5-4.0.
>>
>> We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, now bundled with DUB. :-)
>>
>> It is the first release ever made at DConf. Feedback is highly welcome - just talk to me!
>>
>> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
>> http://forum.dlang.org/post/hzdleysafdckzgarpnyg@forum.dlang.org
>>
>> Regards,
>> Kai
>
> available on homebrew: `brew install ldc --devel`

Thanks!