I'd like to write a simple interpreted language and use it in Apache. I've already written one before but that was built in our own written webserver.
I'm guessing apache passes the file that needs to be compiled to some executable which will 'execute' the code and return to apache the html to be sent to the user? Please correct me if I'm wrong.
Does anyone have an idea of how I could get this done? perhaps samples? The language doesn't really matter (although C# or Java would be nice since i can handle both), it's more for the understanding.