Skip to content

Commit 680e6c6

Browse files
committed
node.native C++ module system (native.vm) readme doc
1 parent d8e0d00 commit 680e6c6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

vm/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### node.native vm
2+
3+
this is an experimental C++ module system based on roadmap & milestone discussions
4+
5+
* <https://github.com/d5/node.native/issues/26>
6+
7+
8+
### DL & Compiler References
9+
10+
* [Dynamic Loading Wiki](https://en.wikipedia.org/wiki/Dynamic_loading)
11+
* [Dynamic Library Programming Topics](https://developer.apple.com/library/mac/DOCUMENTATION/DeveloperTools/Conceptual/DynamicLibraries/000-Introduction/Introduction.html)
12+
* [Clang compiler front end](http://clang.llvm.org/docs/index.html)
13+
14+
### C++11 References
15+
16+
* [C++11 TR Draft & Complete Reference, 2011](http://www.open-std.org/jtc1/sc22/wg21/)
17+
* [C++11 Wiki](https://en.wikipedia.org/wiki/C%2B%2B11)
18+
* [C++11 FAQ from Stroustrup](http://www.stroustrup.com/C++11FAQ.html)

0 commit comments

Comments
 (0)