Executing prolog code on an iPhone

后端 未结 5 1477
感动是毒
感动是毒 2021-02-04 04:46

I currently have the need to execute prolog code in an application I am making. I am aware that Apple probably never would allow something like this in the App Store, but that i

5条回答
  •  广开言路
    2021-02-04 04:59

    Having faced similar difficulties calling prolog code, albeit in a different situation, I'd recommend checking out the castor c++ library. This allows you to write logic paradigm code in native c++ without needing to extend the language at all. As castor is a header only library it is easy to compile wherever c++ is available.
    Castor website: http://www.mpprogramming.com/cpp/default.aspx

提交回复
热议问题