nim-lang/website

Enable channels and threads in "Nim playground"

hholst80 opened this issue · 3 comments

I think it would be a good idea to enable threads and channels in the playground site. These features are what makes Nim interesting.

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.

Also, this should be opened in a separate repository - https://github.com/PMunch/nim-playground. Please close your issue here and open it there