No Charles, not at all
we will be using a mixture of C#, O2 and FB to tackle our PB translation to 64bits.
as a matter of fact, O2 is much more better and flexible than FB which is strongly type.
the handling of strings by FB is very wierd, we would like to use O2 Bstring which is the best possible
to match PB strings !
whatever we can't translate to O2, we will try out on FB and whatever FB cannot do (such as GUI interface) we
will use C# . C# will form the front end only and all the backend computations and file handling by O2 and FB.
eventually, C# would be replaced by C++ when we are able to master it.