The first thing I am going to do is develop an interpreter/debugger for the arch in haskell.
I am currently looking at making a domain specific language to control the debugger. The reason why the debugger has to be some complex is that you will want to figure out what is going on inside the system as it grows and changes.
I will be looking at Eresi for inspiration. Although I will need to add new primitives to it as well.
Advertisement