Sasecurity Wiki
Register
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
=== richardfeldman ===
  +
[[File:compinhertfeldman.png|right|300px]]
  +
https://www.youtube.com/watch?v=6YbK8o9rZfI '''see 32min defines oop'''
  +
Originally, GOTO statements were widespread. Then structured and procedural programming appeared, and now that's the normal way of doing conditionals, and the previously widespread GOTO statements are widely considered an antipattern. When garbage collection first appeared, it was largely ignored outside academia. Then hardware got faster, and since the 1990s garbage collection has become the norm in industry.
  +
  +
When functional programming first appeared, it was largely ignored outside academia. In the last decade it has started getting more popular. What will be the next paradigm shift in programming...and has it already begun?
  +
  +
=== boxbase ===
 
https://boxbase.org/entries/2020/aug/3/case-against-oop/
 
https://boxbase.org/entries/2020/aug/3/case-against-oop/
   
Line 15: Line 23:
 
https://news.ycombinator.com/item?id=11841893
 
https://news.ycombinator.com/item?id=11841893
   
  +
  +
  +
https://wiki.c2.com/?ClosuresAndObjectsAreEquivalent
   
 
=== links ===
 
=== links ===

Latest revision as of 12:45, 18 January 2022

richardfeldman

Compinhertfeldman

https://www.youtube.com/watch?v=6YbK8o9rZfI see 32min defines oop Originally, GOTO statements were widespread. Then structured and procedural programming appeared, and now that's the normal way of doing conditionals, and the previously widespread GOTO statements are widely considered an antipattern. When garbage collection first appeared, it was largely ignored outside academia. Then hardware got faster, and since the 1990s garbage collection has become the norm in industry.

When functional programming first appeared, it was largely ignored outside academia. In the last decade it has started getting more popular. What will be the next paradigm shift in programming...and has it already begun?

boxbase

https://boxbase.org/entries/2020/aug/3/case-against-oop/

https://news.knowledia.com/US/en/articles/boxbaseorg-case-against-oop-is-understated-not-overstated-b865bc3cfd20eedfaa78f13273043e4c09f3e737

https://lobste.rs/s/bmzgvz/case_against_oop_is_wildly_overstated links to andyc commentator

andyc

https://lobste.rs/s/lwopua/functional_code_is_honest_code#c_twssec replies to with links to


http://www.oilshell.org/blog/2020/04/release-0.8.pre4.html#dependency-inversion-leads-to-pure-interpreters

https://news.ycombinator.com/item?id=11841893

https://news.ycombinator.com/item?id=11841893


https://wiki.c2.com/?ClosuresAndObjectsAreEquivalent

links

Oop

grady booch