←back to thread

511 points mootrichard | 2 comments | | HN request time: 0s | source
Show context
vidarh ◴[] No.23991159[source]
The article's use of "typed vs untypes" instead of "statically vs dynamically typed" is really unfortunate, and doesn't exactly inspire confidence.
replies(2): >>23991215 #>>23991277 #
1. _nalply ◴[] No.23991215[source]
You mean because the word "untype" is a negation and as such doesn't evoke a positive tune?
replies(1): >>23991416 #
2. vidarh ◴[] No.23991416[source]
No, because it is wrong.

Ruby is not untyped. It is dynamically and strongly typed.

BCPL is an untyped language. One of very few.