Hacker News
- Paradigms of Artificial Intelligence Programming (1992) https://github.com/norvig/paip-lisp 82 comments
- Rust meets the web – a clash of programming paradigms (2020) https://www.jakobmeier.ch/blogging/Rust_on_the_Web.html 4 comments
- Can functional programming be liberated from the von Neumann paradigm? (2010) http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm 82 comments
Lobsters
- Programming paradigms for dummies: what every programmer should know https://blog.acolyer.org/2019/01/25/programming-paradigms-for-dummies-what-every-programmer-should-know/ 2 comments programming
- [Survey] Functional Programming Paradigm http://goo.gl/forms/rkOshVDDZE 8 comments compsci , haskell , ml , programming , scala
- Programming paradigms behind web development — How did imperative and declarative approaches play out in the history of front-end? https://pragmaticreview.com/programming-paradigms-behind-web-development/ 6 comments programming
- FP or OOP is not a binary choice. You can have a healthy mix of the two in your program. Whatever paradigm you select to be central to your design, there will be cases when the other style fits better. Let’s start exploring this in Part #4 of the Clash of Styles series https://vkontech.com/clash-of-styles-part-4-adding-support-for-rational-numbers-with-fp/ 25 comments csharp
- “Programming Languages” Series on Coursera is IMO, one of the best classes on foundational programming language paradigms. I strongly recommend it. You’ll be writing your own mini interpreter in Racket. Here is a full course review. https://vkontech.com/course-review-programming-languages-series-on-coursera/ 57 comments programming
- FP or OOP is not a binary choice. You can have a healthy mix of the two in your program. Whatever paradigm you select to be central to your design, there will be cases when the other style fits better. Let’s start exploring this in Part #4 of the Clash of Styles https://vkontech.com/clash-of-styles-part-4-adding-support-for-rational-numbers-with-fp/ 6 comments fsharp
- What is a Programming Paradigm? https://pling.jondgoodwin.com/post/what-is-a-programming-paradigm/ 11 comments programming
- FP or OOP is not a binary choice. You can have a healthy mix of the two in your program. Whatever paradigm you select to be central to your design, there will be cases when the other style fits better. Let’s start exploring this in Part #4 of the Clash of Styles series. https://vkontech.com/clash-of-styles-part-4-adding-support-for-rational-numbers-with-fp/ 183 comments programming
- FP or OOP is not a binary choice. You can have a healthy mix of the two in your program. Whatever paradigm you select to be central to your design, there will be cases when the other style fits better. Let’s start exploring this in Part #4 of the Clash of Styles series. https://vkontech.com/clash-of-styles-part-4-adding-support-for-rational-numbers-with-fp/ 14 comments dotnet
- FP or OOP is not a binary choice. You can have a healthy mix of the two in your program. Whatever paradigm you select to be central to your design, there will be cases when the other style fits better. Let’s start exploring this in Part #4 of the Clash of Styles series. https://vkontech.com/clash-of-styles-part-4-adding-support-for-rational-numbers-with-fp/ 9 comments csharp
- Functional Programming in Swift: an Unusual yet Powerful Paradigm https://matteomanferdini.com/swift-functional-programming/ 12 comments swift
- Programming Paradigms for Dummies: What Every Programmer Should Know https://www.reddit.com/r/learnprogramming/comments/9uf6m9/programming_paradigms_for_dummies_what_every/ 15 comments learnprogramming
- Your Programming Paradigm Sucks (So Does Mine) https://www.peterdimitrov.com/your-favorite-programming-paradigm-sucks-so-does-mine/ 39 comments programming
- Finding the Minimum Set of Languages to Learn All Programming Paradigms (2017 Update!) http://www.bencollier.info/content/finding-minimum-set-languages-learn-all-programming-paradigms-2017-update 13 comments programming
- ELI5: the difference between object-oriented, imperative, functional and declarative programming paradigms https://www.reddit.com/r/learnprogramming/comments/4hxth7/eli5_the_difference_between_objectoriented/ 4 comments learnprogramming
- Programming language "paradigms" are a moribund and tedious legacy of a bygone age. [pdf] http://cs.brown.edu/~sk/publications/papers/published/sk-teach-pl-post-linnaean/paper.pdf 41 comments programming
- Different programming paradigms on Ethereum? http://en.wikipedia.org/wiki/Secret_sharing 4 comments ethereum
- Popular Interview Question: Asynchronous Map and Programming Paradigms... http://clarkfeusier.com/2015/01/18/interview-question-asynchronous-map/ 7 comments javascript
- Overview of the four main programming paradigms http://people.cs.aau.dk/~normark/prog3-03/html/notes/paradigms_themes-paradigm-overview-section.html 33 comments programming
- Six programming paradigms that will change how you think about coding http://brikis98.blogspot.dk/2014/04/six-programming-paradigms-that-will.html 7 comments coding
- Peter Van Roy's course, "Paradigms of Computer Programming", starts on the 17th of February on edX https://www.edx.org/course/louvainx/louvainx-louv1-01x-paradigms-computer-1203 7 comments programming
- Finding the Minimum Set of Languages to Learn All Programming Paradigms http://www.bencollier.info/content/finding-minimum-set-languages-learn-all-programming-paradigms#.us3lncmfpjy.reddit 70 comments programming
- Great Introduction to Scheme, Done by my Lecturer in Programming Paradigms. http://people.cs.aau.dk/~normark/prog3-03/html/notes/theme-index.html 2 comments programming
- Methods of Asynchrony: Paradigms for Asynchronous Programming http://rfw.name/blog/2013/07/13/asynchrony.html 4 comments programming
- Top down and bottom up - interesting look at programming paradigms http://www.johndcook.com/blog/2012/12/06/top-down-bottom-up/ 14 comments programming
- The Influence of Functional and Object-Oriented Programming Paradigms on Programming Style http://symbo1ics.com/blog/?p=846 3 comments programming
- Conal Elliott : Can functional programming be liberated from the von Neumann paradigm? http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm/ 66 comments programming
- Can functional programming be liberated from the von Neumann paradigm? http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm/ 75 comments haskell
- [Stanford Lectures] Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. http://www.youtube.com/view_play_list?p=9d558d49ca734a02 6 comments learnprogramming
- Concatenative Programming: An Overlooked Paradigm in Functional Programming [PDF] http://mitarbeiter.hs-heilbronn.de/~herzberg/publications/icsoft.2009.pdf 10 comments programming
- Classification of the principal programming paradigms http://www.info.ucl.ac.be/~pvr/paradigms.html 6 comments programming
- Language Oriented Programming: The Next Programming Paradigm http://www.onboard.jetbrains.com/is1/articles/04/10/lop/index.html 18 comments programming
- Programming language "paradigms" are a moribund and tedious legacy of a bygone age. http://www.cs.brown.edu/~sk/publications/papers/published/sk-teach-pl-post-linnaean/ 19 comments programming
- R.W. Floyd's Turing Award Lecture “The Paradigms of Programming” is freely available in an online journal here. It is almost 30 years old, and still very much relevant. http://lambda-the-ultimate.org/node/2005 10 comments programming
- What problems do different programming paradigms try to address? Why were newer paradigms thought of? https://www.reddit.com/r/askscience/comments/a3al33/what_problems_do_different_programming_paradigms/ 6 comments askscience
Lambda the Ultimate
- Summer School on the Proofs-as-Programs Paradigm http://www.cs.uoregon.edu/activities/summerschool/ 0 comments general
- Can functional programming be liberated from the von Neumann paradigm? http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm/ 32 comments Functional