June 14, 2018
On Thursday, 14 June 2018 at 05:31:18 UTC, Bugsy wrote:
> On Thursday, 14 June 2018 at 04:11:37 UTC, Anton Fediushin wrote:
>>> they have bugs and features
>>
>> D only has features
>
> that's because in D, bugs are actually features.


The advantages of D are numerous. It a language design to make a newbie a pro and to give a pro an edge. It simplify Complex things and make them very simple. D is a joy to work with and bugs
 are not features
June 14, 2018
On Thursday, 14 June 2018 at 11:39:34 UTC, Walter Bright wrote:
> On 6/14/2018 4:19 AM, jmh530 wrote:
>> I found myself getting in trouble when I was texting and being sarcastic. I always add the little winky face now. People don't get mad anymore, but instead just say I'm not funny. Good trade-off.
>
> My sense of humor tends to the droll side, and people who don't know me well often miss it, and sometimes take offense.
>
> A friend of mine told me that he initially thought I was a humorless stuffed shirt, until he eventually realized I was constantly joking :-)

I remember reading your answer on how you generate income. You said you bought high and sold low. I suffered several losses before I realised your particular sense of humor.
June 14, 2018
On 6/14/2018 12:30 PM, Jordan Wilson wrote:
> I remember reading your answer on how you generate income. You said you bought high and sold low. I suffered several losses before I realised your particular sense of humor.


My superpower is control over the stock market. Immediately after I buy a stock, the stock tanks. Immediately after I sell, it zooms upwards.

It's proof that I'm living in a simulation!
June 14, 2018
On Thursday, 14 June 2018 at 20:04:06 UTC, Walter Bright wrote:
> On 6/14/2018 12:30 PM, Jordan Wilson wrote:
>> I remember reading your answer on how you generate income. You said you bought high and sold low. I suffered several losses before I realised your particular sense of humor.
>
>
> My superpower is control over the stock market. Immediately after I buy a stock, the stock tanks. Immediately after I sell, it zooms upwards.
>
> It's proof that I'm living in a simulation!

IF YOU'RE READING THIS, YOU'VE BEEN IN A SIMULATION FOR ALMOST 20 YEARS NOW. WE'RE TRYING A NEW TECHNIQUE. WE DON'T KNOW WHERE THIS MESSAGE WILL END UP IN YOUR DREAM, BUT WE HOPE WE'RE GETTING THROUGH.
June 15, 2018
"I've got a systems level project I want to play around with, however GC is not a deal breaker for me. "

https://news.ycombinator.com/item?id=17302719

Oberon-2 has had some versions that used a garbage collector. Have their been other languages - besides D - that compiled to object code and used a garbage collector?


June 15, 2018
On Friday, 15 June 2018 at 02:02:52 UTC, Tony wrote:
> Have their been other languages - besides D - that compiled to object code and used a garbage collector?

You can use a GC with C++ and you can compile Java to native code ahead of time.

The distinctions aren't really that sharp, it just depends on how you use it.
June 15, 2018
On Friday, 15 June 2018 at 02:17:26 UTC, Adam D. Ruppe wrote:
> On Friday, 15 June 2018 at 02:02:52 UTC, Tony wrote:
>> Have their been other languages - besides D - that compiled to object code and used a garbage collector?
>
> You can use a GC with C++ and you can compile Java to native code ahead of time.
>
> The distinctions aren't really that sharp, it just depends on how you use it.

After I posted I wanted to edit it to add "disregarding JIT in conjunction with a VM like JVM or .NET". Have there been any C++ compilers that used a garbage collector?

What I was getting at was, if someone says "I've got a systems level project I want to play around with, however GC is not a deal breaker for me. ", it seems like they are making an implied reference to D as I assume "systems level" means "compile to object code and link with linker to executable".

June 15, 2018
On Friday, 15 June 2018 at 04:19:22 UTC, Tony wrote:
> On Friday, 15 June 2018 at 02:17:26 UTC, Adam D. Ruppe wrote:
>> On Friday, 15 June 2018 at 02:02:52 UTC, Tony wrote:
>>> Have their been other languages - besides D - that compiled to object code and used a garbage collector?
>>
>> You can use a GC with C++ and you can compile Java to native code ahead of time.
>>
>> The distinctions aren't really that sharp, it just depends on how you use it.
>
> After I posted I wanted to edit it to add "disregarding JIT in conjunction with a VM like JVM or .NET". Have there been any C++ compilers that used a garbage collector?
>
> What I was getting at was, if someone says "I've got a systems level project I want to play around with, however GC is not a deal breaker for me. ", it seems like they are making an implied reference to D as I assume "systems level" means "compile to object code and link with linker to executable".

Search this forum or HN for Paulo and Oberon, you'll find plenty of posts like this, where he lists all of them: :)

https://forum.dlang.org/post/mioycakymbdpzrymehlc@forum.dlang.org
June 15, 2018
On Friday, 15 June 2018 at 04:52:20 UTC, Joakim wrote:

> Search this forum or HN for Paulo and Oberon, you'll find plenty of posts like this, where he lists all of them: :)
>
> https://forum.dlang.org/post/mioycakymbdpzrymehlc@forum.dlang.org

Oops, I forgot that Go was garbage collected.


1 2
Next ›   Last »