←back to thread

451 points birdculture | 2 comments | | HN request time: 0.494s | source
Show context
TheChaplain ◴[] No.43982072[source]
My problem with rust is not the learning curve, but the absolute ugliness of the syntax. It's like Perl and C++ template metaprogramming had a child. I just can't stand it.

Python is my favourite, C is elegance in simplicity and Go is tolerable.

replies(3): >>43982172 #>>43982379 #>>43989277 #
1. Oreb ◴[] No.43982172[source]
Have you had a look at Nim? I think you may like it.
replies(1): >>43988114 #
2. mkaic ◴[] No.43988114[source]
I love the look and feel of Nim, but found it to be stuck in a weird chicken-and-egg situation where it didn't have enough of a following to have a Convenient Package For Everything, ultimately turning me off it. Of course I recognize that the only way a language gets a Convenient Package For Everything is if it gets popular, but still...