{"id":13503156,"url":"https://github.com/marioidival/moeda","last_synced_at":"2025-04-14T03:43:55.657Z","repository":{"id":40685872,"uuid":"112881477","full_name":"marioidival/moeda","owner":"marioidival","description":"is an attempt to create a programming language, with a syntax similar to LISP","archived":false,"fork":false,"pushed_at":"2019-02-21T23:14:48.000Z","size":38,"stargazers_count":17,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T17:47:08.215Z","etag":null,"topics":["clisp","interpreter","language-learning","moeda","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marioidival.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-02T22:21:44.000Z","updated_at":"2024-04-16T14:01:08.000Z","dependencies_parsed_at":"2022-08-30T22:31:46.506Z","dependency_job_id":null,"html_url":"https://github.com/marioidival/moeda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioidival%2Fmoeda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioidival%2Fmoeda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioidival%2Fmoeda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioidival%2Fmoeda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marioidival","download_url":"https://codeload.github.com/marioidival/moeda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819130,"owners_count":21166470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clisp","interpreter","language-learning","moeda","rust"],"created_at":"2024-07-31T22:02:39.391Z","updated_at":"2025-04-14T03:43:55.635Z","avatar_url":"https://github.com/marioidival.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Moeda [![Build Status](https://travis-ci.org/marioidival/moeda.svg?branch=master)](https://travis-ci.org/marioidival/moeda) [![codecov.io](http://codecov.io/github/marioidival/moeda/coverage.svg?branch=master)](http://codecov.io/github/marioidival/moeda?branch=master)\n\nAnother functional programming language\n\n## Getting Started\n\n[Moeda](https://github.com/marioidival/moeda) is an attempt to create a programming language, with a syntax similar to LISP.\n\n### Prerequisites\n\nInstall [Rust](https://www.rust-lang.org/en-US/install.html)\n\n```\ncurl https://sh.rustup.rs -sSf | sh\n```\n\n### Installing\n\nFork this project\n\n```\ngit clone git@github.com:marioidival/moeda.git\ncd moeda/\n```\n\nAnd run it with cargo\n\n```\ncargo run\n```\n\n## Running the tests\n\n```\ncargo test\n```\n## What moeda can do?\n\nToday, only work as `REPL`\n\n```\n* Arithmetic: +, -, *, /, rem, inc, dec\n* Comparison: =, /=, \u003c. \u003e, \u003c=, =\u003e, max, min\n* Logical: not, and, or\n* StdOut: print\n* Conditional: If, When\n* Primitives: Int, Str, Bool, List\n* Variables: def\n* Functions: defn\n```\n\n## Built With\n\n* [Rust](https://www.rust-lang.org) - a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.\n\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/marioidival/moeda/tags).\n\n## Authors\n\n* **Mário Idival** - *Initial work* - [marioidival](https://github.com/marioidival)\n\nSee also the list of [contributors](https://github.com/marioidival/moeda/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n## Acknowledgments\n\n* Moeda has inspiration from [Rascal](https://github.com/cristianoliveira/rascal/)\n* The name 'moeda' came from my incredible lack of imagination to name things. When I created the repository and thought of a name, I used the first thing I saw in front of me, some coins ('moeda' in portuguese) on my desk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarioidival%2Fmoeda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarioidival%2Fmoeda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarioidival%2Fmoeda/lists"}