How-to-Make-a-Computer-Operating-System icon indicating copy to clipboard operation
How-to-Make-a-Computer-Operating-System copied to clipboard

Are including a section for creating your own REPL ?

Open rahul8590 opened this issue 11 years ago • 1 comments

It would be awesome to have a section for creating your own repl . What are your thoughts on this ?

rahul8590 avatar Dec 12 '13 20:12 rahul8590

That's not actually a part of an OS. This guide is about an OS, and he shows in the userland folder how to use libc. Just write your REPL normally (in C++ or whatever), and link it against the OS. TL;DR: There are other tutorials on REPLs out there.

erinzm avatar Jun 28 '14 18:06 erinzm