Re: [Semi-OT] Cross-Platform GitHub Action 0.3.0 - NetBSD

2021-11-17 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 17 November 2021 at 17:08:00 UTC, kinke wrote: On Wednesday, 17 November 2021 at 15:43:55 UTC, Imperatorn wrote: On Wednesday, 17 November 2021 at 09:03:09 UTC, Jacob Carlborg wrote: On Tuesday, 16 November 2021 at 14:04:12 UTC, Imperatorn wrote: [...] I can add older

Re: dmt: Python-like indentation in D programming language

2021-11-17 Thread Witold Baryluk via Digitalmars-d-announce
On Wednesday, 17 November 2021 at 08:28:07 UTC, mw wrote: To be frank, by just Python syntax alone I wasn't sure how many people want to try it. There are good reasons for it. 1) It enforces indentations, so code is harder to screw up. Also because you need to indent, it often is easier to

Re: [Semi-OT] Cross-Platform GitHub Action 0.3.0 - NetBSD

2021-11-17 Thread kinke via Digitalmars-d-announce
On Wednesday, 17 November 2021 at 15:43:55 UTC, Imperatorn wrote: On Wednesday, 17 November 2021 at 09:03:09 UTC, Jacob Carlborg wrote: On Tuesday, 16 November 2021 at 14:04:12 UTC, Imperatorn wrote: Oh, nice to see support for FreeBSD. I just added a version for it in druntime 4 days ago.

Re: [Semi-OT] Cross-Platform GitHub Action 0.3.0 - NetBSD

2021-11-17 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 17 November 2021 at 09:03:09 UTC, Jacob Carlborg wrote: On Tuesday, 16 November 2021 at 14:04:12 UTC, Imperatorn wrote: Oh, nice to see support for FreeBSD. I just added a version for it in druntime 4 days ago. Now maybe we can test it lol I can add older versions of FreeBSD

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: dmt: Python-like indentation in D programming language

2021-11-17 Thread JN via Digitalmars-d-announce
On Tuesday, 16 November 2021 at 21:58:24 UTC, Witold Baryluk wrote: Hi, `dmt` is an old project of mine from around year 2006. I ported it recently from D1 to D2, and added some extra features and support for extra keywords, and fixed few bugs here and there. `dmt` is a converter (offline

Re: [Semi-OT] Cross-Platform GitHub Action 0.3.0 - NetBSD

2021-11-17 Thread Jacob Carlborg via Digitalmars-d-announce
On Tuesday, 16 November 2021 at 14:38:48 UTC, Sebastiaan Koppe wrote: I was reading https://github.com/marketplace/actions/cross-platform-action#under-the-hood and have to say I am impressed. Looks like a very well done library. Thanks. Yeah, it turned out to be quite complex to support

Re: [Semi-OT] Cross-Platform GitHub Action 0.3.0 - NetBSD

2021-11-17 Thread Jacob Carlborg via Digitalmars-d-announce
On Tuesday, 16 November 2021 at 14:04:12 UTC, Imperatorn wrote: Oh, nice to see support for FreeBSD. I just added a version for it in druntime 4 days ago. Now maybe we can test it lol I can add older versions of FreeBSD (currently 12.2 and 13 are supported) if there's a need for that.

Re: dmt: Python-like indentation in D programming language

2021-11-17 Thread mw via Digitalmars-d-announce
On Tuesday, 16 November 2021 at 21:58:24 UTC, Witold Baryluk wrote: Hi, `dmt` is an old project of mine from around year 2006. I ported it recently from D1 to D2, and added some extra features and support for extra keywords, and fixed few bugs here and there. `dmt` is a converter (offline