Who called it "malloc()"...
-
And not "see_you_later_allocator()"? I'll allocate my coat and deallocate myself now.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
In a while, blockodile!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
-
And not "see_you_later_allocator()"? I'll allocate my coat and deallocate myself now.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
-
And not "see_you_later_allocator()"? I'll allocate my coat and deallocate myself now.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
I would name it Callow La Vita[^] :-\
-
And not "see_you_later_allocator()"? I'll allocate my coat and deallocate myself now.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
-
In a while, blockodile!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
while (true)
{
var a = "dile";
}In a while-block, a dile!
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
-
And not "see_you_later_allocator()"? I'll allocate my coat and deallocate myself now.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
I would call it bob_hope()
-
And not "see_you_later_allocator()"? I'll allocate my coat and deallocate myself now.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
Nothing wrong with the name, but I would have made the side-effects of dereferencing a NULL return value much more [spectacular](https://www.youtube.com/watch?v=ZhUnSOBTbM8). :)
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
And not "see_you_later_allocator()"? I'll allocate my coat and deallocate myself now.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
đŸ˜¡đŸ˜¡đŸ˜¡đŸ˜¡
To err is human. Fortune favors the monsters.
-
And not "see_you_later_allocator()"? I'll allocate my coat and deallocate myself now.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
We made some software where new object were created by GOD - the General Object Dispenser.
-
We made some software where new object were created by GOD - the General Object Dispenser.
-
We made some software where new object were created by GOD - the General Object Dispenser.
-
Nothing wrong with the name, but I would have made the side-effects of dereferencing a NULL return value much more [spectacular](https://www.youtube.com/watch?v=ZhUnSOBTbM8). :)
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Daniel Pfeffer wrote:
I would have made the side-effects of dereferencing a NULL return value much more spectacular
CRASH! isn't spectacular enough for you?
Software Zen:
delete this;
-
Could have just gone with Allahc!
If you can't laugh at yourself - ask me and I will do it for you.
I knew that one was coming. Of course y'all realize you're goin' to hell in a not-particularly-comfortable handbasket, now don't ya?
Software Zen:
delete this;
-
Daniel Pfeffer wrote:
I would have made the side-effects of dereferencing a NULL return value much more spectacular
CRASH! isn't spectacular enough for you?
Software Zen:
delete this;
That's only relevant to protected-memory O/Ses (most of them, these days, I'll grant). Running on good old DOS, you could easily read (and sometimes write) to NULL, while your program went off into hyperspace. If every NULL reference cost the perpetrator money out of pocket (e.g. if the computer literally crashed and burned), I'm sure that software quality would have been much higher.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
That's only relevant to protected-memory O/Ses (most of them, these days, I'll grant). Running on good old DOS, you could easily read (and sometimes write) to NULL, while your program went off into hyperspace. If every NULL reference cost the perpetrator money out of pocket (e.g. if the computer literally crashed and burned), I'm sure that software quality would have been much higher.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Daniel Pfeffer wrote:
Running on good old DOS, you could easily read (and sometimes write) to NULL
Back in the day my product ran under the DOS4GW extender (just like DOOM!). In that environment I had both real-mode and protected-mode code for things like interrupt services in order to reduce unnecessary mode switches. Dereferencing
NULL
meant different things happened depending on which mode you were in. My hindsight has cataracts, so good times.Software Zen:
delete this;