Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makelinux/examples
Working examples of Python, C++, C and JS new features
https://github.com/makelinux/examples
c11 cpp cpp11 cpp17 cpp20 javascript lambda python python3
Last synced: about 2 months ago
JSON representation
Working examples of Python, C++, C and JS new features
- Host: GitHub
- URL: https://github.com/makelinux/examples
- Owner: makelinux
- License: gpl-3.0
- Created: 2019-12-03T15:29:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T17:13:43.000Z (about 2 years ago)
- Last Synced: 2023-11-07T18:27:53.961Z (about 1 year ago)
- Topics: c11, cpp, cpp11, cpp17, cpp20, javascript, lambda, python, python3
- Language: C++
- Homepage:
- Size: 265 KB
- Stars: 113
- Watchers: 7
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal working examples by release
This project is collection of
[minimal, complete, and verifiable examples](https://stackoverflow.com/help/mcve)
of several languages ordered by release or version number.* [Python](python/README.md)
* [ECMAScript / JavaScript](js/README.md)
* [C++](cpp/README.md)
* [C](c/README.md)## 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!