Marcin Pasinski presented a comparison of C and Golang for embedded development. He discussed why his company chose Golang for some projects, noting its faster development speed, standard libraries, and automatic memory management. Golang binaries are also self-contained with no dependencies. While Golang has a larger image size than C, it is smaller than C++. Marcin covered topics like cross-compilation, debugging, using C code in Golang, shared libraries, embedded development considerations, and their positive experience with Golang's tooling and productivity despite some initial issues. He concluded with a demo of a thermostat project written in Golang.