{"id":28478814,"url":"https://github.com/tarptaeya/truck","last_synced_at":"2025-07-03T09:31:15.122Z","repository":{"id":65486369,"uuid":"195936986","full_name":"tarptaeya/Truck","owner":"tarptaeya","description":":truck: A dynamic object oriented programming language with a focus on simplicity","archived":false,"fork":false,"pushed_at":"2020-10-01T22:13:59.000Z","size":141,"stargazers_count":29,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T18:07:14.504Z","etag":null,"topics":["class-inheritance","dynamic-programming-language","grammar","interpreter","language","object-oriented-language","programming-language","python","recursive-descent-parser","repl","truck","vim-syntax","visitor-pattern"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tarptaeya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"tarptaeya","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-07-09T05:13:36.000Z","updated_at":"2025-04-06T02:37:43.000Z","dependencies_parsed_at":"2023-01-25T14:05:10.768Z","dependency_job_id":null,"html_url":"https://github.com/tarptaeya/Truck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tarptaeya/Truck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarptaeya%2FTruck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarptaeya%2FTruck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarptaeya%2FTruck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarptaeya%2FTruck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarptaeya","download_url":"https://codeload.github.com/tarptaeya/Truck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarptaeya%2FTruck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263300179,"owners_count":23445195,"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":["class-inheritance","dynamic-programming-language","grammar","interpreter","language","object-oriented-language","programming-language","python","recursive-descent-parser","repl","truck","vim-syntax","visitor-pattern"],"created_at":"2025-06-07T18:07:12.506Z","updated_at":"2025-07-03T09:31:15.114Z","avatar_url":"https://github.com/tarptaeya.png","language":"Python","funding_links":["https://ko-fi.com/tarptaeya"],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Tarptaeya/Truck.svg?branch=master)](https://travis-ci.org/Tarptaeya/Truck) [![Build status](https://ci.appveyor.com/api/projects/status/ovgiyt7fldy7fujb/branch/master?svg=true)](https://ci.appveyor.com/project/Tarptaeya/truck/branch/master)\n\nTruck is a dynamic programming language with a focus on simplicity.\n\n### Example\n```truck\nuse io\n\nclass Greeter {\n  constructor(name) {\n    this.name = name\n  }\n\n  salute() {\n    io.println(\"Hello \" + this.name)\n  }\n}\n\ng = Greeter(\"world\")\ng.salute()\n```\n\n### Getting started\n```bash\ngit clone http://github.com/tarptaeya/truck\ncd truck\npython3 -m truck #[filename] or leave empty to run repl\n```\n\n### Syntax highlighting\nSyntax highlighting for vim is supported and associated files can be found in the vim directory of the project. Either copy the files yourself or execute `install_vim.sh` to automatically copy the vim files for you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarptaeya%2Ftruck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarptaeya%2Ftruck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarptaeya%2Ftruck/lists"}