У нас вы можете посмотреть бесплатно Lambda World 2018 - Diagrammatic Execution Models for Functional Languages - Keynote или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This keynote by Koko Muroya and Steven W.T. Cheung took place at Lambda World Cádiz on October 25th, 2018 at the Palacio de Congresos in Cádiz, Spain. Diagrammatic Execution Models for Functional Languages "What is my program actually doing?" Sometimes you feel a need to execute a functional program yourself. Ok, here's a function call. I'll first look at arguments. Now I've got values of arguments, so I'll go onto the function. Remember, this parameter is now this value, that parameter is now that value... You jump around the program, back and forth between variables and pieces of code, and keep collecting results of these visited pieces. This talk introduces diagrammatic models of functional-program execution. The underlying idea is to express the above process using diagrams; the "token", your agent, moves around a diagrammatic representation of a whole program, and visited pieces of the diagram dynamically change to represent their results (so we do not need to remember!). We will explore these diagrammatic models, which help us not only with visualising program execution but also with designing a language. These models can cover from conventional programming, with various evaluation strategies including call-by-value (used in OCaml) and call-by-need (lazy, used in Haskell), to unconventional (but increasingly significant) programming with "computational graphs". Last but not least, the models are for mathematical reasoning; from cost analysis of execution to equational reasoning justifying compiler optimisation. Follow: - / lambda_world - / 47deg - / koko_muro_m Visit: -https://www.47deg.com/events for more details -http://www.lambda.world