digitalmars.D.learn - Status of BetterC
- Pavel Vozenilek (7/7) Jan 30 2019 I am interested in viability of using BetterC (and only BetterC)
- rikki cattermole (5/13) Jan 30 2019 Not required. Use any up to date IDE/editor and it'll already work.
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
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