Enable channels and threads in "Nim playground"
hholst80 opened this issue · 3 comments
hholst80 commented
I think it would be a good idea to enable threads and channels in the playground site. These features are what makes Nim interesting.
Yardanico commented
It wouldn't be a good idea to enable them by default, but having a checkbox would be okay. The reason for not enabling the by default is that some code can be rejected with the compiler with --threads:on
if it worked without that.
And channels don't need to be enabled by themselves, they're a part of --threads:on
.
Yardanico commented
Also, this should be opened in a separate repository - https://github.com/PMunch/nim-playground. Please close your issue here and open it there
hholst80 commented
Superseded by PMunch/nim-playground#13