{"id":13456784,"url":"https://github.com/fusionlanguage/fut","last_synced_at":"2025-10-23T21:31:46.909Z","repository":{"id":37701859,"uuid":"216405158","full_name":"fusionlanguage/fut","owner":"fusionlanguage","description":"Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.","archived":false,"fork":false,"pushed_at":"2025-05-06T18:14:40.000Z","size":8511,"stargazers_count":1798,"open_issues_count":37,"forks_count":57,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-05-06T19:35:30.970Z","etag":null,"topics":["language","programming-language","transpiler"],"latest_commit_sha":null,"homepage":"https://fusion-lang.org","language":"C++","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/fusionlanguage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null}},"created_at":"2019-10-20T18:07:19.000Z","updated_at":"2025-05-06T18:14:44.000Z","dependencies_parsed_at":"2023-08-16T05:30:49.310Z","dependency_job_id":"f41e12ae-1dae-4450-b9b2-9c8ff6a06d6f","html_url":"https://github.com/fusionlanguage/fut","commit_stats":{"total_commits":2641,"total_committers":12,"mean_commits":"220.08333333333334","dds":0.1821279818250663,"last_synced_commit":"ab0c5ae1529f1a9e77557f0c4f68f3e92c98b216"},"previous_names":["fusionlanguage/fut","pfusik/cito"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusionlanguage%2Ffut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusionlanguage%2Ffut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusionlanguage%2Ffut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusionlanguage%2Ffut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fusionlanguage","download_url":"https://codeload.github.com/fusionlanguage/fut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129523,"owners_count":22019628,"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":["language","programming-language","transpiler"],"created_at":"2024-07-31T08:01:27.700Z","updated_at":"2025-10-23T21:31:41.875Z","avatar_url":"https://github.com/fusionlanguage.png","language":"C++","readme":"[![Travis CI](https://app.travis-ci.com/fusionlanguage/fut.svg?branch=master)](https://app.travis-ci.com/fusionlanguage/fut)\n[![GitHub Actions](https://github.com/fusionlanguage/fut/actions/workflows/test.yml/badge.svg)](https://github.com/fusionlanguage/fut/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/fusionlanguage/fut/branch/master/graph/badge.svg?token=M7UX4WJKI3)](https://codecov.io/gh/fusionlanguage/fut)\n\nFusion Programming Language\n===========================\n\nFusion is a programming language designed for implementing reusable components\n(libraries) for C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript\nand OpenCL C, all from single codebase.\n\nA \"Hello, world\" library:\n\n```csharp\npublic class HelloFu\n{\n    public static string GetMessage()\n    {\n        return \"Hello, world!\";\n    }\n}\n```\n\ncan be translated to all the listed languages with:\n```\nfut -o hello.c,cpp,cs,d,java,js,py,swift,ts,cl hello.fu\n```\n\nThe translated code is lightweight (no virtual machine, emulation nor\ndependencies), human-readable and fits well with the target language,\nincluding naming conventions and documentation comments.\n\nCheck out [Fusion Playground](https://fusion-lang.org/playground) in your browser.\n\nFor further instructions, see [Getting Started](doc/getting-started.md).\n","funding_links":[],"categories":["C++","Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusionlanguage%2Ffut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffusionlanguage%2Ffut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusionlanguage%2Ffut/lists"}