Himmele / Mindroid.cpp

Mindroid.cpp is an application framework inspired by Google's Android operating system
http://himmele.blogspot.de/2013/10/mindroid-android-everywhere.html
73 stars 33 forks source link

Use lambdas instead of Closure0-9 #1

Closed fenollp closed 8 years ago

fenollp commented 8 years ago

Hey Curious: why don't you use C++11's lambda functions instead of your Closure objects?

Himmele commented 8 years ago

When I developed Mindroid.cpp back in 2011 and 2012, I haven't taken a look into that. Currently I am planning to extend Mindroid.cpp with some kind of Reactive Extensions. Then I will also add C++ 11 lambdas.