📜 ⬆️ ⬇️

Report from Moscow.pm February 2



On February 2, in our Moscow office, there was a meeting of Perl-programmers Moscow.pm, which has already become traditional for 10 years. Under the cat you can find videos and presentations of three reports:


- "Autotest"
Vadim Pushtayev, Mail.Ru Search Engineer
')


The speaker talked in detail about the architecture of the unit tests of one of the Mail.Ru Search web applications on Perl.

- “Introduction to Perl Asynchronous Event Programming”
Andrei Yenshin, Junior Programmer, Web Backend Development Team Mail.Ru Clouds


The report will be interesting to novice Perl developers. The speaker showed the advantages of an event-oriented approach, which is perfectly combined with asynchronous code execution. The simplest implementation of this approach on simple Perl was demonstrated, as well as examples of using the AnyEvent library. Presentation by reference .

- “Coro. Intro "
Evgeny Vancevich, Mail.Ru programmer



The report is dedicated to Coro, its application, analysis of advantages and disadvantages. The speaker pays special attention to the use of Coro in asynchronous programming in conjunction with AnyEvent and generators.

Source: https://habr.com/ru/post/324696/


All Articles