Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
36 days ago
Yes, it simplifies a lot of code that would otherwise be littered with casts.
1 comments
peterfirefly
36 days ago
Could be fixed by having a nicer casting syntax (like Rust) or by not having so damn many scalar types that are used in practice.
"Explicit casts only" worked fine in Modula-2, which doesn't have as many scalar types.
link
saagarjha
36 days ago
Yeah most modern languages settle on having fewer types that are used most of the time and don't require as many casts.
link
"Explicit casts only" worked fine in Modula-2, which doesn't have as many scalar types.