▲ | int_19h 2 days ago | ||||||||||||||||
Ruby is dynamically typed, which makes "fluent" API design that much easier at the cost of maintainability elsewhere. If you want to compare apples to apples, you need to compare F# to other statically typed languages. | |||||||||||||||||
▲ | psychoslave 2 days ago | parent | next [-] | ||||||||||||||||
Also note that the following is a valid Crystal-lang code:
As they put it:>Crystal is a general-purpose, object-oriented programming language. With syntax inspired by Ruby, it's a compiled language with static type-checking. But this time, one can probably say that Crystal will lake the benefits of ecosystem that only a large popular language enjoy. I guess on that side F#, relying on .Net, is closer to Kotlin with Java ecosystem. | |||||||||||||||||
| |||||||||||||||||
▲ | psychoslave 2 days ago | parent | prev [-] | ||||||||||||||||
That's exactly what I meant with the two last paragraphs. |