Re: Gordon programming language

2021-10-24 Thread Walter Bright via Digitalmars-d-announce
The Emperor would shoot you for interrupting his wedding with this news! Fire when Gordon's in range!

Re: Gordon programming language

2021-10-24 Thread Tero Hänninen via Digitalmars-d-announce
On Sunday, 24 October 2021 at 11:33:51 UTC, Basile B. wrote: Once thing I notice is that there does not seem to be a way to generate debug info. You really should support them (LLVM C api has a whole header with everything you need to achieve that), because not only this allows to debug the

Re: Gordon programming language

2021-10-24 Thread Basile B. via Digitalmars-d-announce
On Sunday, 24 October 2021 at 10:13:14 UTC, Tero Hänninen wrote: Hello, decided I'd post about my primarily D-influenced programming language here. Nice work. It's data oriented, compact and despite D's influence, has a very different personality with no emphasis on metaprogramming –

Re: Gordon programming language

2021-10-24 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 24 October 2021 at 10:13:14 UTC, Tero Hänninen wrote: Hello, decided I'd post about my primarily D-influenced programming language here. [...] Cool! I'll check it out 

Gordon programming language

2021-10-24 Thread Tero Hänninen via Digitalmars-d-announce
Hello, decided I'd post about my primarily D-influenced programming language here. It's data oriented, compact and despite D's influence, has a very different personality with no emphasis on metaprogramming – albeit having simple polymorphism and even compile time execution. Stability is