{"id":37720173,"url":"https://github.com/farkon00/cont","last_synced_at":"2026-01-16T13:31:45.357Z","repository":{"id":37813877,"uuid":"496706277","full_name":"farkon00/cont","owner":"farkon00","description":"Cont is a compiled statically-typed object oriented concatenative programming language written in Python","archived":false,"fork":false,"pushed_at":"2024-09-15T08:23:53.000Z","size":775,"stargazers_count":18,"open_issues_count":6,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-15T11:09:42.016Z","etag":null,"topics":["compiler","concatinative","object-oriented","programming-language","python","stack-based"],"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/farkon00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-05-26T17:09:03.000Z","updated_at":"2024-09-15T08:23:32.000Z","dependencies_parsed_at":"2023-02-17T20:00:34.569Z","dependency_job_id":"cdb6ee6f-5785-4ca4-8158-009421bd2a85","html_url":"https://github.com/farkon00/cont","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/farkon00/cont","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fcont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fcont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fcont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fcont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farkon00","download_url":"https://codeload.github.com/farkon00/cont/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fcont/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","concatinative","object-oriented","programming-language","python","stack-based"],"created_at":"2026-01-16T13:31:45.286Z","updated_at":"2026-01-16T13:31:45.349Z","avatar_url":"https://github.com/farkon00.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cont\r\n\r\n[![Static Badge](https://img.shields.io/badge/docs-latest-blue?style=flat)](https://farkon00.github.io/cont)\r\n\r\n__Cont__ is a compiled statically-typed concatenative programming language,\r\nthat has elements of OOP, is written in Python and is inspired by [Porth](https://gitlab.com/tsoding/porth).\r\n\r\n## Where did the name come from\r\nFrom word concatinative. \r\nHow have I come up with that specific word?\r\nI just mixed beginning of that word and tried to come up with something, that sounds good.\r\n\r\n# Quick Start\r\n\r\n```bash\r\n$ python3 -V\r\n Python \u003e=3.10\r\n\r\n$ git clone https://github.com/farkon00/cont.git\r\n$ cd cont\r\n\r\n# Install fasm with your package manager, nodejs and wabt (https://github.com/WebAssembly/wabt) for testing wasm\r\n$ sudo apt install fasm nodejs wabt\r\n$ python3 -m pip install pytest\r\n$ pytest test.py\r\n\r\n$ python3 cont.py \u003csource_code\u003e.cn -r\r\n```\r\n\r\n# Examples\r\nYou can find examples on how to use the language in the `tests` or `examples` folders or\r\nin the standard library source, which can be found in the `std` directory.\r\n\r\nPlease note that tests are contained in one file, so the only part of the test file,\r\nwhich contains cont code is the first one, before the first occurence of a line\r\nthat contains a single colon symbol and nothing else.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarkon00%2Fcont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarkon00%2Fcont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarkon00%2Fcont/lists"}