ostis-ai / sc-machine

Software implementation of semantic network storage
https://ostis-ai.github.io/sc-machine
Other
20 stars 22 forks source link

Remove python from sc-machine #107

Open NikitaZotov opened 2 years ago

NikitaZotov commented 2 years ago

Is your feature request related to a problem? Please describe. Sc-machine has dependence from python to run sc-builder and sc-server.

Describe the solution you'd like It makes sense to leave one form of code sources in sc-machime on C languages.

NikitaZotov commented 1 year ago

Now, sc-machine uses python to provide convenience in build process. Gwf2scs-translator is written on python and use in build process before scs files building in sc-memory. I propose to rewrite translator on C++ code.

NikitaZotov commented 1 year ago

Partially fixed by https://github.com/ostis-ai/sc-machine/pull/275