git @ Cat's Eye Technologies The-Glosscubator / master by-topic / Functional Programming / Webpages.md
master

Tree @master (Download .tar.gz)

Webpages.md @masterview markup · raw · history · blame

Functional Programming

Functors, Applicatives, And Monads In Pictures - adit.io

  • url: https://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html

.

functional programming - What is the origin and meaning of the phrase "Lambda the ultimate?" - Software Engineering Stack Exchange

  • url: https://softwareengineering.stackexchange.com/questions/107687/what-is-the-origin-and-meaning-of-the-phrase-lambda-the-ultimate

.

compiler construction - Converting a function to use tail recursion -- a formal study - Stack Overflow

  • url: https://stackoverflow.com/questions/10700807/converting-a-function-to-use-tail-recursion-a-formal-study
  • topics: Functional Programming, Compiler Construction

.

Do Applicative Functors Generalize the S & K Combinators? - Brandon.Si(mmons)

  • url: http://brandon.si/code/do-applicative-functors-generalize-the-s-k-combinators/

.

Railway Oriented Programming | F# for fun and profit

  • url: https://fsharpforfunandprofit.com/rop/
  • associated-repo: https://github.com/swlaschin/Railway-Oriented-Programming-Example

.

interpreters - How to implement scheme\'s letrec in a lazy dialect? - Computer Science Stack Exchange

  • url: https://cs.stackexchange.com/questions/83113/how-to-implement-schemes-letrec-in-a-lazy-dialect

.

Recitation 21: Let Expressions & The Environment Model

  • url: https://www.cs.cornell.edu/courses/cs312/2004fa/lectures/rec21.html

.