{"id":13769410,"url":"https://github.com/cimplec/sim-c","last_synced_at":"2025-05-11T02:32:31.829Z","repository":{"id":46608950,"uuid":"273546973","full_name":"cimplec/sim-c","owner":"cimplec","description":"A dynamically typed high-level front end for C","archived":false,"fork":false,"pushed_at":"2022-12-21T13:46:45.000Z","size":1124,"stargazers_count":138,"open_issues_count":13,"forks_count":88,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-27T18:05:02.570Z","etag":null,"topics":["c","compiler","python","swoc","swoc2021"],"latest_commit_sha":null,"homepage":"https://cimplec.github.io/docs/","language":"Python","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/cimplec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"open_collective":"sim-c"}},"created_at":"2020-06-19T17:07:10.000Z","updated_at":"2025-03-01T08:51:18.000Z","dependencies_parsed_at":"2023-01-30T03:45:48.992Z","dependency_job_id":null,"html_url":"https://github.com/cimplec/sim-c","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cimplec%2Fsim-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cimplec%2Fsim-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cimplec%2Fsim-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cimplec%2Fsim-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cimplec","download_url":"https://codeload.github.com/cimplec/sim-c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253102623,"owners_count":21854500,"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":["c","compiler","python","swoc","swoc2021"],"created_at":"2024-08-03T17:00:24.123Z","updated_at":"2025-05-11T02:32:31.430Z","avatar_url":"https://github.com/cimplec.png","language":"Python","funding_links":["https://opencollective.com/sim-c"],"categories":["Repositories for intermediate/Advanced Coders"],"sub_categories":[],"readme":"# sim-C\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/cimplec/sim-c/master/images/logo.png\" height=\"200\"\u003e\n\u003c/p\u003e\n\n[![GitHub](https://img.shields.io/github/license/cimplec/sim-c)](https://github.com/cimplec/sim-c/blob/master/LICENSE)  ![GitHub stars](https://img.shields.io/github/stars/cimplec/sim-c?style=plastic)  ![GitHub contributors](https://img.shields.io/github/contributors/cimplec/sim-c)  ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)  ![GitHub last commit](https://img.shields.io/github/last-commit/cimplec/sim-c)  ![GitHub issues](https://img.shields.io/github/issues/cimplec/sim-c?color=darkgreen)  ![GitHub closed issues](https://img.shields.io/github/issues-closed/cimplec/sim-c?color=red)  ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/cimplec/sim-c?color=darkred)\n\n## What is sim-C?\n\n\u003cp align=\"justify\"\u003eOften people have trouble programming in C (especially beginners) due to its low level syntax and unavailability of stable third party libraries. We present sim-C a high-level front end for C which creates a dynamically typed syntax for C. Users can write code in this high level syntax and then compile it to optimized C code. sim-C does not process the code and simply translates it to C thus, there is no possibility of the code running slowly. So, with sim-C users can write code faster using the high level syntax and at the same time be able to harness the power and speed of a C program.\u003c/p\u003e\n\n## Pipeline\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/cimplec/sim-c/master/images/simc-pipeline.png\"\u003e\n\u003c/p\u003e\n  \n## Important links\n\n1. \u003ca href=\"https://cimplec.github.io/docs\"\u003eOfficial documentation\u003c/a\u003e\n2. \u003ca href=\"https://github.com/cimplec/sim-c/wiki/\"\u003esimC Wiki\u003c/a\u003e\n\n## New Developers\n\n\u003cp align=\"justify\"\u003eNew developers can join simC New Devs slack channel where they can get help from core developers on their issues, link to the slack channel - \u003ca href=\"https://join.slack.com/t/sim-cnewdevs/shared_invite/zt-ky44bntx-WHiw41q1nam4AmktMggsCg\"\u003esimC New Devs Slack\u003c/a\u003e\u003c/p\u003e\n\n## OSS Programs\n\n1) Hacktoberfest 2020\n2) KWoC (Kharagpur Winter of Code) 2020\n3) SWoC (Script Winter of Code) 2021\n\n## Contributor blogs\n\nFollow this [link](https://github.com/cimplec/sim-c/blob/master/BLOGS.md) to read blogs written by contributors after completing various OSS programs. \n\n## License\n\nsim-C is licensed under GNU General Public License (GPL) v3.0. [LICENSE](https://github.com/cimplec/sim-c/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcimplec%2Fsim-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcimplec%2Fsim-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcimplec%2Fsim-c/lists"}