|
|
|
|
|
by jerf
4572 days ago
|
|
Go doesn't need JS generators. It already handles execution flow correctly. It is not correct to assume the Node execution model holds everywhere; we've made a lot of great advances since the old event-based model was invented in the 70s. That actually wraps the full handler without any need to jump through event threading hoops, and is not "blocking", in the sense that the Node community uses the term. That's an out-of-the-box feature for a modern language. |
|
Or for any Scheme for the last 30 years, but don't let that change your views on how "modern" you language is :)