Euphoria still have its own editor written in euphoria called edx.
To call edx one must type eui <path to edx.ex> which is too much to type 🙂
There is a way on euphoria to bind an ex script to interpreter to create an executable using eubind. Here is how i do it on linux.