|
|
|
|
|
by ianpurton
1223 days ago
|
|
> As a result, both languages have steep learning curves compared with other languages. Well yes and no. In a way the features such as immutability and algebraic data types are things you should know about as a software developer even if your current language means you can't use them at the moment. My 16 year old son has learned Rust coming from a python at school background and is now writing small games in the bevy game engine. |
|
Having to understand monad transformers or another kind of effect system to get anything working is a heavy load that's unnecessary in other languages.