Gekko 3.0

The official Gekko 3.0 is now released. This is a long post, but the intent is to try to explain what Gekko 3.0 really is about. Which is actually not so easy to boil down exactly: it is perhaps best to think of it as a long-term vision, borne out of the realization...

Modernization

I know, it was indicated that this blog would be updated regularly, and that has not happened for a long time (about a year). In the first part of that year, a lot of time was devoted to improving the plotting/graphing capabilities of Gekko, so that a version 2.2....

ANTLR experience

When starting up Gekko (nine years ago), I started up simply looking at input (user input, or command files) as text strings, trying to figure out the meaning character by character. Such an approach quickly gets extremely messy, because you need to try to match, for...

Choice of GUI (WPF)

GUI means graphical user interface, and Gekko can be divided into two parts: the engine (core modules), and the GUI. Gekko tries to avoid too much clicking and pointing, instead offering a well-functioning syntax. Some software packages allow all operations to be done...

Why C#.NET for Gekko?

Back in 2008, why was .NET for Windows, and in particular C#.NET, chosen as the software platform for Gekko? That’s a good question. It was not completely by hazard, and using something more cross-platform was thoroughly considered. But first the good points...