www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - A motto for D

reply forkit <forkit gmail.com> writes:
I don't know if D has a motto. If it does, it aint' that great, 
cause I can't remember what it is.

Same as above, for every programming language I know of (except I 
think C++ has something.. about.. something .. I can't really 
remember).

Anyways...after reading Dennis Ritchies' account in relation to 
the creation of C, he mentions they just wanted to "create 
interesting software more easily".

I propose this as D's motto: 'Create interesting software more 
easily'.

Such a motto seems to fit very well with everything I know about 
D.

It's also a statement about D, now, and in the future (e.g. for 
those who don't seem to know what D's vision is ...)

It's also a statement that provides guidance, to would-be 
contributors.

And of course, such a motto serves as a great marketing tool.
Nov 17 2021
next sibling parent WebFreak001 <d.forum webfreak.org> writes:
On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I don't know if D has a motto. If it does, it aint' that great, 
 cause I can't remember what it is.

 Same as above, for every programming language I know of (except 
 I think C++ has something.. about.. something .. I can't really 
 remember).

 Anyways...after reading Dennis Ritchies' account in relation to 
 the creation of C, he mentions they just wanted to "create 
 interesting software more easily".

 I propose this as D's motto: 'Create interesting software more 
 easily'.

 Such a motto seems to fit very well with everything I know 
 about D.

 It's also a statement about D, now, and in the future (e.g. for 
 those who don't seem to know what D's vision is ...)

 It's also a statement that provides guidance, to would-be 
 contributors.

 And of course, such a motto serves as a great marketing tool.
I like it. Hard to let go of my 2 current favorites: "Do it in D" or "Just D it", but I think this is just a better motto ^^ I could see this be the official new motto for D as well. It was "Fast code, fast" before but they wanted to change it so I would be for this one.
Nov 17 2021
prev sibling next sibling parent reply zjh <fqbqrr 163.com> writes:
On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I don't know if D has a motto. If it does, it aint' that great,
`D,Yes,We Can`.
Nov 17 2021
next sibling parent reply russhy <russhy gmail.com> writes:
On Wednesday, 17 November 2021 at 11:04:09 UTC, zjh wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I don't know if D has a motto. If it does, it aint' that great,
`D,Yes,We Can`.
There is one, it's on the main page: "Fast code, fast." https://dlang.org/ Unfortunately, thanks to the STD board, it is not true the moment you write that line: ``` import std; ``` So just use D, and that motto will stay true! don't listen to GC advocators and that motto will stay true!
Nov 17 2021
next sibling parent reply Ben Jones <fake fake.fake> writes:
I put this in another thread, but "from prototype to(through?) 
production"
Nov 17 2021
parent reply Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Wednesday, 17 November 2021 at 16:46:23 UTC, Ben Jones wrote:
 I put this in another thread, but "from prototype to(through?) 
 production"
I still think this is the best one. "From prototype to production"
Nov 19 2021
parent reply arco <qva6y4sqi relay.firefox.com> writes:
On Friday, 19 November 2021 at 22:49:50 UTC, Imperatorn wrote:
 On Wednesday, 17 November 2021 at 16:46:23 UTC, Ben Jones wrote:
 I put this in another thread, but "from prototype to(through?) 
 production"
I still think this is the best one. "From prototype to production"
I don't think it's that good as a motto. A good motto should serve two purposes: 1. Tell, in less than a single sentence, why the language is good and why should people try it. "From prototype to production" is too general and too abstract; at first glance people won't understand what it means and when they do, they will ask "... And why should I want to use the same language for prototype and for production?" 2. It should serve as an overarching statement of what is the language's goal. It should be possible to look at proposed features or improvements and ask yourself, how does this proposal help to achieve the motto's goals? Rudy's "Empowering everyone to write reliable and efficient software" is too long, not catchy enough, but it is descriptive and it gives a general direction.
Nov 20 2021
next sibling parent reply arco <qva6y4sqi relay.firefox.com> writes:
On Sunday, 21 November 2021 at 00:41:56 UTC, arco wrote:
 On Friday, 19 November 2021 at 22:49:50 UTC, Imperatorn wrote:
 [...]
I don't think it's that good as a motto. A good motto should serve two purposes: [...]
Sorry I meant Rust, not Rudy (damn Android...)
Nov 20 2021
parent reply Tejas <notrealemail gmail.com> writes:
On Sunday, 21 November 2021 at 00:43:53 UTC, arco wrote:
 On Sunday, 21 November 2021 at 00:41:56 UTC, arco wrote:
 On Friday, 19 November 2021 at 22:49:50 UTC, Imperatorn wrote:
 [...]
I don't think it's that good as a motto. A good motto should serve two purposes: [...]
Sorry I meant Rust, not Rudy (damn Android...)
I thought you were writing `Ruby` and was like "realiable? _Efficient_? Ruby? Dafaq?!" XD
Nov 20 2021
parent Siarhei Siamashka <siarhei.siamashka gmail.com> writes:
On Sunday, 21 November 2021 at 02:03:07 UTC, Tejas wrote:
 On Sunday, 21 November 2021 at 00:43:53 UTC, arco wrote:
 Sorry I meant Rust, not Rudy (damn Android...)
I thought you were writing `Ruby` and was like "realiable? _Efficient_? Ruby? Dafaq?!" XD
This sounds like [Crystal](https://crystal-lang.org/). That's another young programing language trying to find its niche and competing with Dlang. But looks like they [abandoned their "Fast as C, Slick as Ruby" motto](https://forum.crystal-lang.org/t/the-core-principles- ehind-crystal/1671) recently.
Nov 20 2021
prev sibling parent reply forkit <forkit gmail.com> writes:
On Sunday, 21 November 2021 at 00:41:56 UTC, arco wrote:
 On Friday, 19 November 2021 at 22:49:50 UTC, Imperatorn wrote:
 On Wednesday, 17 November 2021 at 16:46:23 UTC, Ben Jones 
 wrote:
 I put this in another thread, but "from prototype 
 to(through?) production"
I still think this is the best one. "From prototype to production"
I don't think it's that good as a motto. A good motto should serve two purposes: 1. Tell, in less than a single sentence, why the language is good and why should people try it. "From prototype to production" is too general and too abstract; at first glance people won't understand what it means and when they do, they will ask "... And why should I want to use the same language for prototype and for production?" 2. It should serve as an overarching statement of what is the language's goal. It should be possible to look at proposed features or improvements and ask yourself, how does this proposal help to achieve the motto's goals? Rudy's "Empowering everyone to write reliable and efficient software" is too long, not catchy enough, but it is descriptive and it gives a general direction.
I kinda already done this ;-) 'Create interesting software more easily'. Isn't that what ALL programmers are trying to do? Isn't that what ALL language developers are trying to do? Isn't that what would motivate others to use it? Is there anything more 'overarching' than that? Take it .. before someone else does ;-)
Nov 20 2021
parent arco <qva6y4sqi relay.firefox.com> writes:
On Sunday, 21 November 2021 at 03:09:12 UTC, forkit wrote:
 On Sunday, 21 November 2021 at 00:41:56 UTC, arco wrote:
 [...]
I kinda already done this ;-) 'Create interesting software more easily'. Isn't that what ALL programmers are trying to do? Isn't that what ALL language developers are trying to do? Isn't that what would motivate others to use it? Is there anything more 'overarching' than that? Take it .. before someone else does ;-)
That's a little bit too overarching ;) ALL languages strive for that, so it doesn't set D apart. It also doesn't provide a rule of thumb as to what the language should and shouldn't do.
Nov 20 2021
prev sibling parent zjh <fqbqrr 163.com> writes:
On Wednesday, 17 November 2021 at 16:27:31 UTC, russhy wrote:
 On Wednesday, 17 November 2021 at 11:04:09 UTC, zjh wrote:
`GC advocators` make us not enjoy system programming. That's hateful.
Nov 17 2021
prev sibling next sibling parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Wednesday, 17 November 2021 at 11:04:09 UTC, zjh wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I don't know if D has a motto. If it does, it aint' that great,
`D,Yes,We Can`.
"D" is used as code for male genitals in informal communication… Any motto with "D" in it will be subject for ridicule.
Nov 17 2021
next sibling parent Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Wednesday, 17 November 2021 at 16:54:11 UTC, Ola Fosheim 
Grøstad wrote:
 On Wednesday, 17 November 2021 at 11:04:09 UTC, zjh wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I don't know if D has a motto. If it does, it aint' that 
 great,
`D,Yes,We Can`.
"D" is used as code for male genitals in informal communication… Any motto with "D" in it will be subject for ridicule.
Examples: https://www.google.com/search?q=I+love+D+t-shirt
Nov 17 2021
prev sibling next sibling parent reply zjh <fqbqrr 163.com> writes:
On Wednesday, 17 November 2021 at 16:54:11 UTC, Ola Fosheim 
Grøstad wrote:
 On Wednesday, 17 November 2021 at 11:04:09 UTC, zjh wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I don't know if D has a motto. If it does, it aint' that 
 great,
`D,Yes,We Can`.
"D" is used as code for male genitals in informal
I'm Chinese. I don't understand that . Have to think again.
Nov 17 2021
next sibling parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Thursday, 18 November 2021 at 01:12:44 UTC, zjh wrote:
 I'm Chinese. I don't understand that
 .
 Have to think again.
I didn't think of that either, as I am Norwegian, but then I saw people making fun of D on some website... :-)
Nov 17 2021
parent zjh <fqbqrr 163.com> writes:
On Thursday, 18 November 2021 at 01:16:35 UTC, Ola Fosheim 
Grøstad wrote:
 On Thursday, 18 November 2021 at 01:12:44 UTC, zjh wrote:
Those jokes are meaningless.
Nov 17 2021
prev sibling next sibling parent =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
On 11/17/21 5:12 PM, zjh wrote:
 On Wednesday, 17 November 2021 at 16:54:11 UTC, Ola Fosheim Gr=C3=B8sta=
d wrote:
 "D" is used as code for male genitals in informal
=20 I'm Chinese. I don't understand that .. Have to think again. =20
https://knowyourmeme.com/memes/the-d Ali
Nov 17 2021
prev sibling parent reply Patrick Schluter <Patrick.Schluter bbox.fr> writes:
On Thursday, 18 November 2021 at 01:12:44 UTC, zjh wrote:
 On Wednesday, 17 November 2021 at 16:54:11 UTC, Ola Fosheim 
 Grøstad wrote:
 On Wednesday, 17 November 2021 at 11:04:09 UTC, zjh wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I don't know if D has a motto. If it does, it aint' that 
 great,
`D,Yes,We Can`.
"D" is used as code for male genitals in informal
I'm Chinese. I don't understand that . Have to think again.
D is the first letter of dick. It's a childish americanism comparable to the n word or the f word.
Nov 17 2021
parent reply zjh <fqbqrr 163.com> writes:
On Thursday, 18 November 2021 at 07:57:03 UTC, Patrick Schluter 
wrote:

 D is the first letter of dick. It's a childish americanism 
 comparable to the n word or the f word.
understand.
Nov 18 2021
parent reply Dom DiSc <dominikus scherkl.de> writes:
On Thursday, 18 November 2021 at 08:14:42 UTC, zjh wrote:
 On Thursday, 18 November 2021 at 07:57:03 UTC, Patrick Schluter 
 wrote:

 D is the first letter of dick. It's a childish americanism 
 comparable to the n word or the f word.
understand.
In America nearly every second word can have some sexual connotation. As if there weren't already too much of them. I personally find even the word "dick" far fetched to have that meaning. If you need a one-letter abbreviation, I would say it's the "P"-word. If you'd ask me, D is about the 13th letter that would come to mind to have some sexual meaning. Halve the latin alphabet is more likely to be misinterpreted that way. God hates America.
Nov 18 2021
next sibling parent zjh <fqbqrr 163.com> writes:
On Thursday, 18 November 2021 at 08:57:08 UTC, Dom DiSc wrote:

 God hates America.
capitalism.
Nov 18 2021
prev sibling parent reply Max Samukha <maxsamukha gmail.com> writes:
On Thursday, 18 November 2021 at 08:57:08 UTC, Dom DiSc wrote:
 On Thursday, 18 November 2021 at 08:14:42 UTC, zjh wrote:
 On Thursday, 18 November 2021 at 07:57:03 UTC, Patrick 
 Schluter wrote:

 D is the first letter of dick. It's a childish americanism 
 comparable to the n word or the f word.
understand.
In America nearly every second word can have some sexual connotation. As if there weren't already too much of them. I personally find even the word "dick" far fetched to have that meaning. If you need a one-letter abbreviation, I would say it's the "P"-word. If you'd ask me, D is about the 13th letter that would come to mind to have some sexual meaning. Halve the latin alphabet is more likely to be misinterpreted that way. God hates America.
Ola Fosheim Grøstad is a full-time troll here. Don't take him too seriously.
Nov 19 2021
next sibling parent Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Friday, 19 November 2021 at 13:18:54 UTC, Max Samukha wrote:
 Ola Fosheim Grøstad is a full-time troll here. Don't take him 
 too seriously.
Nope. Never trolled anyone. Also never said anything about the US.
Nov 19 2021
prev sibling next sibling parent Dom DiSc <dominikus scherkl.de> writes:
On Friday, 19 November 2021 at 13:18:54 UTC, Max Samukha wrote:
 On Thursday, 18 November 2021 at 08:57:08 UTC, Dom DiSc wrote:
 On Thursday, 18 November 2021 at 08:14:42 UTC, zjh wrote:
 On Thursday, 18 November 2021 at 07:57:03 UTC, Patrick 
 Schluter wrote:

 D is the first letter of dick. It's a childish americanism 
 comparable to the n word or the f word.
understand.
In America nearly every second word can have some sexual connotation. [...]
Ola Fosheim Grøstad is a full-time troll here. Don't take him too seriously.
? Ola was not cited here.
Nov 19 2021
prev sibling parent reply bachmeier <no spam.net> writes:
On Friday, 19 November 2021 at 13:18:54 UTC, Max Samukha wrote:
 On Thursday, 18 November 2021 at 08:57:08 UTC, Dom DiSc wrote:
 On Thursday, 18 November 2021 at 08:14:42 UTC, zjh wrote:
 On Thursday, 18 November 2021 at 07:57:03 UTC, Patrick 
 Schluter wrote:

 D is the first letter of dick. It's a childish americanism 
 comparable to the n word or the f word.
understand.
In America nearly every second word can have some sexual connotation. As if there weren't already too much of them. I personally find even the word "dick" far fetched to have that meaning. If you need a one-letter abbreviation, I would say it's the "P"-word. If you'd ask me, D is about the 13th letter that would come to mind to have some sexual meaning. Halve the latin alphabet is more likely to be misinterpreted that way. God hates America.
Ola Fosheim Grøstad is a full-time troll here. Don't take him too seriously.
This thread is going off the rails. Maybe he is a troll (I don't read most of the posts here, so I can't say) but (a) he is correct, and (b) the posts preceding yours were obvious troll posts that added nothing to the conversation.
Nov 19 2021
parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Friday, 19 November 2021 at 14:06:51 UTC, bachmeier wrote:
 This thread is going off the rails. Maybe he is a troll (I 
 don't read most of the posts here, so I can't say)
Actually, I've never trolled anyone in the D forums ever. I can see why some people want to think that, but it isn't actually true. (Wishful thinking.) But I do view this thread as both serious and humorous. I think a slogan works better if there is humour in it. You have to try many mottos to get there. Brainstorming, throw in many wild things and someone will find inspiration and find one that does get attention. I think slogans on webpages only work if they peak curiosity. "What do they mean??? I have to look further.". Basically something that makes the random visitor stop for a second.
Nov 19 2021
parent reply jmh530 <john.michael.hall gmail.com> writes:
On Friday, 19 November 2021 at 15:22:27 UTC, Ola Fosheim Grøstad 
wrote:
 [snip]

 Actually, I've never trolled anyone in the D forums ever. I can 
 see why some people want to think that, but it isn't actually 
 true. (Wishful thinking.)

 [snip]
I don't think of you as a troll, but not being a troll is also a low standard for someone to aspire to.
Nov 19 2021
parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Friday, 19 November 2021 at 15:59:01 UTC, jmh530 wrote:
 I don't think of you as a troll, but not being a troll is also 
 a low standard for someone to aspire to.
So, assuming you are not trolling me, what is your suggestion for a motto?
Nov 19 2021
parent jmh530 <john.michael.hall gmail.com> writes:
On Friday, 19 November 2021 at 16:04:26 UTC, Ola Fosheim Grøstad 
wrote:
 On Friday, 19 November 2021 at 15:59:01 UTC, jmh530 wrote:
 I don't think of you as a troll, but not being a troll is also 
 a low standard for someone to aspire to.
So, assuming you are not trolling me, what is your suggestion for a motto?
I don't have much to add on topic. I think WebFreak001's [1] and Ben Jones' [2] suggestions at the beginning of the thread were probably the best I've read. [1] https://forum.dlang.org/post/smblowopmaajomehsmqx forum.dlang.org [2] https://forum.dlang.org/post/ssugubohffygkfqmvzfj forum.dlang.org
Nov 19 2021
prev sibling parent reply forkit <forkit gmail.com> writes:
On Wednesday, 17 November 2021 at 16:54:11 UTC, Ola Fosheim 
Grøstad wrote:
 On Wednesday, 17 November 2021 at 11:04:09 UTC, zjh wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I don't know if D has a motto. If it does, it aint' that 
 great,
`D,Yes,We Can`.
"D" is used as code for male genitals in informal communication… Any motto with "D" in it will be subject for ridicule.
You don't say 'D', you say 'the D language'. https://youtu.be/vC5JM_Pen_0?t=1238
Nov 17 2021
parent reply forkit <forkit gmail.com> writes:
On Thursday, 18 November 2021 at 07:36:54 UTC, forkit wrote:
 You don't say 'D', you say 'the D language'.

 https://youtu.be/vC5JM_Pen_0?t=1238
let's all say it together shall we... "the D language".
Nov 17 2021
parent Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Thursday, 18 November 2021 at 07:38:30 UTC, forkit wrote:
 On Thursday, 18 November 2021 at 07:36:54 UTC, forkit wrote:
 You don't say 'D', you say 'the D language'.

 https://youtu.be/vC5JM_Pen_0?t=1238
let's all say it together shall we... "the D language".
Can we trust Andrei on this one? Let us try: I often get stuck when I try "inout" in the D language. The D language is hard, but not for long. You get used to it. (Hmmmm...)
Nov 18 2021
prev sibling parent reply SealabJaster <sealabjaster gmail.com> writes:
On Wednesday, 17 November 2021 at 11:04:09 UTC, zjh wrote:
 `D,Yes,We Can`.
For some reason, the first thing that came to mind was the theme song of an old British cartoon: https://www.youtube.com/watch?v=HdVg-2jn2OU However, "Can we D it? Yes we can!" seems a bit too long ;)
Nov 17 2021
parent reply zjh <fqbqrr 163.com> writes:
On Thursday, 18 November 2021 at 07:50:50 UTC, SealabJaster wrote:

 `D,Yes,We Can`.
 However, "Can we D it? Yes we can!" seems a bit too long ;)
`Let's D it!`
Nov 18 2021
parent zjh <fqbqrr 163.com> writes:
On Thursday, 18 November 2021 at 08:09:26 UTC, zjh wrote:

 `Let's D it!`
`Smart C++!`
Nov 18 2021
prev sibling next sibling parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I propose this as D's motto: 'Create interesting software more 
 easily'.

 Such a motto seems to fit very well with everything I know 
 about D.
How about: «High - Low - Meta, we got it all!»
Nov 18 2021
parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Thursday, 18 November 2021 at 23:12:35 UTC, Ola Fosheim 
Grøstad wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I propose this as D's motto: 'Create interesting software more 
 easily'.

 Such a motto seems to fit very well with everything I know 
 about D.
How about: «High - Low - Meta, we got it all!»
Nah, just: «High - Low - Meta, nuff said» Or better: «High - Low - Meta» Or a bit cheesy: «When they go High, we go Meta» Hmm… tricky.
Nov 18 2021
next sibling parent reply David Gileadi <gileadisNOSPM gmail.com> writes:
On 11/18/21 4:16 PM, Ola Fosheim Grøstad wrote:
 On Thursday, 18 November 2021 at 23:12:35 UTC, Ola Fosheim Grøstad wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I propose this as D's motto: 'Create interesting software more easily'.

 Such a motto seems to fit very well with everything I know about D.
How about: «High - Low - Meta, we got it all!»
Nah, just: «High - Low - Meta, nuff said» Or better: «High - Low - Meta» Or a bit cheesy: «When they go High, we go Meta» Hmm… tricky.
dlang: meta-versed.
Nov 18 2021
parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Thursday, 18 November 2021 at 23:22:03 UTC, David Gileadi 
wrote:
 dlang: meta-versed.
I like that one! Or just a link: METAVERSE When you click it you get a metaprogramming tutorial. Curiosity killed the cat.
Nov 18 2021
parent SealabJaster <sealabjaster gmail.com> writes:
On Thursday, 18 November 2021 at 23:49:29 UTC, Ola Fosheim 
Grøstad wrote:
 Or just a link:  METAVERSE
Aww, someone already took metaver.se
Nov 18 2021
prev sibling parent reply Stanislav Blinov <stanislav.blinov gmail.com> writes:
On Thursday, 18 November 2021 at 23:16:21 UTC, Ola Fosheim 
Grøstad wrote:

 «High - Low - Meta, nuff said»
Just recently you were worrying about the letter "d", but now are suggesting to get high? :D IMO, D dodn't need any motto. Leave that to fast food businesses.
Nov 18 2021
next sibling parent "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
On Thu, Nov 18, 2021 at 11:26:39PM +0000, Stanislav Blinov via Digitalmars-d
wrote:
[...]
 IMO, D dodn't need any motto. Leave that to fast food businesses.
lol, "Would you like fries with your compiler?" :-D T -- "A one-question geek test. If you get the joke, you're a geek: Seen on a California license plate on a VW Beetle: 'FEATURE'..." -- Joshua D. Wachs - Natural Intelligence, Inc.
Nov 18 2021
prev sibling parent Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Thursday, 18 November 2021 at 23:26:39 UTC, Stanislav Blinov 
wrote:
 On Thursday, 18 November 2021 at 23:16:21 UTC, Ola Fosheim 
 Grøstad wrote:

 «High - Low - Meta, nuff said»
Just recently you were worrying about the letter "d", but now are suggesting to get high? :D
Get high on D! Nailed it.
Nov 18 2021
prev sibling next sibling parent reply SealabJaster <sealabjaster gmail.com> writes:
On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 ...
Reminder that we also have the "State of D" survey to get some inspiriation from. "How would you describe D in three words?" https://github.com/wilzbach/state-of-d-2018/blob/master/15a:%20How%20would%20you%20describe%20D%20in%20three%20words%3F
Nov 18 2021
parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Thursday, 18 November 2021 at 23:41:26 UTC, SealabJaster wrote:
 On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 ...
Reminder that we also have the "State of D" survey to get some inspiriation from. "How would you describe D in three words?" https://github.com/wilzbach/state-of-d-2018/blob/master/15a:%20How%20would%20you%20describe%20D%20in%20three%20words%3F
Cool! How about: C--++
Nov 18 2021
parent SealabJaster <sealabjaster gmail.com> writes:
On Thursday, 18 November 2021 at 23:51:38 UTC, Ola Fosheim 
Grøstad wrote:
 C--++
I like it, but my personal favourite from the survey is simply "I hate C++" :D
Nov 18 2021
prev sibling next sibling parent reply Greg Strong <mageofmaple protonmail.com> writes:
How about ... "All your metaprogramming needs, and a bag of 
chips!"

Seriously, though, I don't think "fast code, fast" is bad.
Nov 18 2021
next sibling parent Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Friday, 19 November 2021 at 00:01:35 UTC, Greg Strong wrote:
 How about ... "All your metaprogramming needs, and a bag of 
 chips!"

 Seriously, though, I don't think "fast code, fast" is bad.
It is cheesy, without being fun. If we choose a cheesy slogan it either has to be fun or a meme or something that makes the reader curious. Bragging doesn't really work for slogans IMO.
Nov 18 2021
prev sibling parent reply forkit <forkit gmail.com> writes:
On Friday, 19 November 2021 at 00:01:35 UTC, Greg Strong wrote:
 How about ... "All your metaprogramming needs, and a bag of 
 chips!"

 Seriously, though, I don't think "fast code, fast" is bad.
except that you will be immediately ridiculed once that is not the case. D, in some areas, is already open to ridicule on that basis.
Nov 18 2021
parent reply Greg Strong <mageofmaple protonmail.com> writes:
On Friday, 19 November 2021 at 00:10:48 UTC, forkit wrote:
 On Friday, 19 November 2021 at 00:01:35 UTC, Greg Strong wrote:
 How about ... "All your metaprogramming needs, and a bag of 
 chips!"

 Seriously, though, I don't think "fast code, fast" is bad.
except that you will be immediately ridiculed once that is not the case. D, in some areas, is already open to ridicule on that basis.
Ok then ... How about "Fast code, fast (your mileage may vary)" Nah. Even ashamed myself with that one...
Nov 18 2021
next sibling parent Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
On Friday, 19 November 2021 at 00:16:29 UTC, Greg Strong wrote:
 On Friday, 19 November 2021 at 00:10:48 UTC, forkit wrote:
 On Friday, 19 November 2021 at 00:01:35 UTC, Greg Strong wrote:
 How about ... "All your metaprogramming needs, and a bag of 
 chips!"

 Seriously, though, I don't think "fast code, fast" is bad.
except that you will be immediately ridiculed once that is not the case. D, in some areas, is already open to ridicule on that basis.
Ok then ... How about "Fast code, fast (your mileage may vary)" Nah. Even ashamed myself with that one...
I did like your other suggestion: Fuck, let's scrap it.
Nov 18 2021
prev sibling parent StarCanopy <starcanopy protonmail.com> writes:
On Friday, 19 November 2021 at 00:16:29 UTC, Greg Strong wrote:
 your mileage may vary
Now this is a good motto.
Nov 18 2021
prev sibling parent Salih Dincer <salihdb hotmail.com> writes:
On Wednesday, 17 November 2021 at 09:51:32 UTC, forkit wrote:
 I propose this as D's motto: 'Create interesting software more 
 easily'.
...without tear your hair out :) D, it made you happy bunny...
Nov 20 2021