Math-O5 / sim-c

A dynamically typed high-level front end for C

Home Page:https://cimplec.github.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sim-C

GitHub GitHub stars GitHub contributors PRs Welcome GitHub last commit GitHub issues GitHub closed issues GitHub closed pull requests

What is sim-C?

Often 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. User 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. Let us make C cool again.

Pipeline

New Developers

New developers can join simC New Devs slack channel where they can get help from core developers on their issues, link to the slack channel - simC New Devs Slack

License

sim-C is licensed under GNU General Public License (GPL) v3.0. LICENSE

The Team

OSS Programs

  1. KWoC (Kharagpur Winter of Code) 2020
  2. SWoC (Script Winter of Code) 2021

Contributor blogs

Follow this link to read blogs written by contributors after completing various OSS programs.

About

A dynamically typed high-level front end for C

https://cimplec.github.io/docs/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%Language:Shell 0.0%