{"id":13749256,"url":"https://github.com/Cypher1/tako","last_synced_at":"2025-05-09T12:32:16.771Z","repository":{"id":43998355,"uuid":"141204919","full_name":"Cypher1/tako","owner":"Cypher1","description":"An experimental programming language for ergonomic software verification","archived":false,"fork":false,"pushed_at":"2024-05-20T07:05:56.000Z","size":2794,"stargazers_count":15,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-22T22:31:08.703Z","etag":null,"topics":["experimental-programming-language","hoare-triples","interpreter","language","programming-language-theory","solver","verification"],"latest_commit_sha":null,"homepage":"https://takolang.dev","language":"Rust","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/Cypher1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["Cypher1"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/jpratt"]}},"created_at":"2018-07-16T23:17:52.000Z","updated_at":"2024-06-06T08:50:42.626Z","dependencies_parsed_at":"2024-01-13T01:47:50.938Z","dependency_job_id":"287b540c-4ecd-4f9d-b1ed-70138bf67e40","html_url":"https://github.com/Cypher1/tako","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cypher1%2Ftako","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cypher1%2Ftako/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cypher1%2Ftako/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cypher1%2Ftako/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cypher1","download_url":"https://codeload.github.com/Cypher1/tako/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224863108,"owners_count":17382279,"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":["experimental-programming-language","hoare-triples","interpreter","language","programming-language-theory","solver","verification"],"created_at":"2024-08-03T07:00:57.961Z","updated_at":"2024-11-16T00:30:19.987Z","avatar_url":"https://github.com/Cypher1.png","language":"Rust","funding_links":["https://github.com/sponsors/Cypher1","https://www.buymeacoffee.com/jpratt"],"categories":["Programming Language"],"sub_categories":["Libraries"],"readme":"# Tako\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![Cherry](./takoweb/static/tako.png)](https://takolang.dev)\n[![Build Status](https://github.com/Cypher1/tako/workflows/Rust/badge.svg)](https://github.com/Cypher1/tako/actions)\n[![GitHub issues](https://img.shields.io/github/issues/Cypher1/tako.svg)](https://github.com/Cypher1/tako/issues)\n\nAn experimental programming language for ergonomic software verification using [Hoare Logic](https://en.wikipedia.org/wiki/Hoare_logic).\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nTako currently uses `cargo` for builds and running tests and git submodules for dependency management.\n\nInstallation instructions can be found at \u003chttps://rustup.rs/\u003e\n\n### Building\n\nBuilding is a single step,\n\n```bash\ncargo build --release\n```\n\nYou can also install tako, though I don't recommend this.\n```\ncargo install --path=./tako\n```\n\n\nThis allows us to run the compiler.\n\n```bash\ntako examples/hello_name.tk\n./build/examples_hello_name 'world'\n```\n\nAnd interactive interpreter:\n\n```bash\ntako -i\n```\n\nAnd use the interpreter to run a tako file:\n\n```bash\ntako -r examples/hello_name.tk -- 'world'\n```\n\n## Running the tests\n\nRunning the tests is also a single step.\n\n```bash\ncargo test\n```\n\nNote: Currently this tests using an optimised build as some of the tests rely on rust optimisations that decrease stack usage. Tracking bug: \u003chttps://github.com/Cypher1/tako/issues/179\u003e\n\n## Installation\n\n\u003e **Warning:** Don't use tako. Use some other language \u0026 compiler.\n\u003e\n\u003e I recommend rust, haskell or idris.\n\u003e\n\u003e tako is not stable, reliable, or efficient.\n\u003e\n\u003e You have been warned.\n\ntako is a standalone single file. It can be installed simply by building and copy/moving ./tako into your /usr/bin directory.\n\n## Contributing\n\nPlease read the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) and [CONTRIBUTING.md](CONTRIBUTING.md) guides for details on our code of conduct, and the process for submitting pull requests.\n\n## Versioning\n\nWe will use [SemVer](http://semver.org/) for versioning. There are no versions currently available, but see the [tags on this repository](https://github.com/Cypher1/tako/tags).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* **Billie Thompson** - *Readme Templates* - [PurpleBooth](https://github.com/PurpleBooth)\n* **Chris Hall** - *Design advice and instruction in programming language theory* - [Chrisosaurus](https://github.com/chrisosaurus)\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://cypher1.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1120798?v=4?s=100\" width=\"100px;\" alt=\"Jay Pratt\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJay Pratt\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Cypher1/tako/commits?author=cypher1\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#design-cypher1\" title=\"Design\"\u003e🎨\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCypher1%2Ftako","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCypher1%2Ftako","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCypher1%2Ftako/lists"}