Elixir Wizards – S3E9 Brooklyn Zelenka on Functional Programming

栏目: IT技术 · 发布时间: 6年前

内容简介:In today’s episode we have one of our favorite recurring guests, Brooklyn Zelenka, joining us once again! Brooklyn has been on the show in both the first and second seasons to speak about Elixir and functional programming. In those conversations, it came u

About this Episode

In today’s episode we have one of our favorite recurring guests, Brooklyn Zelenka, joining us once again! Brooklyn has been on the show in both the first and second seasons to speak about Elixir and functional programming. In those conversations, it came up that this topic is far from exhausted, and since Season 3's theme is working with Elixir, we thought it would be great to have Brooklyn on for a third time. Today, Brooklyn does not speak to Elixir specifically though, but on functional programming more broadly. Fission, her company which is working on developing next-generation hostless apps, actually uses Haskel, but Brooklyn has a ton of experience across the board. She gives us some great insights into what makes the functional versus OOP paradigm great and helps us to understand some of the inner workings of both worlds, talking about abstraction, application, data orientation, and more. Interestingly, Brooklyn does employ some imperative programming in her company through the use of Typescript, but uses a functional style to get around the context switch. We spend some time toward the end of the show digging deeper into macros, and Brooklyn helps to revise understandings of them as code which writes more code as well as clarifies the term 'homoiconic' as it relates to ASTs. Brooklyn covers a whole lot more today so hop on for a deep dive into functional programming with today's great guest.

Key Points From This Episode:

• Why Brooklyn uses FPE: it can be reused and reasoned about.

• Two things that functions provide: abstraction and application.

• Data orientation and hiding information: imperative vs functional paradigms.

• Understanding imperative programming: it’s less structured and hard to reason about.

• Challenges experienced imperative programmers face with functional programming.

• Differences between Elixir, Erlang, Haskel, Elm, and Clojure.

• Using Clojure: tradeoffs, distinctions, tooling, flexibility, and compatibility with Java.

• The language Brooklyn could use if only one existed: Racket.

• Bridging functional and imperative paradigms through disciplined use of style.

• Segfaults in Haskell related to its compatibility with lib C.

• How to use Musl instead of lib C by employing docker files.

• Algebraic types and why static types aren’t hindrances in functional languages.

• Preferences for tests or proofs and their role in finding types valuable.

• Macros as compile-time functions that are difficult to debug.

• A definition of a ‘homoiconic’: high-level syntax which represents the AST.

• What makes C macros different from Lisp ones.

• Architecture in Elixir and the need for a more user-friendly Haskell.

Links Mentioned in Today’s Episode:

SmartLogic — https://smartlogic.io/

Brooklyn Zelenka on LinkedIn — https://www.linkedin.com/in/brooklynzelenka/

Fission — https://fission.codes/

Seven Languages in Seven Weeks — https://www.amazon.com/Seven-Languages-Weeks-Programming-Programmers/dp/193435659X

Chris Keathley — https://keathley.io/

Hackers and Painters — https://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp/1449389554

Paul Graham — http://www.paulgraham.com/


以上所述就是小编给大家介绍的《Elixir Wizards – S3E9 Brooklyn Zelenka on Functional Programming》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

设计模式

设计模式

[美] Erich Gamma、Richard Helm、Ralph Johnson、John Vlissides / 李英军、马晓星、蔡敏、刘建中 等 / 机械工业出版社 / 2000-9 / 35.00元

这本书结合设计实作例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。书中分类描述了一组设计良好、表达清楚的软件设计模式,这些模式在实用环境下特别有用。此书适合大学计算机专业的学生、研究生及相关人员参考。 书中涉及的设计模式并不描述新的或未经证实的设计,只收录了那些在不同系统中多次使用过的成功设计。一起来看看 《设计模式》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码