Hacker News new | ask | show | jobs
by metadat 480 days ago
What were the challenges you encountered / tackled with creating a code runner?

Cool project!

1 comments

Thanks! Creating a template for inserting the code would be one. Java has this type erasure thing where the types only appear after compilation so tweaking it around was hard. Spinning up the containers for each submission is slow but it ensures every submission is isolated.