Code Monkey home page Code Monkey logo

c-project-template's Introduction

ISO9899:1990 (C89, C90, ANSI) Linux Project Example

This repository features a example project targeting Linux for the ISO9899:1990 (C89, C90, ANSI) language standard with make files, test execution.

Why ISO9899:1990

  • portability
  • Compatibility
  • little syntactic sugar
  • Full control
  • low level

Why are there no Frameworks and only standard tooling?

Having external dependencies or foreign code can cause problems. So writing everything by yourself has advantages:

  • Having no frameworks is a lean approach with low overhead
  • Writing own tooling help to understand the project's needs
  • Solving problems on your increases the developer's skills
  • Not having a foreign code means not having to rely on others
  • Can be set up and compiled off-line
  • reduced binary size because only what's needed is implemented
  • fully compatible with your target platform
  • no exotic dependencies

Quick Guide

# install needed packages
sudo apt install build-essential make gcc

# build a static library, run test, and build executeable
cd project
make

c-project-template's People

Contributors

felix-quehl avatar zyycyx avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

zyycyx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.