Wee is a gtk based editor for euphoria. There is an instruction on euphoria wiki and we will follow that.

A Computer Person Journey
Wee is a gtk based editor for euphoria. There is an instruction on euphoria wiki and we will follow that.

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.
Continue reading “Euphoria built in editor”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.
Continue reading “Euphoria on Linux”To install sqlite3 gem we need to install development package for ruby and sqlite3 it self because of the need to compile gem native extension.
On ubuntu/mint/debian do as follow :
apt-get install ruby-dev
apt-get install libsqlite3-dev
Dont forget to execute as root.
After that we can execute gem install sqlite3.
Thats all … Bye.
Happy chinesse new year 2570 !
jEdit is a java based editor for programmer, so it will run on many platform : windows, linux, mac.
First download jEdit installer from the web.

I choose to download java based installer and start it on my windows based laptop.

After a while a dialog will show up.

Â
Debian based linux like ubuntu and linux mint can use these steps to install wxWidgets.
$ sudo apt-get install build-essential
If we do not have a C++ compiler yet, we install the build-essential package.
I think this is an meta package that install the actual packages for programming task.
$ sudo apt-get install libwxgtk3.0-dev
This installs the wxWidgets package.
To test it with minimal console application that emit some text we will create console.cpp and compile it.
#include <wx/wx.h>
int main(int argc, char **argv)
{
wxPuts(wxT(“A wxWidgets console application”));
}
Continue reading “Installing wxWidgets on Debian based linux”
wxWidgets is a cross platform toolkit or framework for creating C++ GUI applications.
http://zetcode.com/gui/wxwidgets/
In the morning, dream of you sit and chat.
In the evening, dream of you watching TV.
I pray and give thanks to God for the time we have together in this world.
Today is 10 days from your last breath, rest in peace.
Yesterday a new version has been released.
https://www.openbsd.org/64.html
