trueagi-io / hyperon-experimental

MeTTa programming language implementation
https://metta-lang.dev
MIT License
153 stars 50 forks source link

Remove old interpreter #796

Closed vsbogd closed 2 weeks ago

vsbogd commented 2 weeks ago

Remove old interpreter and keep only minimal one. Merge standard libraries into a single instance. Fix some legacy workarounds and uncomment tests which are passed with minimal interpreter.

This PR unblocks further work on cleaning up the codebase from legacy methods. Also it eliminates double work when adding new atoms into standard library.