Skip to content

makelinux/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

180f8b6 · Dec 17, 2022
Dec 17, 2022
Aug 23, 2022
Dec 17, 2022
Aug 26, 2020
Aug 23, 2022
Dec 3, 2022
Jul 5, 2020
Dec 3, 2019
Dec 3, 2019
Dec 17, 2022
Sep 16, 2020
Nov 23, 2021

Repository files navigation

Minimal working examples by release

This project is collection of minimal, complete, and verifiable examples of several languages ordered by release or version number.

Features

  • Minimal and practical self descriptive as possible source code. (Please read references for explanations)
  • Complete and ready to copy-paste into an your application.
  • Runnable in-place. (No need to copy paste snippets from documentation into an interpreter)
  • Verifiable. Internal tests provides reliability and durability. You can easily add new features and run tests to assure code validity.

Files of the project are compact source code with examples of new features. You can compile and run examples to prove correctness and validation.

Contributions are welcome!