trueagi-io / metta-wam

A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
8 stars 11 forks source link

Implement 'py-dot' function in interpreter #63

Open TeamSPoon opened 2 months ago

TeamSPoon commented 2 months ago

We need to implement the 'py-dot' function in the interpreter as specified in stdlib.py. A test file should also be created to ensure the function works correctly. The symbol for this function was found in the following files: stdlib.py.

TeamSPoon commented 2 months ago

See https://metta-lang.dev/docs/learn/tutorials/python_use/py_atom.html