|
|
|
|
|
by hot_gril
905 days ago
|
|
My problem is that when designing my own language, I decided on GC, lambda syntax, async/await, weak typing, and... oops, it's basically just Javascript. Sure it'd have tons of smaller differences vs JS, but it's too demotivating. |
|
For me, for example, I was gonna go with async/await in my toy language, but didn't like the implementation and decided to explore a monad-like direction.
[1] https://news.ycombinator.com/item?id=38851863