onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.35k stars 300 forks source link

Promote the interactive tutorial for programming courses #2067

Open ShalokShalom opened 6 years ago

ShalokShalom commented 6 years ago

I think the interactive tutorial can be used to teach programming and I am sure, a lot of people are interested in using Oni for this.

bryphe commented 6 years ago

Cool idea!

I was thinking about this a bit too - in the form of some lightweight 'katas' or simple problems. It would go great with the 'live preview' functionality, which is very helpful for new programmers. Or as a way to practice interview problems, etc.

Definitely would be open to something like this - it may make sense as a plugin, but our tutorial API should be sufficient actually to enable this. The difference would be that we could show a live preview instead of the 'notes' section, and we'd need to compile/run on buffer changes, but it really wouldn't be too different.

ShalokShalom commented 6 years ago

I suggest to create a tutorial, which shows how to create these tutorials ;)