| ▲ | hyperhello 3 hours ago |
| Okay, int integer_division(int a, int b)
{
if (b!=0) return a/b;
raise(SIGFPE);
} Great. |
|
| ▲ | rdevilla 2 hours ago | parent [-] |
| You don't appear to understand the difference between runtime and static analysis/compile time, or term-level and type-level. |
| |
| ▲ | hyperhello 2 hours ago | parent [-] | | Great! Explain it to us while I read to my kid! | | |
| ▲ | rdevilla 2 hours ago | parent | next [-] | | Don't get mad because you're too lazy to even ask the AI. You are first to be replaced in the workforce. Or maybe it's over your head and you should just stick to reading children's fiction after all. Want some colouring books too? | | | |
| ▲ | cjbgkagh 2 hours ago | parent | prev [-] | | The ‘let me google that for you’ is set to be replaced with ‘let me ask ChatGPT for you’. |
|
|