Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pvorb
on Feb 8, 2022
|
parent
|
context
|
favorite
| on:
How UTF-8 Works
The compiler can raise a warning about bad characters. It can't detect all problems, but it certainly can help with some.
It's not the type system, but many dynamic languages are interpreted instead of compiled.
dotancohen
on Feb 9, 2022
[–]
Those bad characters are fed into the program long long after the compiler has done its job.
pvorb
on Feb 9, 2022
|
parent
[–]
Not necessarily? I'm talking about constant string literals in source code which
can
be validated at compile time.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It's not the type system, but many dynamic languages are interpreted instead of compiled.