nim-playground-frontend icon indicating copy to clipboard operation
nim-playground-frontend copied to clipboard

The front-end for https://play.nim-lang.org

Results 8 nim-playground-frontend issues
Sort by recently updated
recently updated
newest added

It would be nice to support selecting devel as version, to be able to test some of the newer stuff (it doesn't always have to be the latest devel).

It would be nice if you could also select JS as compilation target. Also, I suggest adding a menu for selecting the GC (at least ref, arc, orc). Related: #22.

screenshot ![image](https://user-images.githubusercontent.com/43030857/168325708-5561707a-0d9f-475a-82c5-acb4c5d614fd.png)

![nim3_browser_1](https://user-images.githubusercontent.com/206498/131947779-dcd26ba5-7c50-4572-8658-dc481475f677.jpg) ![nim3_browser_2](https://user-images.githubusercontent.com/206498/131947780-00d3d3b0-0a82-4e30-b7b6-d6f9063945bf.jpg) ![nim3_phone_1](https://user-images.githubusercontent.com/206498/131947782-bb7e3b55-3977-4e15-8dd7-379189db4265.jpg) ![nim3_phone_2](https://user-images.githubusercontent.com/206498/131947784-24aee9e4-d472-48fd-bb09-55bdef5b2b6b.jpg) Options are now shown on demand with an Options button (toggle). Buttons at the bottom (Run etc) now have column layout when on mobile.

Earlier I was doing some experiments in the playground for about an hour, then at some point when I tried to run my code, the connection between Cloudflare and the...

accept any string from as compile options like goldbot does https://godbolt.org ![image](https://user-images.githubusercontent.com/43030857/109615470-e5fb4200-7b6e-11eb-9bb7-c18f0f24963f.png)

```nim #[ asdf ]# proc foo*()= runnableExamples: import std/strutils ## line_doc_comment # bar doAssert "'foo" == "'foo" ##[ foo bar ]## doAssert: not "foo".startsWith "ba" ``` curious what's used for...

When I get an error message from the compiler, it contains the line and column. However, the column isn't displayed on the page, which would be very helpful to find...