Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Petar via Digitalmars-d-announce
On Monday, 1 February 2021 at 18:11:43 UTC, sighoya wrote: On Monday, 1 February 2021 at 13:37:38 UTC, Petar Kirov [ZombineDev] wrote: Any dlang slack member can invite new members by their email (I think even temporary email addresses are fine). On which email shall I send you an invite? Is

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Виталий Фадеев via Digitalmars-d-announce
On Tuesday, 2 February 2021 at 04:24:48 UTC, Виталий Фадеев wrote: On Tuesday, 2 February 2021 at 03:53:43 UTC, Виталий Фадеев wrote: On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting If the article is about

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Виталий Фадеев via Digitalmars-d-announce
On Tuesday, 2 February 2021 at 03:53:43 UTC, Виталий Фадеев wrote: On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting If the article is about scripting, then the article will contain examples of scripts used in

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Виталий Фадеев via Digitalmars-d-announce
On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting If the article is about scripting, then the article will contain examples of scripts used in business. For example, to delete all dub caches in a directory: Version

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread sighoya via Digitalmars-d-announce
On Monday, 1 February 2021 at 13:37:38 UTC, Petar Kirov [ZombineDev] wrote: Any dlang slack member can invite new members by their email (I think even temporary email addresses are fine). On which email shall I send you an invite? Is there any PM mechanism on board, no?

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Marcone via Digitalmars-d-announce
On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting D lang is life! I used Python for scripting, but D lang is better, I don't need install interpreter for execute it. I hope someay fobos have same support as Python

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread drug via Digitalmars-d-announce
On 2/1/21 4:37 PM, Petar Kirov [ZombineDev] wrote: On Monday, 1 February 2021 at 12:49:28 UTC, drug wrote: On 2/1/21 3:28 PM, Petar Kirov [ZombineDev] wrote: I just created #article-proofreading - everyone is welcome to join! How can I join? I used slack once for a short period some time

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Petar via Digitalmars-d-announce
On Monday, 1 February 2021 at 12:41:19 UTC, Paul Backus wrote: On Monday, 1 February 2021 at 12:11:46 UTC, Petar Kirov [ZombineDev] wrote: On Monday, 1 February 2021 at 11:10:28 UTC, Paul Backus wrote: Unfortunately, you can't pass more than one command-line argument on a #! line. It is

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Petar via Digitalmars-d-announce
On Monday, 1 February 2021 at 12:49:28 UTC, drug wrote: On 2/1/21 3:28 PM, Petar Kirov [ZombineDev] wrote: I just created #article-proofreading - everyone is welcome to join! How can I join? I used slack once for a short period some time ago. Any dlang slack member can invite new

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread drug via Digitalmars-d-announce
On 2/1/21 3:28 PM, Petar Kirov [ZombineDev] wrote: I just created #article-proofreading - everyone is welcome to join! How can I join? I used slack once for a short period some time ago.

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Paul Backus via Digitalmars-d-announce
On Monday, 1 February 2021 at 12:11:46 UTC, Petar Kirov [ZombineDev] wrote: On Monday, 1 February 2021 at 11:10:28 UTC, Paul Backus wrote: Unfortunately, you can't pass more than one command-line argument on a #! line. It is possible, using `/usr/bin/env -S command arg1 arg2` , as of

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread drug via Digitalmars-d-announce
On 2/1/21 3:14 PM, Petar Kirov [ZombineDev] wrote: On Monday, 1 February 2021 at 11:52:18 UTC, aberba wrote: On Monday, 1 February 2021 at 11:29:02 UTC, Bastiaan Veelo wrote: On Sunday, 31 January 2021 at 20:47:13 UTC, Steven Schveighoffer wrote: On 1/31/21 3:36 PM, aberba wrote: It's

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Petar via Digitalmars-d-announce
On Monday, 1 February 2021 at 12:26:02 UTC, drug wrote: On 2/1/21 3:14 PM, Petar Kirov [ZombineDev] wrote: [..] Perhaps we can create a channel on the dlang Slack for proofreading articles and blog posts, so that more people can have a chance to review an article before publishing. That's

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Petar via Digitalmars-d-announce
On Monday, 1 February 2021 at 11:10:28 UTC, Paul Backus wrote: On Monday, 1 February 2021 at 09:36:15 UTC, Jacob Carlborg wrote: On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting FYI, the code will compile faster if

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Petar via Digitalmars-d-announce
On Monday, 1 February 2021 at 11:52:18 UTC, aberba wrote: On Monday, 1 February 2021 at 11:29:02 UTC, Bastiaan Veelo wrote: On Sunday, 31 January 2021 at 20:47:13 UTC, Steven Schveighoffer wrote: On 1/31/21 3:36 PM, aberba wrote: It's finally out!

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread aberba via Digitalmars-d-announce
On Monday, 1 February 2021 at 11:29:02 UTC, Bastiaan Veelo wrote: On Sunday, 31 January 2021 at 20:47:13 UTC, Steven Schveighoffer wrote: On 1/31/21 3:36 PM, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting Hm... right off I see the shebang is not the first

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Bastiaan Veelo via Digitalmars-d-announce
On Sunday, 31 January 2021 at 20:47:13 UTC, Steven Schveighoffer wrote: On 1/31/21 3:36 PM, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting Hm... right off I see the shebang is not the first line in the example. It has to be. Please fix, Aberba, right now

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Paul Backus via Digitalmars-d-announce
On Monday, 1 February 2021 at 09:36:15 UTC, Jacob Carlborg wrote: On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting FYI, the code will compile faster if you use `dmd -run` instead of `rdmd`. If you have multiple files

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Jacob Carlborg via Digitalmars-d-announce
On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting FYI, the code will compile faster if you use `dmd -run` instead of `rdmd`. If you have multiple files that need to be compiled you can use `dmd -i -run`. -- /Jacob