trueagi-io / metta-wam

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

Implement 'py-dict' function in interpreter #51

Open TeamSPoon opened 1 month ago

TeamSPoon commented 1 month ago

We need to implement the 'py-dict' 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 4 weeks ago

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