Hi folks,
I'm fairly new to C#. I'd like to integrate PrologEngine prolog = new PrologEngine(persistentCommandHistory: false); into my Xamarin.Forms application in such a way that the variable prolog is easily available to query and modify the knowledge database. Does this mean a global variable? A repository? What is the easiest way of doing this? What is the best practice?
-david