Re: Release D 2.106.0

2023-12-03 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 2 December 2023 at 18:09:11 UTC, Iain Buclaw wrote: Glad to announce D 2.106.0, ♥ to the 33 contributors. This release comes with... - In the D language, it is now possible to statically initialize AAs. - In dmd, there's a new `-nothrow` CLI flag. - In dub, `dub init` now has a

Re: First Beta 2.106.0

2023-11-15 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 14 November 2023 at 23:17:32 UTC, Andrey Zherikov wrote: On Thursday, 2 November 2023 at 00:57:23 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.106.0 release, ♥ to the 33 contributors. http://dlang.org/download.html#dmd_beta

Re: DLF September 2023 Planning Update

2023-11-14 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 14 November 2023 at 08:18:20 UTC, Mike Parker wrote: In September 2023, we had one planning session. The major item on the agenda was editions. Other items were a new meeting format, the Bugzilla to GitHub migration, and the future of D. [...] Great summary. From the user side

Re: DLF September 2023 Monthly Meeting Summary

2023-11-12 Thread Imperatorn via Digitalmars-d-announce
On Monday, 13 November 2023 at 00:55:37 UTC, zjh wrote: On Sunday, 12 November 2023 at 19:50:02 UTC, Mike Parker wrote: https://gist.github.com/mdparker/f28c9ae64f096cd06db6b987318cc581 I can't access it,please post it here. https://paste.myst.rs/u074ali8

Re: First Beta 2.106.0

2023-11-02 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 2 November 2023 at 09:13:55 UTC, Iain Buclaw wrote: On Thursday, 2 November 2023 at 07:49:32 UTC, Imperatorn wrote: Why is it named nothrow if what it's really doing is not adding the unwinders? A nothrow switch could imply it's doing something in relationship to nothrow, which it

Re: First Beta 2.106.0

2023-11-02 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 2 November 2023 at 00:57:23 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.106.0 release, ♥ to the 33 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.106.0.html As usual please report any bugs at https://issues.dlang.org

Re: From the D Blog: Crafting Self-Evident Code in D

2023-10-26 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 26 October 2023 at 03:15:00 UTC, Walter Bright wrote: On 10/4/2023 12:50 PM, claptrap wrote: Yes he can do what he likes, nobody has the right to demand anything from him. But his position and experience and knowledge is such that him doing a talk on coding guidelines is

Re: Blog post: How we are using D to develop Aspect from the ground up

2023-10-23 Thread Imperatorn via Digitalmars-d-announce
On Monday, 23 October 2023 at 19:02:46 UTC, Sönke Ludwig wrote: I've written up an article that showcases how we use D in production and how that benefits us in unique ways. The format of a single blog post limits the detail into which it can go, given the broad scope, so this is probably not

Re: LDC 1.35.0

2023-10-20 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 17 October 2023 at 18:29:49 UTC, Imperatorn wrote: On Tuesday, 17 October 2023 at 17:58:43 UTC, kinke wrote: On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote: ``` lld-link: error: undefined symbol: _d_newitemT [...] ``` Sounds like you're using an

Re: LDC 1.35.0

2023-10-17 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 17 October 2023 at 17:58:43 UTC, kinke wrote: On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote: ``` lld-link: error: undefined symbol: _d_newitemT [...] ``` Sounds like you're using an older host compiler with newer target libs. That doesn't work, the

Re: LDC 1.35.0

2023-10-17 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 17 October 2023 at 16:32:30 UTC, Imperatorn wrote: On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote: ``` lld-link: error: undefined symbol: _d_newitemT [...] ``` Related to this? https://github.com/dlang/dmd/commit/159a8801a08eb14dd5c8ff2c88e1221975af7898 A lot

Re: LDC 1.35.0

2023-10-17 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote: ``` lld-link: error: undefined symbol: _d_newitemT referenced by /home/johan/dlang/ldc-1.34.0/bin/../import/std/array.d:3509

Re: LDC 1.35.0

2023-10-17 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 17 October 2023 at 09:59:09 UTC, kinke wrote: On Monday, 16 October 2023 at 20:54:05 UTC, Sergey wrote: Does the build from GitHub now use LLVM's SPIR-V? It is not stated in release changes Yes, we've switched to the experimental LLVM target with our LDC-LLVM 16, in LDC v1.34

Re: LDC 1.35.0

2023-10-15 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 15 October 2023 at 13:37:30 UTC, kinke wrote: Glad to announce LDC 1.35.0. Major changes: * Based on D 2.105.2+. * A few important ImportC fixes. * Fix GC2Stack optimization regression introduced in v1.24. Full release log and downloads:

Re: tshare/1.0 a fast way to share file using transfer.sh

2023-10-11 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 11 October 2023 at 14:30:50 UTC, kinke wrote: On Saturday, 7 October 2023 at 22:40:58 UTC, Andrea Fontana wrote: Question: - Is there a way to compile curl statically with ldc for windows? If I try (using -static), it throws a runtime error. Yes; IIRC, you need to link

Re: implicit-context v0.0.1

2023-10-06 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 5 October 2023 at 22:38:35 UTC, Antonio wrote: On Friday, 29 September 2023 at 08:33:56 UTC, Imperatorn wrote: [...] Context is dynamically generated/destroyed. I developed this Idea in 2009 with c#. We named this "functional context" (15 years ago)... I found out later

Re: implicit-context v0.0.1

2023-09-30 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 30 September 2023 at 12:40:29 UTC, Guillaume Piolat wrote: On Friday, 29 September 2023 at 16:56:47 UTC, Imperatorn wrote: Sounds a bit like dependency injection but for state Possibly, I'm not familiar with dependency injection. When is it useful? When you want to register a

Re: implicit-context v0.0.1

2023-09-29 Thread Imperatorn via Digitalmars-d-announce
On Friday, 29 September 2023 at 15:30:30 UTC, Guillaume Piolat wrote: On Friday, 29 September 2023 at 15:00:33 UTC, Imperatorn wrote: [...] Only if proven on DUB. [...] Think of it like envvars for threads. When you launch a process, the launcher knows to copy the environment variables.

Re: implicit-context v0.0.1

2023-09-29 Thread Imperatorn via Digitalmars-d-announce
On Friday, 29 September 2023 at 11:00:05 UTC, Guillaume Piolat wrote: On Friday, 29 September 2023 at 08:33:56 UTC, Imperatorn wrote: Interesting, what are the benefits of using this instead of global variables? Thinking about this, it's more vs TLS variable. __gshared would require

Re: implicit-context v0.0.1

2023-09-29 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 28 September 2023 at 23:28:02 UTC, Guillaume Piolat wrote: Hi, Ever had a bit of feature-envy about Odin's "context" feature [1]? It is something used to pass "contextual" parameters, like a logger, an allocator, to callees. It is akin to Scala's "implicit parameters", or Jai

Re: LDC 1.35.0-beta1

2023-09-28 Thread Imperatorn via Digitalmars-d-announce
On Monday, 11 September 2023 at 19:06:44 UTC, kinke wrote: Glad to announce the first beta for LDC 1.35. The single major change for now is the bump to D v2.105.1+. Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.35.0-beta1 Please help test, and thanks

Re: reggae v0.10.0 - The meta build system just got better

2023-09-27 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 27 September 2023 at 15:13:19 UTC, Atila Neves wrote: On Tuesday, 26 September 2023 at 16:17:34 UTC, Andrey Zherikov wrote: On Thursday, 21 September 2023 at 15:59:10 UTC, Atila Neves wrote: ... I got your point. Why does it have multiple languages (front-ends)? Is there

Re: SerpentOS departs from Dlang

2023-09-16 Thread Imperatorn via Digitalmars-d-announce
On Friday, 15 September 2023 at 21:49:17 UTC, ryuukk_ wrote: On Friday, 15 September 2023 at 17:39:41 UTC, M.M. wrote: [...] That's unfortunate.. Ikey seems to still want to use D, so the main driving factor is the contributors, i wonder what are the exact reasons, pseudo memory safety

Re: Writing a bare-metal RISC-V application in D

2023-03-03 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 23 February 2023 at 00:57:43 UTC, Mike Parker wrote: I stumbled on this on /r/programming this morning: https://zyedidia.github.io/blog/posts/1-d-baremetal/ There's a follow up post focused on VisionFive 2 here: https://zyedidia.github.io/blog/posts/2-baremetal-visionfive/ And

Re: 2023: Focusing on stability, GitHub Sponsors, and Frozen DIPs

2023-02-20 Thread Imperatorn via Digitalmars-d-announce
On Monday, 20 February 2023 at 12:38:56 UTC, Mike Parker wrote: As we are now nearly two months into the new year, I'm becoming both excited and anxious. ### Focusing on stability As a result of a discussion that took place during our January meeting (summary coming this week!), Walter and

Re: Beerconf October 2022

2022-11-01 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 1 November 2022 at 16:02:36 UTC, data pulverizer wrote: On Tuesday, 1 November 2022 at 15:05:48 UTC, Mike Parker wrote: [...] I'd suggest that it is either removed or replaced with something more informative, so that people know what is coming and what events that have taken

This week in D

2022-10-31 Thread Imperatorn via Digitalmars-d-announce
http://dpldocs.info/this-week-in-d/Blog.Posted_2022_10_31.html

Re: Beerconf October 2022

2022-10-29 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 29 October 2022 at 10:14:31 UTC, rikki cattermole wrote: And now for some good news! Its almost Halloween, so grab your candy and any spooky brews you may have, and join us for a ghostly chat! https://meet.jit.si/Dlang2022OctoberBeerConf 

Re: Serverino 0.3.0 - now with windows support

2022-10-28 Thread Imperatorn via Digitalmars-d-announce
On Friday, 28 October 2022 at 09:30:21 UTC, Andrea Fontana wrote: On Friday, 28 October 2022 at 09:25:11 UTC, Imperatorn wrote: On Friday, 28 October 2022 at 07:42:26 UTC, Andrea Fontana wrote: On Thursday, 27 October 2022 at 19:46:47 UTC, Imperatorn wrote: Nice, sometimes you just need some

Re: Serverino 0.3.0 - now with windows support

2022-10-28 Thread Imperatorn via Digitalmars-d-announce
On Friday, 28 October 2022 at 07:42:26 UTC, Andrea Fontana wrote: On Thursday, 27 October 2022 at 19:46:47 UTC, Imperatorn wrote: Nice, sometimes you just need some quick and dirty http That's exactly one of the use cases :) I'm on Windows 10 and your three-liner just worked, thanks

Re: Serverino 0.3.0 - now with windows support

2022-10-27 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 16 October 2022 at 19:49:08 UTC, Andrea Fontana wrote: Hello there. I've just released a new version of serverino, a simple and ready-to-go http server with zero external dependencies (pure D!). I changed a lot of things under the hood from the last version and tests are

Re: D Language Foundation Meeting September 2022 Monthly Meeting Summary

2022-10-27 Thread Imperatorn via Digitalmars-d-announce
On Monday, 17 October 2022 at 14:10:49 UTC, Mike Parker wrote: The D Language Foundation's monthly meeting for September 2022 took place on September 2nd at 14:00 UTC. The following were in attendance: [...] Thank for all the work you're doing

Re: A new Tree-Sitter Grammar for D

2022-10-27 Thread Imperatorn via Digitalmars-d-announce
On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. [...] Nice project! Good work

Re: A new Tree-Sitter Grammar for D

2022-10-27 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 27 October 2022 at 07:37:41 UTC, Jack Applegame wrote: On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. You can find it at

Re: Beta 2.101.0

2022-10-19 Thread Imperatorn via Digitalmars-d-announce
On Monday, 17 October 2022 at 11:35:22 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.101.0 release, ♥ to the 299 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.101.0.html As usual please report any bugs at https://issues.dlang.org -Iain

Re: ctod: a tool that translates C code to D

2022-10-13 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 13 October 2022 at 19:18:07 UTC, Dennis wrote: # ctod **GitHub:** https://github.com/dkorpel/ctod **Dub:** https://code.dlang.org/packages/ctod [...] Looks like it could be a nice addition to the toolbox

Re: Ali introduced D at Northeastern University

2022-10-04 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 4 October 2022 at 05:26:53 UTC, Ali Çehreli wrote: DConf 2022 speaker Mike Shah[1] had invited me to give a presentation for the computer science students at Northeastern University. I was there this past Friday having a great time not only presenting but also meeting with the

Re: typed-router: Django-esque Path Handling for vibe.d

2022-10-02 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 1 October 2022 at 18:29:23 UTC, Kyle Ingraham wrote: Hi all. I use Django and Python for web development in my day job but vastly prefer working in D. I decided to try using D's flexibility to bring a bit of Django's API to vibe.d's routing. The result is a vibe.d router that

Re: Binary Literals Not Going Anywhere

2022-09-26 Thread Imperatorn via Digitalmars-d-announce
On Monday, 26 September 2022 at 04:40:02 UTC, Mike Parker wrote: You may have seen [the long discussion about the deprecation of binary literals(https://forum.dlang.org/thread/vphguaninxedxopjk...@forum.dlang.org). A few hours ago, Walter and I recorded a second conversation for our YouTube

Re: Another Windows Bindings by win32metadata

2022-08-05 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 31 July 2022 at 02:46:47 UTC, godmyoh wrote: Hi everyone! I have been using the rumbu13's Windows Bindings (https://github.com/rumbu13/windows-d), but it does not work well with the latest metadata. So I have created my own bindings. https://github.com/godmyoh/windows-win32-d

Re: Added copy constructors to "Programming in D"

2022-01-27 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 27 January 2022 at 15:30:02 UTC, Ali Çehreli wrote: On 1/8/22 05:23, Imperatorn wrote: > [...] wrote: >> [...] constructors: >> [...] http://ddili.org/ders/d.en/special_functions.html#ix_special_functions.copy%20constructor [...] Wonderful, thanks for your highly valuable

Re: The DIID series (Do It In D)

2022-01-24 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 23 January 2022 at 14:23:45 UTC, Guillaume Piolat wrote: How bad really is the D ecosystem? I've started the DIID series, a good old snippet collection for you to copy/paste. A series of article to highlight how shockingly easy some things are in D today. [...] YESSS!!

Re: From the D Blog: The Binary Language of Moisture Vaporators

2022-01-24 Thread Imperatorn via Digitalmars-d-announce
On Monday, 24 January 2022 at 14:22:21 UTC, Mike Parker wrote: Some of you may be aware that Walter recently added a disassembler to DMD. He writes about it in his latest post for the D blog. The blog: https://dlang.org/blog/2022/01/24/the-binary-language-of-moisture-vaporators/ Reddit:

Re: DMD now incorporates a disassembler

2022-01-08 Thread Imperatorn via Digitalmars-d-announce
On Friday, 7 January 2022 at 21:41:55 UTC, Walter Bright wrote: Compile with -vasm to see it! Enjoy! For the file test.d: int demo(int x) { return x * x; } Compiling with: dmd test.d -c -vasm prints: _D4test4demoFiZi: : 89 F8 mov EAX,EDI 0002:

Re: Added copy constructors to "Programming in D"

2022-01-08 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 8 January 2022 at 02:07:10 UTC, Ali Çehreli wrote: 1) After about three years, I finally added copy constructors: http://ddili.org/ders/d.en/special_functions.html#ix_special_functions.copy%20constructor [...] Splendid! Will the physical book also be updated? Thanks!

Re: Hunt Framework 3.4.6 released, RESTful service and MVC supported!

2021-12-29 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 29 December 2021 at 08:53:28 UTC, zoujiaqing wrote: Hunt Framework is completely using D programming language (DLang) development of Web services Framework, can be very fast development of RESTful and MVC server applications, soon 2022 New Year's Day to further improve the

Re: Skia library for D, porting from SkiaSharp API.

2021-12-07 Thread Imperatorn via Digitalmars-d-announce
On Monday, 6 December 2021 at 09:08:20 UTC, zoujiaqing wrote: SkiaD is a cross-platform 2D graphics API for D based on Mono's SkiaSharp. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images. https://github.com/gearui/skiad Nice,

Re: GDC has just landed v2.098.0-beta.1 into GCC

2021-12-01 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 30 November 2021 at 19:37:34 UTC, Iain Buclaw wrote: Hi, The latest version of the D language has [now landed](https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5fee5ec362f7a243f459e6378fd49dfc89dc9fb5) in GCC. [...] ❤️

Re: Lumars 1.1.1 & Lumarsh 0.2.2

2021-11-26 Thread Imperatorn via Digitalmars-d-announce
On Friday, 26 November 2021 at 11:11:20 UTC, SealabJaster wrote: # Lumars Lumars is a high-level wrapper around the Lua API. It only targets Lua 5.1 because of LuaJit. It bundles a precompiled version of LuaJit for Windows and Posix x86_64 machines to make it easier to include. [...]

Re: The Winners of the Last Two Prizes and Q & A Videos

2021-11-21 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 21 November 2021 at 20:48:30 UTC, Mike Parker wrote: Apologies again for the SNAFU at the end of the Q & A livestream. I managed to leave off a quotation mark from one of the strings in my names array for the daily prize. Then after I successfully ran it, I found I had an *extra*

Re: LDC package now available on OpenBSD

2021-11-21 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 21 November 2021 at 13:55:25 UTC, Brian Callahan wrote: Hi D community -- Hot on the heels of my DConf 2021 talk, I'm happy to announce that I have just imported the LDC package to OpenBSD. You should be able to run `pkg_add ldc` no later than tomorrow and get an LDC binary.

Re: Beerconf for Dconf

2021-11-20 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 20 November 2021 at 14:23:18 UTC, Ethan wrote: On Saturday, 20 November 2021 at 14:04:49 UTC, Steven Schveighoff My understanding is that Iain is currently unavailable, so I created a Beerconf instance in Jitsi. I'll be there but muted as I'm watching the first talk. BEERCONF

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

2021-11-16 Thread Imperatorn 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. [...] Nice, remember to put

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

2021-11-16 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 16 November 2021 at 13:34:49 UTC, Jacob Carlborg wrote: # Cross-Platform GitHub Action 0.3.0 I would like to announce a new release of [Cross-Platform GitHub Action](https://github.com/marketplace/actions/cross-platform-action),

Re: D Language Foundation Quarterly Meeting, October 2021

2021-11-05 Thread Imperatorn via Digitalmars-d-announce
On Friday, 5 November 2021 at 11:57:40 UTC, Mike Parker wrote: This meeting took place on October 22nd at 13:00 UTC. Apologies for the delayed summary. [...] Nice summary! I got more confidence in the future of D after reading this.

Re: On the Blog: DLang News for September/October 2021

2021-10-30 Thread Imperatorn via Digitalmars-d-announce
On Friday, 29 October 2021 at 15:03:46 UTC, Mike Parker wrote: For those of you who haven't been keeping up, a summary of the latest goings on in DLand over the past two months is now up on the blog. I've also included a message that's more forward-looking. [...] 

Re: Beerconf October 2021

2021-10-29 Thread Imperatorn via Digitalmars-d-announce
On Friday, 29 October 2021 at 02:54:13 UTC, Steven Schveighoffer wrote: On 10/18/21 9:44 AM, Steven Schveighoffer wrote: # BEERCONF! Just one month to go before the next [dconf online](http://dconf.org/2021/online/index.html), I hope everyone is excited! In the meantime, we will once again

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-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-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 

Re: LDC 1.28.0

2021-10-19 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 19 October 2021 at 23:37:22 UTC, kinke wrote: Glad to announce LDC 1.28 - some highlights: * Based on D 2.098.0+ (yesterday's stable). * Dynamic casts across binary boundaries (DLLs etc.) now work. * Windows: `-dllimport=defaultLibsOnly` doesn't require `-linkonce-templates`

Re: D Language Foundation Monthly Meeting Summary (September 24, 2021)

2021-10-19 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 12 October 2021 at 19:21:50 UTC, Ben Jones wrote: On Wednesday, 6 October 2021 at 06:23:01 UTC, WebFreak001 wrote: On Friday, 1 October 2021 at 12:32:20 UTC, Mike Parker wrote: [...] new slogan [...] want to generate controversial heat? Do it in D (DIID) (careful with there

Re: Beta 2.098.0

2021-10-17 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 17 October 2021 at 15:54:46 UTC, Dennis wrote: On Tuesday, 12 October 2021 at 12:55:16 UTC, Adam Ruppe wrote: On Sunday, 10 October 2021 at 23:11:56 UTC, Walter Bright wrote: ImportC resolves a long standing serious issue where multiple other substantial attempts at solving it have

Re: DMD Frontend working in WebAssembly

2021-10-15 Thread Imperatorn via Digitalmars-d-announce
On Friday, 15 October 2021 at 11:52:24 UTC, hatf0 wrote: On Friday, 15 October 2021 at 07:28:55 UTC, Sebastiaan Koppe wrote: [...] Very cool! This all would not be possible with your wasm forks -- they are the saving grace here. Regarding upstreaming the patch... that will be rather

Re: DMD Frontend working in WebAssembly

2021-10-15 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 14 October 2021 at 22:56:07 UTC, hatf0 wrote: Hi all, I've just managed to get the full DMD front-end to work in WebAssembly (with skoppe's druntime fork). This doesn't do code-gen or anything (but it potentially could?), and has some OS-specific functionality stubbed out. No

Re: New library: argparse, for parsing CLI arguments

2021-10-13 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 13 October 2021 at 11:27:40 UTC, Andrey Zherikov wrote: Hi everyone, I'm happy to announce that I've published a CLI argument parsing library - [argparse](https://code.dlang.org/packages/argparse). It's been around for some time already so please take a look and provide your

Re: Beta 2.098.0

2021-10-12 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 10 October 2021 at 23:11:56 UTC, Walter Bright wrote: On 10/5/2021 10:36 AM, ag0aep6g wrote: it's also true that Walter prioritizes new features instead (ImportC is the latest fad) ImportC resolves a long standing serious issue where multiple other substantial attempts at solving

Re: Release 2.098.0

2021-10-11 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 10 October 2021 at 14:10:53 UTC, Martin Nowak wrote: Glad to announce D 2.098.0, ♥ to the 62 contributors. This release comes with template alias assignments, ImportC, a forking parallel GC for POSIX systems, and many more changes. http://dlang.org/download.html

Re: dexed-ide v3.9.13

2021-10-11 Thread Imperatorn via Digitalmars-d-announce
On Monday, 11 October 2021 at 09:54:48 UTC, Basile B. wrote: On Monday, 11 October 2021 at 09:52:14 UTC, Basile B. wrote: On Monday, 11 October 2021 at 07:42:12 UTC, Imperatorn wrote: On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote: [...]  I'm on Windows though, but thanks for

Re: DConf Online 2021 Schedule Published

2021-10-11 Thread Imperatorn via Digitalmars-d-announce
On Monday, 11 October 2021 at 09:19:24 UTC, bauss wrote: On Saturday, 9 October 2021 at 08:20:44 UTC, Imperatorn wrote: On Saturday, 9 October 2021 at 00:31:46 UTC, Adam Ruppe wrote: On Friday, 8 October 2021 at 22:16:16 UTC, Matheus wrote: Adam beyond the continuation... we need a new and

Re: dexed-ide v3.9.13

2021-10-11 Thread Imperatorn via Digitalmars-d-announce
On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote: ## Enhancements - messages, search results: exclude backticks if the option _backTicksHighlight_ is enabled. - GDB commander: double click on the call stack to select a frame and refresh the different views. This is especially

Re: DConf Online 2021 Schedule Published

2021-10-09 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 9 October 2021 at 00:31:46 UTC, Adam Ruppe wrote: On Friday, 8 October 2021 at 22:16:16 UTC, Matheus wrote: Adam beyond the continuation... we need a new and simply Web Browser written in D. :) You know back in 2013ish I actually was doing a little one. htmlwidget.d in my github

Re: Release Candidate [was: Re: Beta 2.098.0]

2021-10-08 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 7 October 2021 at 23:18:39 UTC, Martin Nowak wrote: On Wednesday, 29 September 2021 at 20:53:53 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.098.0 release, ♥ to the 62 contributors. http://dlang.org/download.html#dmd_beta

Re: Beta 2.098.0

2021-10-05 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 5 October 2021 at 17:36:28 UTC, ag0aep6g wrote: On 05.10.21 11:28, Imperatorn wrote: On Tuesday, 5 October 2021 at 07:55:11 UTC, FeepingCreature wrote: On Monday, 4 October 2021 at 22:40:19 UTC, Temtaime wrote: [...] This is just uncalled for. I'm sure you can express what you

Re: Beta 2.098.0

2021-10-05 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 5 October 2021 at 07:55:11 UTC, FeepingCreature wrote: On Monday, 4 October 2021 at 22:40:19 UTC, Temtaime wrote: What is really discourages me that persons like Walter instead of making D great just do nothing helpful. This is just uncalled for. I'm sure you can express what you

Re: D Language Foundation Monthly Meeting Summary (September 24, 2021)

2021-10-04 Thread Imperatorn via Digitalmars-d-announce
On Monday, 4 October 2021 at 15:44:11 UTC, Ki Rill wrote: On Friday, 1 October 2021 at 12:32:20 UTC, Mike Parker wrote: [...] These are great news! As for the new slogan, I believe we need to put some emphasis on D's modelling power. If I come up with something decent, I'll post it. [...]

Re: D Language Foundation Monthly Meeting Summary (September 24, 2021)

2021-10-03 Thread Imperatorn via Digitalmars-d-announce
On Friday, 1 October 2021 at 12:32:20 UTC, Mike Parker wrote: Attendees: Andrei Alexandrescu Walter Bright Iain Buclaw Ali Çehreli Max Haughton Martin Kinkelin Mathias Lang Razvan Nitu Mike Parker [...] I don't have a slogan in mind. But it would be nice if it could capture the plasticity

Re: Beta 2.098.0

2021-10-02 Thread Imperatorn via Digitalmars-d-announce
On Friday, 1 October 2021 at 11:13:28 UTC, kinke wrote: On Wednesday, 29 September 2021 at 20:53:53 UTC, Martin Nowak wrote: [...] and some personal lack of time. Thanks for your time! - Tests with latest beta3 are looking good for the Symmetry code base, incl. significant RAM reductions

Re: GtkD Coding Post #0113: GTK/GIO Application IDs and Signals

2021-09-30 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 14 September 2021 at 18:17:31 UTC, Ron Tarrant wrote: On Monday, 13 September 2021 at 18:02:23 UTC, Imperatorn wrote: I think gtkD is our best hope atm. Would be really nice tho to have an integrated editor, like Glade but integrated in some IDE Uh-oh. Now I've got something to

Re: Beta 2.098.0

2021-09-29 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 29 September 2021 at 20:53:53 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.098.0 release, ♥ to the 62 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.098.0.html This release is quite a bit delayed due to [OSX build

Re: Dexe-ide 3.9.12

2021-09-25 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 25 September 2021 at 15:31:40 UTC, Basile B wrote: [...] 

Re: GtkD Coding Post #0113: GTK/GIO Application IDs and Signals

2021-09-13 Thread Imperatorn via Digitalmars-d-announce
On Friday, 10 September 2021 at 08:18:48 UTC, Ron Tarrant wrote: Continuation of the discussion from last week: https://gtkdcoding.com/2021/09/10/0113-gtk-gio-application-ids-signals.html I think gtkD is our best hope atm. Would be really nice tho to have an integrated editor, like Glade

Re: Surprise - New Post on the GtkD Coding Blog

2021-09-07 Thread Imperatorn via Digitalmars-d-announce
On Friday, 3 September 2021 at 15:47:41 UTC, Ron Tarrant wrote: Has it really been 15 months since I last posted an article? Um, yes. Yes, it has. [...] Welcome back! 

Re: GCC 11.2 Released

2021-08-01 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 29 July 2021 at 14:51:40 UTC, Iain Buclaw wrote: Hi, GCC version 11.2 was released on the 28th. GCC 11.2 is a bug-fix release from the GCC 11 branch containing important fixes for regressions and serious bugs in GCC 11.1. In the D language front-end and standard library, there

Re: Yurai - Full Stack Web Framework (Diamond MVC Successor)

2021-07-08 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 7 July 2021 at 08:32:16 UTC, bauss wrote: Been a while since I've actually posted anything on the forums, but I've still been actively programming in D. [...] Very nice 

Re: Dlang Setup Tutorials

2021-06-11 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 10 June 2021 at 18:11:45 UTC, Igor wrote: Hi, I made my first few video tutorials and they are about how to setup DLang development environment on Windows and Linux. Hopefully it can help new people quickly setup everything for playing around with our beautiful language :).

Re: Keep up with ImportC using hashtag #ImportC

2021-06-10 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 8 June 2021 at 06:39:51 UTC, Walter Bright wrote: https://twitter.com/hashtag/ImportC?src=hashtag_click There are a couple ancient tweets there, just ignore them. ImportC will actually be kinda cool

Re: DConf Online & Symmetry Autumn of Code 2021

2021-06-10 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 9 June 2021 at 07:47:00 UTC, Mike Parker wrote: Symmetry has confirmed: we are doing SAOC 2021 and it kicks off on September 15. And I can confirm that DConf Online 2021 is happening in November. I'll be formally announcing both on the D Blog soon, with dates, deadlines, and

Re: (Oh My) Gentool 0.4.0 released

2021-06-07 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 6 June 2021 at 10:03:11 UTC, evilrat wrote: ## (oh my) gentool v0.4 is now out. It is my fancy tool to generate extern(C++) stuff quicker, it takes regular compiler flags that you usually pass to clang and translates C/C++ code to D. This release has one new feature: support

Re: GCC 11.1 Released

2021-06-05 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 27 May 2021 at 14:14:40 UTC, WebFreak001 wrote: On Thursday, 27 May 2021 at 01:04:37 UTC, Iain Buclaw wrote: ... my [Github Sponsor page](https://github.com/sponsors/ibuclaw/). ... TIL, sponsored! Ditto

Re: D Language Foundation Monthly Meeting Summary

2021-06-05 Thread Imperatorn via Digitalmars-d-announce
On Friday, 4 June 2021 at 19:31:57 UTC, IGotD- wrote: On Friday, 4 June 2021 at 18:34:32 UTC, Imperatorn wrote: You might be surprised, but it's actually not up to you what topic fits or not. I said GC-phobia is irrational, I did not say any criticism of it is. Obviously GC is good for

Re: D Language Foundation Monthly Meeting Summary

2021-06-05 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 5 June 2021 at 08:51:07 UTC, Ola Fosheim Grøstad wrote: On Friday, 4 June 2021 at 18:34:32 UTC, Imperatorn wrote: [...] This is the announce forum, so it is kinda misplaced, but we are all contributing to this so... :) [...] I get your point, but I still think GC will remain

Re: D Language Foundation Monthly Meeting Summary

2021-06-04 Thread Imperatorn via Digitalmars-d-announce
On Friday, 4 June 2021 at 13:32:37 UTC, Ola Fosheim Grøstad wrote: On Friday, 4 June 2021 at 12:44:07 UTC, Imperatorn wrote: GC won't go away tho. What might happen is more flexibility. The GC-phobia is irrational. The topic doesn't fit in this thread, but it isn't irrational. You have to

Re: D Language Foundation Monthly Meeting Summary

2021-06-04 Thread Imperatorn via Digitalmars-d-announce
On Friday, 4 June 2021 at 00:14:11 UTC, zjh wrote: On Thursday, 3 June 2021 at 23:48:16 UTC, zjh wrote: [...] As a small language, if you want to succeed.There is no way out except to be the best. Otherwise, why don't I use C++? [...] GC won't go away tho. What might happen is more

Re: LWDR (Light Weight D Runtime) for Microcontrollers v0.2.3

2021-05-31 Thread Imperatorn via Digitalmars-d-announce
On Sunday, 30 May 2021 at 14:28:25 UTC, Dylan Graham wrote: Github: https://github.com/0dyl/LWDR DUB: https://code.dlang.org/packages/lwdr [...] Well done sir! Keep it up ☀️

Re: D Language Foundation Monthly Meeting Summary

2021-05-28 Thread Imperatorn via Digitalmars-d-announce
On Friday, 28 May 2021 at 14:56:08 UTC, Mike Parker wrote: We've just completed our monthly meeting for the month of May 2021. One decision we made is to start providing summaries of the topics discussed. Hence this forum post. [...] Splendid! Communication is king

Re: CalderaD - SDL2 Vulkan renderer for windows, linux, and android

2021-05-27 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 27 May 2021 at 10:12:43 UTC, Danny Arends wrote: On Friday, 14 May 2021 at 21:12:55 UTC, Imperatorn wrote: On Friday, 14 May 2021 at 16:39:53 UTC, Danny Arends wrote: [...] Nice! Is it on dub as well? No not yet, It's still very very early for that I think. I was hoping to

Re: Welcome to DUB, the D package registry. Total 2000 packages found.

2021-05-21 Thread Imperatorn via Digitalmars-d-announce
On Friday, 21 May 2021 at 13:14:08 UTC, Martin Tschierschke wrote: Nice milestone! Question: It seams that there is no html link from DUB page(*) to dlang.org homepage? * https://code.dlang.org/ Once you're in, there's no turning back...

  1   2   >