Git Product home page Git Product logo

what-i-learned-about-rp's Introduction

이곳은?

리액티브 프로그래밍과 함수형 리액티브 프로그래밍에 대해서 학습했던 자료 모음.

리액티브 프로그래밍

리액티브 프로그래밍의 정의

데이터 플로우 프로그래밍의 정의

On the development of reactive systems

  • 리액티브 프로그래밍의 개념이 탄생한 배경으로 거론되는 논문
  • Reactive systems… are repeatedly prompted by the outside world and their role is to continusouly respond external inputs

리액티브 메니페스토

  • 소프트웨어를 둘러싼 환경 변화를 소개하고, 새로운 환경에 어울리는 소프트웨어 모델로 “메시지 주도” 방식의 설계를 적극 활용하자는 주장
  • “Reactive Systems rely on asynchronous message-passing to establish a boundary between components that ensures loose coupling, isolation and location transparency.”

What is Reactive Programming?

  • 리액티브 프로그래밍의 등장 배경과 리액티브 메니페스토가 의미하는 바를 친절하게 설명하는 글

Rx(ReactiveX)

Rx 공식 홈페이지

Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood

  • Rx를 소개하는 동영상
  • 본래 Rx는 Reactive Framework였는데 정식 출시하면서 이름이 ReactiveX로 바뀐다. 하단에 달린 Charlse Torre의 댓글을 통해서 ReactiveX로 이름이 바뀐 이유를 유추해볼 수 있다.

React Framework(Rx) first look

  • Rx의 핵심을 쉽고 간결하게 설명하는 글

Microsoft's New .NET Rx Framework Tackles Challenges of Asynchronous Programming

  • Rx를 공개한 후 에릭 마이어가 언론과 가진 인터뷰
  • Meijer and software design engineer Wes Dyer have designed what Meijer describes as a major breakthrough in asynchronous programming. "Of all the work I've done in my career so far, this is the most exciting," Meijer told session attendees. "I know it's a bold statement, but I really believe that the problem of asynchronous programming events has been solved."

Your Mouse is Database

  • 에릭 마이어가 직접 소개하는 데이터 관점의 Rx

Subject/Observer is Dual to Iterator

  • Iterator와 Observable의 쌍대성을 소개
  • 중간에 Rx와 FRP의 차이점을 간략하게 설명함

Rx가 만들어진 배경인 Volta를 소개하는 기사

Rx 릴리즈 노트

RxJS

The introduction to Reactive Programming you've been missing

  • cyclejs를 만든 Andre Staltz가 소개하는 RxJS
  • 튜토리얼 형식으로 쉽게 접근할 수 있음.

Netflix JavaScript Talks - RxJS + Redux + React = Amazing!

  • redux의 약점 중 하나가 액션 레이어에서의 비동기 처리인데 rx를 이용해서 만든 redux-observable이라는 미들웨에로 이 문제를 해결하는 방법을 소개

FRP

Functional Reactive Animation by Conal Eliott and Paul Hudak

  • FRP 개념이 처음으로 등장한 것으로 알려진 논문

FRAN tutorial

  • Functional Reactive Animation에서 소개한 개념을 실제 코드로 옮긴 예제

Functional Reactive Animation 논문 요약/해설

  • Functional Reactive Animation 논문을 요약하고 약간의 해설을 곁들여서 개요를 설명하는 글

Essence and Origins of FRP

  • FRP의 창시자인 Conal이 생각하는 FRP의 본질.
  • Continuous Time, Denotational Semantics가 FRP의 본질이라고 주장함.

Haskell/Denotational Semantics

  • 하스켈 언어의 근간인 표기적 의미론을 설명하는 공식 문서
  • 알듯말듯 알쏭달쏭...

FRP Explanation using Reactive Banana

  • 하스켈의 FRP 구현체인 Reactive Banana로 소개하는 FRP

Concurrent FRP

  • elm을 만든 Evan Czapplicki가 FRP로 주제로 작성한 논문

A Farewell to FRP

  • Evan Czapplicki가 FRP를 지향하는 기존 Elm의 설계를 개선하면서 남긴 FRP에 대한 생각

Functional Reactive Programming

  • FRP 구현체인 Sodium을 가지고 함수형 리액티브 프로그래밍을 소개하는 책.
  • FRP를 둘러싼 혼란을 소개하며 진짜 FRP의 개념은 어떻게 다른지 설명.
  • Rx와 FRP의 차이도 간략하게 설명.
  • 한국어 버전이 곧 나올거라고 어디에서 들었다.

Rx vs FRP

Why I Cannot Say FRP But, I Just Did

  • FRP의 좁은 정의에 반대하는 cyclejs 개발자의 생각

Rx vs FRP를 주제로 트위터에서 벌어진 토론

  • Andre Staltz와 Erik Meijer 그리고 Conal Eliott가 토론을 벌임.
  • FRP에 대한 각자의 생각을 읽을 수 있음.

Clarify the differences between Functional Reactive Programming and Reactive Extensions

  • Rx와 FRP의 차이를 묻는 질문으로 에릭 마이어의 코멘트를 통해 FRP에 대한 에릭 마이어릐 생각을 읽을 수 있음.
  • 에릭 마이어는, FRP와 Rx는 다르다는 걸 인정. FRP를 만든 Conal의 생각을 존중하며, Rx를 이용해서 현실의 문제를 해결할 수 있다면 용어는 중요하지 않다고 말함

김코딩 정리

what-i-learned-about-rp's People

Contributors

coderk avatar

Watchers

James Cloos avatar Jeewhan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.