www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Status of BetterC

reply Pavel Vozenilek <pv pv.com> writes:
I am interested in viability of using BetterC (and only BetterC) 
for a project.

1. Is BetterC supported by GDC and LDC compilers?
2. Is there debugger/editor/IDE support?
3. The only language specific documentation seems to be
    https://dlang.org/spec/betterc.html
    Is more documentation planned?
Jan 30 2019
parent rikki cattermole <rikki cattermole.co.nz> writes:
On 31/01/2019 3:12 AM, Pavel Vozenilek wrote:
 I am interested in viability of using BetterC (and only BetterC) for a 
 project.
 
 1. Is BetterC supported by GDC and LDC compilers?
LDC yes, dunno about GDC but it'll depend upon the version.
 2. Is there debugger/editor/IDE support?
Not required. Use any up to date IDE/editor and it'll already work.
 3. The only language specific documentation seems to be
     https://dlang.org/spec/betterc.html
     Is more documentation planned?
Not required. Same language just some bits are left out implementation wise. Basically anything that relies on druntime. Easy!
Jan 30 2019