Re: Gordon programming language

2021-11-17 Thread Salih Dincer 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. ... Website: https://tjhann.github.io/gordon-web/ ```d 1 // The default enum base type is ubyte to not bloat structs (better for cache use).

Re: Gordon programming language

2021-11-15 Thread Tony via Digitalmars-d-announce
On Sunday, 24 October 2021 at 10:13:14 UTC, Tero Hänninen wrote: Hello, I don't know how to make websites... and I want a much lighter background actually. Take a look! :) Haven't done html in years, but I believe this line is specifying the color of your text and the color of your

Re: Gordon programming language

2021-10-27 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 27 October 2021 at 06:04:01 UTC, Tero Hänninen wrote: On Tuesday, 26 October 2021 at 20:26:57 UTC, Imperatorn wrote: On Tuesday, 26 October 2021 at 18:19:59 UTC, Tero Hänninen wrote: [...] How does D-interop work? I'm not sure what you mean, there is no D-interop. It's just a

Re: Gordon programming language

2021-10-27 Thread bauss via Digitalmars-d-announce
On Tuesday, 26 October 2021 at 10:11:34 UTC, JN wrote: On Tuesday, 26 October 2021 at 04:38:40 UTC, Tero Hänninen wrote: On Monday, 25 October 2021 at 18:38:15 UTC, Walter Bright wrote: Thanks for the kind words! P.S. The quote is from Flash Gordon. Ah, didn't know about that although have

Re: Gordon programming language

2021-10-27 Thread Tero Hänninen via Digitalmars-d-announce
On Tuesday, 26 October 2021 at 20:26:57 UTC, Imperatorn wrote: On Tuesday, 26 October 2021 at 18:19:59 UTC, Tero Hänninen wrote: [...] How does D-interop work? I'm not sure what you mean, there is no D-interop. It's just a similar language so by tweaks etc I mean differences to D.

Re: Gordon programming language

2021-10-26 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 26 October 2021 at 18:19:59 UTC, Tero Hänninen wrote: On Tuesday, 26 October 2021 at 15:12:08 UTC, Dennis wrote: [...] I wanted to have a language that accurately supports my way of doing programming and doesn't have many features beyond that, a lean language. I wanted more

Re: Gordon programming language

2021-10-26 Thread Tero Hänninen via Digitalmars-d-announce
On Tuesday, 26 October 2021 at 15:12:08 UTC, Dennis wrote: On Sunday, 24 October 2021 at 10:13:14 UTC, Tero Hänninen wrote: decided I'd post about my primarily D-influenced programming language here. Looks very interesting. Why did you create it? I wanted to have a language that accurately

Re: Gordon programming language

2021-10-26 Thread Dennis via Digitalmars-d-announce
On Sunday, 24 October 2021 at 10:13:14 UTC, Tero Hänninen wrote: decided I'd post about my primarily D-influenced programming language here. Looks very interesting. Why did you create it?

Re: Gordon programming language

2021-10-26 Thread Tero Hänninen via Digitalmars-d-announce
On Tuesday, 26 October 2021 at 13:25:53 UTC, Tero Hänninen wrote: On Tuesday, 26 October 2021 at 10:11:34 UTC, JN wrote: I actually named my language after Gordon Freeman from the Half-Life games which I liked to play. He gets lots done with little resources and is silent. My favorite game

Re: Gordon programming language

2021-10-26 Thread Tero Hänninen via Digitalmars-d-announce
On Tuesday, 26 October 2021 at 10:11:34 UTC, JN wrote: I actually named my language after Gordon Freeman from the Half-Life games which I liked to play. He gets lots done with little resources and is silent. My favorite game character. I was hoping the language is inspired after Gordon

Re: Gordon programming language

2021-10-26 Thread JN via Digitalmars-d-announce
On Tuesday, 26 October 2021 at 04:38:40 UTC, Tero Hänninen wrote: On Monday, 25 October 2021 at 18:38:15 UTC, Walter Bright wrote: Thanks for the kind words! P.S. The quote is from Flash Gordon. Ah, didn't know about that although have heard the name somewhere. I actually named my

Re: Gordon programming language

2021-10-25 Thread Tero Hänninen via Digitalmars-d-announce
On Monday, 25 October 2021 at 18:38:15 UTC, Walter Bright wrote: Thanks for the kind words! P.S. The quote is from Flash Gordon. Ah, didn't know about that although have heard the name somewhere. I actually named my language after Gordon Freeman from the Half-Life games which I liked to

Re: Gordon programming language

2021-10-25 Thread Walter Bright via Digitalmars-d-announce
On 10/25/2021 1:38 AM, Tero Hänninen wrote: On Monday, 25 October 2021 at 00:39:07 UTC, Walter Bright wrote: The Emperor would shoot you for interrupting his wedding with this news! Fire when Gordon's in range! Ohh sh*t, I've got to runnn! Thanks for creating D, Walter. I liked the core D

Re: Gordon programming language

2021-10-25 Thread Tero Hänninen via Digitalmars-d-announce
On Monday, 25 October 2021 at 00:39:07 UTC, Walter Bright wrote: The Emperor would shoot you for interrupting his wedding with this news! Fire when Gordon's in range! Ohh sh*t, I've got to runnn! Thanks for creating D, Walter. I liked the core D language the moment I first saw it and got

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