Categories
euphoria linux

Euphoria built in editor

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.

Categories
euphoria linux

Euphoria on Linux

Euphoria is one of my first programming language which i learn by my self when i still at high school (1997). I get euphoria from shareware cd back then. Today im installing it on linux mint. Its have been a long time and now euphoria version is at 4.1.0 and maintained by openeuphoria.org.

Here is how i install euphoria.