{"id":20527293,"url":"https://github.com/raulil/plorth","last_synced_at":"2025-04-14T04:22:26.958Z","repository":{"id":76063071,"uuid":"71137523","full_name":"RauliL/plorth","owner":"RauliL","description":"Embeddable Forth inspired scripting language","archived":false,"fork":false,"pushed_at":"2019-01-08T18:13:12.000Z","size":2797,"stargazers_count":36,"open_issues_count":7,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T18:13:37.041Z","etag":null,"topics":["c-plus-plus","forth","interpreter","plorth","programming-language","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RauliL.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":"2016-10-17T12:43:42.000Z","updated_at":"2024-12-30T17:03:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"a95f9905-3436-4a00-999e-b16d352b0e77","html_url":"https://github.com/RauliL/plorth","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fplorth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fplorth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fplorth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fplorth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RauliL","download_url":"https://codeload.github.com/RauliL/plorth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819753,"owners_count":21166540,"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":["c-plus-plus","forth","interpreter","plorth","programming-language","scripting-language"],"created_at":"2024-11-15T23:18:10.034Z","updated_at":"2025-04-14T04:22:26.950Z","avatar_url":"https://github.com/RauliL.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plorth ![Build Status]\n\nPlorth is stack based, concatenative, strongly typed functional scripting\nlanguage which is easy to embed to applications written in C++. It's inspired\nby [Forth] and [Factor] programming languages.\n\nFeatures:\n- Strong typing.\n- Supports JSON data types and syntax.\n- Garbage collected.\n- Prototype based OO, just like in JavaScript.\n\n[Browse documentation.][Documentation]\n\n[Try Plorth in your browser.][REPL]\n\n## Compilation\n\nC++11 capable compiler and [CMake] are required to compile Plorth interpreter.\nCLI interpreter depends on [linenoise] library, which is included in the\nrepository as submodule and GUI interpreter depends on [gtkmm] library.\n\n```bash\n$ git submodule update --init\n$ mkdir build\n$ cd build\n$ cmake ..\n$ make\n```\n\nAfter the interpreter has been successfully compiled, you can run the `plorth`\nbinary to start Plorth REPL.\n\n[Forth]: https://www.forth.com\n[Factor]: http://www.factorcode.org\n[CMake]: https://www.cmake.org\n[linenoise]: https://github.com/antirez/linenoise\n[gtkmm]: https://gtkmm.org\n[Documentation]: http://plorth.org\n[REPL]: https://raulil.github.io/plorth-ide/\n[Build Status]: https://travis-ci.org/RauliL/plorth.svg?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulil%2Fplorth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulil%2Fplorth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulil%2Fplorth/lists"}