brainbaking/content/notes/2021/03/15h14m43s49.md

9 lines
910 B
Markdown
Raw Normal View History

2021-03-15 14:53:49 +01:00
---
source: "https://chat.brainbaking.com/objects/f6959f80-733f-4ac4-ab7a-ef585f5d3dab"
context: ""
title: "So, we rewrote our CS courses in Markdown. I'm loo..."
date: "2021-03-15T14:43:49"
---
So, we rewrote our CS courses in Markdown. I'm looking for ways to make things more **interactive** for students, e.g. by embedding <a href="http://replit.com" rel="ugc">replit.com</a> snippets. However, I dont't want to create 34235 repls for every snippet, and a single backed repository is not supported. Any ideas? Jupyter notebooks are out of the question, and sadly, so is <a href="http://codepen.io" rel="ugc">codepen.io</a> or jsfiddle: I need Java and C compile support. It should be something _simple_ - snippets are mostly single-page, small things. E.g. <a href="https://kuleuven-diepenbeek.github.io/osc-course/ch1-c/intro/" rel="ugc">https://kuleuven-diepenbeek.github.io/osc-course/ch1-c/intro/</a>