Debby Nirwan
Principal robotics software engineer at Dyson
Expertise: Software and firmware engineering, AI, robotics
Education: Universitas Andalas

Debby Nirwan is a principal robotics software engineer at Dyson. He enjoys writing code and technical articles.

Sort By
Most Recent
Most Recent
Oldest
1 Articles
C++ Lambda is a convenient way to define a functor that can help us to simplify the code.
A lambda in C++ is an expression used to simplify code when defining anonymous function objects (functors). Lambdas allow for functors to be defined directly where they are invoked or be passed as function arguments.