{"id":19853016,"url":"https://github.com/ifennna/plug","last_synced_at":"2025-10-29T19:42:43.986Z","repository":{"id":144281129,"uuid":"182992686","full_name":"ifennna/plug","owner":"ifennna","description":"The interpreter for the Plug programming language","archived":false,"fork":false,"pushed_at":"2019-09-24T07:37:42.000Z","size":3032,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-03-21T20:32:11.020Z","etag":null,"topics":["go","interpreter","language"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ifennna.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":"2019-04-23T10:36:05.000Z","updated_at":"2024-06-19T10:10:23.221Z","dependencies_parsed_at":null,"dependency_job_id":"e95527b3-ba92-4b35-88bf-05f38a794602","html_url":"https://github.com/ifennna/plug","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifennna%2Fplug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifennna%2Fplug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifennna%2Fplug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifennna%2Fplug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ifennna","download_url":"https://codeload.github.com/ifennna/plug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241241890,"owners_count":19932836,"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":["go","interpreter","language"],"created_at":"2024-11-12T14:05:12.076Z","updated_at":"2025-10-29T19:42:38.944Z","avatar_url":"https://github.com/ifennna.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plug\n\n[![Build Status](https://travis-ci.org/noculture/plug.svg?branch=master)](https://travis-ci.org/noculture/plug)\n\nPlug is a tiny C-like programming language. Plug syntax looks like \nthis:\n\n```$xslt\nlet five = 5;\nlet ten = 10;\n\nlet add = func(x, y) {\n    x + y;\n};\n\nlet result = add(five, ten);\n\nprint(result);\n```\n\nTo compile the project, make sure you have [Go](https://golang.org/dl/) installed. Clone the project to your `$GOPATH` and run `go build` in the project folder. \n\nIf you have the binary already run `plug your-file.plug` or just run `plug` to start the REPL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifennna%2Fplug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifennna%2Fplug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifennna%2Fplug/lists"}