https://github.com/eyuuab/metta-lang-stdlib-documentation
This repository contains the documentation for the standard library of the MeTTa language.
https://github.com/eyuuab/metta-lang-stdlib-documentation
docs metta stdlib
Last synced: 17 days ago
JSON representation
This repository contains the documentation for the standard library of the MeTTa language.
- Host: GitHub
- URL: https://github.com/eyuuab/metta-lang-stdlib-documentation
- Owner: eyuuab
- Created: 2025-02-09T02:43:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T10:30:49.000Z (24 days ago)
- Last Synced: 2025-03-29T11:28:39.877Z (24 days ago)
- Topics: docs, metta, stdlib
- Homepage: https://metta-stdlib.readthedocs.io/
- Size: 177 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📖 MeTTa Standard Library Documentation
This repository contains the documentation for the standard library of the MeTTa language.
## Purpose
This documentation provides a comprehensive overview of the built-in functions and atoms available in MeTTa's standard library. It serves as a helpful resource for MeTTa developers to understand and utilize the core functionalities of the language.
## Content
You will find a structured documentation file `stdlib.md` detailing each standard library component with:
- **Description**
- **Parameters**
- **Return Values**
- **Examples** (where applicable)
- **Type signatures** (where available)## usage
This documentation is intended for reading and reference. You can browse the official MeTTa-lang GitHub repo https://github.com/trueagi-io/hyperon-experimental or https://metta-lang.dev/
Here, you can learn about specific functions or get a general understanding of the MeTTa standard library.## 🤝 Contributing
If you find any errors, omissions, or have suggestions for improvements, please feel free to open an issue or submit a pull request! 🚀
## More Will Be Added
This documentation is currently under development. Future updates will include more comprehensive coverage, improved examples, enhanced type signatures, search functionality, and version tracking.