1
lilydjwg 2015-06-11 10:35:20 +08:00
好棒~但是不如直接去用 Rust 呢。
|
2
mozartgho 2015-06-11 11:59:30 +08:00
与其用这种宏魔法,还不如用Lua来扩展C呢
|
3
shuax 2015-06-11 12:06:07 +08:00
让我想起了 https://github.com/orangeduck/Cello
然并卵 |
4
lsmgeb89 2015-06-11 12:11:53 +08:00
让我想起了 glib 也是一大堆宏
|
6
erik0 2015-06-11 15:52:21 +08:00
牺牲了可读性
|
7
limhiaoing 2015-06-11 23:11:06 +08:00
很有意思的项目啊,通过类似Rust的Macro扩展C实现了不少C++11类似的特性呢!
Anonymous Functions -> lambda expression Lazy Evaluation -> std::async with std::launch::deferred Type-Inferenced Variables -> auto Tuples -> std::tuple |