I thought it would be fun if I could write vb.net or c# code at runtime and the interpreter would automatically parse it like python does it, so I made a little program, whi
So my question is: Is it possible to make vb.net or c# like python - interpreted at runtime?
Sure. Start writing an interpreter for it and then you can interpret it. Start with a nice syntax parser. Then go on from there.