{"id":28758589,"url":"https://github.com/baltasarq/pooi","last_synced_at":"2025-06-17T04:08:56.944Z","repository":{"id":78995022,"uuid":"42931968","full_name":"Baltasarq/Pooi","owner":"Baltasarq","description":"Object-oriented programming interpreter","archived":false,"fork":false,"pushed_at":"2024-12-19T10:13:59.000Z","size":368,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-19T11:23:34.938Z","etag":null,"topics":["interpreter","java","object-oriented-programming","prototype-based","visual-programming"],"latest_commit_sha":null,"homepage":"http://jbgarcia.webs.uvigo.es/prys/pooi/","language":"Java","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/Baltasarq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2015-09-22T12:20:45.000Z","updated_at":"2024-12-19T10:14:03.000Z","dependencies_parsed_at":"2024-12-19T11:23:24.720Z","dependency_job_id":"d88da2de-3409-447c-9627-384358cfbf16","html_url":"https://github.com/Baltasarq/Pooi","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/Baltasarq/Pooi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baltasarq%2FPooi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baltasarq%2FPooi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baltasarq%2FPooi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baltasarq%2FPooi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Baltasarq","download_url":"https://codeload.github.com/Baltasarq/Pooi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baltasarq%2FPooi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260288446,"owners_count":22986668,"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":["interpreter","java","object-oriented-programming","prototype-based","visual-programming"],"created_at":"2025-06-17T04:08:56.205Z","updated_at":"2025-06-17T04:08:56.932Z","avatar_url":"https://github.com/Baltasarq.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pooi\n\n## Prototype Object-oriented interpreter\n\n**Pooi** is an object interpreter, which follows the model\nof prototype-based objects. The employment of **Pooi**, from a\ndidactic perspective, is very interesting for students in order\nto check the behaviour of a prototype-based object-oriented system.\n\u003ca target=\"_blank\" href=\"http://jbgarcia.webs.uvigo.es/prys/pooi/\"\u003e\nWeb with resources about Pooi\u003c/a\u003e\n\n- [*Pooi*'s wiki](https://github.com/Baltasarq/Pooi/wiki)\n\n# Building *Pooi*\n\n**Pooi** was written using *Java*. You will need the\n[JDK (Java Development Kit)](http://www.oracle.com/technetwork/java/javase/downloads/)\nin order to modify *Pooi*. The simplest method for building the system is\nto use the IDE [**Netbeans**](http://netbeans.org/).\n\nThe following commands will download a copy of the repository and make **Netbeans**\nopen the project (provided the IDE is in the PATH system variable):\n\n    $ git clone https://github.com/Baltasarq/Pooi\n    $ cd Pooi\n    $ `which netbeans` . \u0026\n\nAfter **Netbeans** is open, the only further step needed to have\nthe project compiled and executed is to click the *play* button or press F6.\n\nIf you prefer other development environments, like **Eclipse**,\nthen use the *File \u003e\u003e Import from sources* (or similar) option,\nand follow the instructions of that environment in order to execute it.\n\n## I'm a die-hard command-line user\n\nOkay.\nYou can use **Maven**. Once **Maven** is installed, and **Pooi** downloaded and \nunzipped in $SRC:\n\n\t$ git clone https://github.com/Baltasarq/Pooi\n    $ cd Pooi\n\t$ mvn compile package\n\t\n\nExecute it with the following command (replace 2.2.3 with the current version):\n\n\t$  java -jar target/Pooi-2.2.3.jar \n\n\n# Executing *Pooi*\nPooi has been written in Java, and therefore you need the\n[Java runtime](https://java.com/) to make it work.\nThe GitHub repository has self-contained *jar* files in the *release* section,\nwhich can be downloaded, placed in any directory\nand executed from that directory with:\n\n    $ java -jar pooi.jar\n\nAnother possibility is to compile the project and execute the generated *JAR* file.\nRefer to the build section for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltasarq%2Fpooi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaltasarq%2Fpooi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltasarq%2Fpooi/lists"}