{"id":19838951,"url":"https://github.com/objectionary/reo","last_synced_at":"2025-05-01T18:31:34.577Z","repository":{"id":50513670,"uuid":"519299365","full_name":"objectionary/reo","owner":"objectionary","description":"Experimental virtual machine for EO programs","archived":false,"fork":false,"pushed_at":"2025-04-14T02:07:58.000Z","size":603,"stargazers_count":9,"open_issues_count":14,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T03:24:04.571Z","etag":null,"topics":["compiler","eolang","oop","rust","virtual-machine","xmir"],"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/objectionary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-29T17:35:52.000Z","updated_at":"2025-04-12T02:26:20.000Z","dependencies_parsed_at":"2024-04-30T18:26:33.928Z","dependency_job_id":"09200e7c-08e8-455a-8749-623b4d1fad4b","html_url":"https://github.com/objectionary/reo","commit_stats":{"total_commits":273,"total_committers":6,"mean_commits":45.5,"dds":"0.34065934065934067","last_synced_commit":"cf74ea7d0a3ece88239e656b8fd8704d40489deb"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Freo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Freo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Freo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Freo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objectionary","download_url":"https://codeload.github.com/objectionary/reo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251924771,"owners_count":21666036,"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":["compiler","eolang","oop","rust","virtual-machine","xmir"],"created_at":"2024-11-12T12:19:41.506Z","updated_at":"2025-05-01T18:31:34.571Z","avatar_url":"https://github.com/objectionary.png","language":"Rust","readme":"\u003cimg alt=\"logo\" src=\"https://www.objectionary.com/cactus.svg\" height=\"100px\" /\u003e\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n[![cargo](https://github.com/objectionary/reo/actions/workflows/cargo.yml/badge.svg)](https://github.com/objectionary/reo/actions/workflows/cargo.yml)\n[![crates.io](https://img.shields.io/crates/v/reo.svg)](https://crates.io/crates/reo)\n[![PDD status](https://www.0pdd.com/svg?name=objectionary/reo)](https://www.0pdd.com/p?name=objectionary/reo)\n[![codecov](https://codecov.io/gh/objectionary/reo/branch/master/graph/badge.svg)](https://codecov.io/gh/objectionary/reo)\n[![Hits-of-Code](https://hitsofcode.com/github/objectionary/reo)](https://hitsofcode.com/view/github/objectionary/reo)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/objectionary/reo/blob/master/LICENSE.txt)\n\n**ATTENTION**: It's a very early draft currently in active development!\nMost probably it doesn't work. Don't try to contribute, unless you know\nwhat you are doing.\n\nIt's an experimental virtual machine of [EO](https://www.eolang.org) programs,\nrepresented as [SODG](https://github.com/objectionary/sodg) graphs.\n\nFirst, install\n[Rust](https://www.rust-lang.org/tools/install),\n[npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm),\n[Java SE](https://www.oracle.com/java/technologies/downloads/),\nand [eolang](https://www.npmjs.com/package/eolang) package.\nThen, install `reo` package:\n\n```bash\n$ cargo install reo\n```\n\nThen, create a simple EO program in `app.eo` file:\n\n```\n[] \u003e app\n  QQ.io.stdout \u003e @\n    \"Hello, world!\\n\"\n```\n\nThen, compile it to SODG using [eoc](https://github.com/objectionary/eoc):\n\n```\n$ eoc sodg\n```\n\nFinally, run it:\n\n```\n$ reo --eoc dataize app\n```\n\nYou should see the \"Hello, world!\" being printed out.\n\n## How to Contribute\n\nFirst, install [Rust](https://www.rust-lang.org/tools/install) and then:\n\n```bash\n$ cargo test -vv --release\n```\n\nIf everything goes well, an executable binary will be in `target/release/reo`:\n\n```bash\n$ target/release/reo --help\n```\n\nThen, fork repository, make changes, send us a [pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).\nWe will review your changes and apply them to the `master` branch shortly,\nprovided they don't violate our quality standards. To avoid frustration,\nbefore sending us your pull request please run `cargo test` again.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Freo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjectionary%2Freo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Freo/lists"}