python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
can i push and call a proc inside a proc?
I want to call a proc in another proc . the proc from the inside must be pushed before, the inside proc has ret 4. when i run it my computer stops working is there a way to do this? maybe add another ...
user17341742
Votes: 0
Answers: 1
JavaScript: What is the data structure for the call stack?
I'm writing an article about JS concurrency model and event loop. I've read many (even internally) conflicting articles regarding the data structures of the call stack and Execution Contexts.
A JavaSc...

André Casal
Votes: 0
Answers: 0
Tail call stack
I'm having trouble understanding the Stack manipulation needed in order to implement Tail call in assembly language.
When we have a Tail call to function We basically want to override the current Acti...
Alexander Uzelevski
Votes: 0
Answers: 1
Is there a way to access the name of the procedure that was running when an exception was raised? --Delphi 10.4
I'm creating an error report generator as part of a global exception handler. Right now I'm relying on the user to tell us what exactly they were doing when the exception happened.
I'm already adding ...

John Weiland
Votes: 0
Answers: 0