Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 431 Bytes

Go Carnival

Similar to Go Playground, Carnival can execute simple go code and return the result.

The main difference is that Carnival runs every job posted to it in it's own docker container.

This way if code is unsafe for some reason or another can still be executed. There are also no clock restrictions in place (currently).


Future goals:

  • Use vgo when compiling binaries to allow for more than the stl to be used.