File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Minimal working examples by release
2
2
3
- This project is collection of [ minimal working examples] ( https://en.wikipedia.org/wiki/Minimal_working_example )
3
+ This project is collection of
4
+ [ minimal, complete, and verifiable examples] ( https://stackoverflow.com/help/mcve )
4
5
of several languages ordered by release or version number.
5
6
6
7
* [ Python] ( python/README.md )
7
8
* [ ECMAScript / JavaScript] ( js/README.md )
8
9
* [ C++] ( cpp/README.md )
9
10
* [ C] ( c/README.md )
11
+
12
+ ## Features
13
+ * Minimal and practical self descriptive as possible source code.
14
+ (Please read references for explanations)
15
+ * Complete and ready to copy-paste into an your application.
16
+ * Runnable in-place. (No need to copy paste snippets from documentation
17
+ into an interpreter)
18
+ * Verifiable. Internal tests provides reliability and durability. You can easily add
19
+ new features and run tests to assure code validity.
20
+
21
+ Files of the project are compact source code with examples of new features.
22
+ You can compile and run examples to prove correctness and validation.
23
+
24
+ Contributions are welcome!
You can’t perform that action at this time.
0 commit comments