(no title)
amval | 7 months ago
To be very pedantic, the problem is not that these are dynamic languages _per se_, but that they were designed with semantics unconcerned with performance. As such, retrofitting performance can be extremely challenging.
As a counterexample of fast and dynamic: https://julialang.org/ (of course, you pay the prize in other places)
I agree with your comment overall, though.
jerf|7 months ago
derdi|7 months ago
That's pretty much what Erlang claims to be. Of course people will always quibble with "fast".
OkayPhysicist|7 months ago
And it's got an unusually broad base of existing libraries for how young it is, both because writing bindings is really easy, and because you can import Erlang libraries which have been around since the 80's.
dmitrygr|7 months ago
simple dynamic scripting languages target people without serious CS background
concurrency is a footgun best hidden from such people, they are not ready for it
throw10920|7 months ago
hmry|7 months ago