Hurtboxes receive damage
Hurtboxes receive damage
1. Order (ordinality)
2. Sequence of cardinalities under ceiling division
I know that none of this makes sense without context but oh well
1. Order (ordinality)
2. Sequence of cardinalities under ceiling division
I know that none of this makes sense without context but oh well
Now do the same with English and Spanish
The Python-Go sample is practically guaranteed to contain more errors, because, like you said, it’s testable
Now do the same with English and Spanish
The Python-Go sample is practically guaranteed to contain more errors, because, like you said, it’s testable
“Yeet the doggo” is error tolerant. Doggo could be replaced by a number of words
“a+b” is not error-tolerant at all
“Yeet the doggo” is error tolerant. Doggo could be replaced by a number of words
“a+b” is not error-tolerant at all
Obviously, a+b must have one meaning or the Python interpreter wouldn’t know what to do. All valid Python programs are unambiguous.
“a+b” in a vacuum is NOT a valid Python program. It gives an error
Obviously, a+b must have one meaning or the Python interpreter wouldn’t know what to do. All valid Python programs are unambiguous.
“a+b” in a vacuum is NOT a valid Python program. It gives an error
From our perspective, we don’t know whether or not “a+b” is overloaded. But from the interpreter’s perspective, the answer is a strict yes or no
From our perspective, we don’t know whether or not “a+b” is overloaded. But from the interpreter’s perspective, the answer is a strict yes or no
An LLM has a lot more leeway when working with a natural language than a programming language
An LLM has a lot more leeway when working with a natural language than a programming language