| Would it be feasible to=20 |=20 | * allow emitting bytecode to disk and | * build the GHC RTS (including the byte code interpreter) as | a standalone app? |=20 | Can't be that difficult, right? :-) No problem in principle, but it just takes work. You need a byte=20 code linker too. Simon