We need a &&? operator to tell us that our program is still running. This will be useful in fields like quantom computing where you cannot be sure the program is still running because of uncertainty. Usage example:
quantom_operation1()
if &&?hostCPU:
echo "Program is still running!"
quantom_operation2()
The implementation could be like:
proc `&&?`(CPU: untyped): bool =
if QuitFailure != nil:
return false
else:
return true
Maybe for syntax sugar, there could be an operator system.!&&?
proc `!&&?`(CPU: untyped) : bool =
return QuitFailure == nil
This is like D's !<>=!(class) operator.
This is obviously a joke, but a joke at someone else's expense. Because of that I am locking this thread. Please put yourself in other's shoes before making jokes about them.
All replies to this thread will be removed. If you have something to say about this thread then please PM me. I'm happy to delete this thread as well, but I think it's a good example of what is not OK in our community. The OP can also remove it if he/she wishes.