The Best OO Language is a Functional One • Pragmatic Dave Thomas • YOW! 2017

  Рет қаралды 9,205

GOTO Conferences

GOTO Conferences

Күн бұрын

Пікірлер: 9
@GOTO-
@GOTO- 3 ай бұрын
We are currently releasing older YOW! videos to serve as a valuable archive, preserving historical content. It is possible that a video is perceived as outdated. We believe it offers insightful glimpses into the past, enriching our understanding of history and development.
@markhathaway9456
@markhathaway9456 Жыл бұрын
I see this as entirely applicable to Scala, which is functional, but with OOP features and a lot of other nice things. FOOP or OOPyFP or whatever, it inherits the best ideas on programming while stepping into parallelism/concurrency. I would love to hear programmers who have done this kind of work to learn their issues, both problematic and opportunities to extend and/or improve the paradigm.
@humanlytyped
@humanlytyped Жыл бұрын
This was insightful and somewhat similar to the actor model. I'll try this mental process myself. Also, Hangperson 😂
@numericalcode
@numericalcode Жыл бұрын
25:10 I largely agree but he clearly says “no if statements” not meaning “no ifs” (conditionals) in general. Elixir of course also has the if statement.
@Venthe
@Venthe Жыл бұрын
17:45 "there are no ifs" of course they are; but they are hidden by the language's syntactic sugar. 25:22 there are no ifs, only if this, then that XD While I see the benefits of the functional approach at times, there is a reason why it is not a norm. It's harder to understand, harder to read and in many cases it's magnitudes more verbose; at least as long you keep them pure. I can agree with some points, when you expose getters and setters, you will not reap the benefits of OOP, but then again - trying to be a purist leads down to a high cost rabbit hole. Write objects as transaction boundaries, expose business actions, implement them functionally. This way you'll get benefits from both. E: 38:00 this got a bit silly, touting immutability as something only present in a functional approach. The only difference lies if you persist the cloned state after transformation. The topic of this talk bears little relation to OOP, it's just a repackage of benefits of functional programming. The problem is that there are different problem domains, some representable by OOP, others by FP; but fundamentally the question is really different: does the data belong to you, or not. If you are in control, OOP is usually best. If you get data from elsewhere to transform, FP languages fit the bill. There is nothing magical about that. Trying to represent a banking process as a transformation brings only an impendance mismatch. Trying to do OOP with ETL is just asking for pain. So... There is no big revelation here, no wisdom of 40 years. Just a different paradigm for a different problem, nothing else E2: cherry on top - "design patterns are crap". 54:34 . They were a solution to the lack of syntactic sugar/first party support in certain language. Calling them 'crap' is like assuming that if you haven't done things right the first time, it's crap. No, it is not. It allowed languages to evolve. I've struggled through this entire presentation, and frankly, I think I've lost a bit of respect for Dave
@ntitcoder
@ntitcoder Жыл бұрын
So true. When the speaker talked about what the code means, he literally kept having to repeat "IF ... then ...". It's IFs all along, just with an extra mental transformation to hide it in the code.
@br3nto
@br3nto Жыл бұрын
52:20 there is coupling though. The schema of the messages sent between two “servers” is coupling the two “servers” together. And I don’t quite get why we need to separate messages into { :some_state, val1, val2 } because it’s really no different from a method call like `some_state(val1, val2)`. The call stack is even somewhat analogous to the history of messages. I get there are differences… like the call stack discards frames as methods return… but this is interesting because we can start to ask question about why these differences exist, do they need to, do the difference tell us something important?
@ismaelgrahms
@ismaelgrahms Жыл бұрын
Insightful
@djgreyjoy1495
@djgreyjoy1495 11 ай бұрын
Does not scale
Transforming Programming • Pragmatic Dave Thomas • YOW! 2018
43:37
GOTO Conferences
Рет қаралды 4,1 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 55 МЛН
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 145 МЛН
4 Programming Paradigms In 40 Minutes
41:28
Coding Tech
Рет қаралды 491 М.
Functional Design Patterns - Scott Wlaschin
1:05:50
NDC Conferences
Рет қаралды 299 М.
One Rule to Rule Them All • Pragmatic Dave Thomas • YOW! 2022
51:14
GOTO Conferences
Рет қаралды 12 М.
Elixir Conf 2014 - Keynote: Think Different by Dave Thomas
55:48
When Zig Outshines Rust | Prime Reacts
23:31
ThePrimeTime
Рет қаралды 143 М.
7 Functional Programming Techniques EVERY Developer Should Know
21:35
Why Functional Programming Matters • John Hughes • YOW! 2017
58:18
GOTO Conferences
Рет қаралды 9 М.
One Rule to Rule Them All • Pragmatic Dave Thomas • GOTO 2023
49:56
GOTO Conferences
Рет қаралды 22 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 619 М.
Why Isn't Functional Programming the Norm? - Richard Feldman
46:09
HELP!!!
00:46
Natan por Aí
Рет қаралды 55 МЛН