General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
B. Xoit
LaurieWired
comments
Comments by "B. Xoit" (@b43xoit) on "LaurieWired" channel.
To show an example of coding something in assembly language, so people have a clue as to how computers can work?
3
It should be equally easy. Just recurse without a base case.
2
Typical implementations of FORTH have the call stack and the operand stack growing toward each other from the two ends of one area of memory.
1
That's right -- the absence of noise-vocalizations makes the speech easier to hear and understand and shows respect for the audience and self-respect.
1
`dc` also works well.
1
Particularly constants.
1
Yes, the compiler figures out that the recursive call is immediately followed by a return. This is a tail call. It is optimized by making it not push the stack (and not pop the stack).
1
The algo she showed has no C++ features in it, so she might as well have just said it is in C.
1
How did you do multiple inheritance in C++? Does the language natively support it?
1
Interesting; I hadn't caught on that the OO in C++ was that powerful.
1
[snicker]
1
You're welcome.
1
@notiashvili Yes.
1
You run out of stack.
1