Talk:DStack

From Esolang
Jump to navigation Jump to search

"Unsigned integer of 64 bits" should be changed to "Unsigned long integer" to account for 32-bit machines. Long integers are 64 bits on 64-bit machines, 32 on 32-bit, or generally n bits on an n-bit machine. In C. If I remember correctly. Hppavilion1 (talk) 00:06, 7 November 2015 (UTC)

In my implementation I used uint64_t (C++) that has 64 bits on all platforms, for the sake of consistency. < -Dark-Phantom- | Talk > 00:39, 7 November 2015 (UTC)
I think Java's longs are always 64 bits, but they're, unfortunately, signed. You could always use BigInts and force wrapping. SuperJedi224 (talk) 02:19, 7 November 2015 (UTC)

Please add a link to the supposed github repo. SuperJedi224 (talk) 00:23, 7 November 2015 (UTC)

I still do not upload any code. In a few hours or tomorrow will surely upload the code. If the message looks ugly, I can remove it. < -Dark-Phantom- | Talk > 00:39, 7 November 2015 (UTC)

Equivalent in C++

Should I remove the "Equivalent in C++" column? Most instructions are simple. I'll add some instructions that will be a little complex, and the code would be way too long. In both cases it is a bit useless. < -Dark-Phantom- | Talk > 00:46, 9 November 2015 (UTC)