gusty / FsReactive

A pull implementation of a Functional Reactive Programming (FRP) Library
4 stars 2 forks source link

A practice script for this project!!! #1

Open ingted opened 8 years ago

ingted commented 8 years ago

Just for someone who is interested about this project!!

https://gist.githubusercontent.com/ingted/b1d5fcadc4cb76f89790f9f990ee55b1/raw/565a8eecad39926a7a4ddb7b547387facc0a15aa/FSharp_FRP_practice.fsx

gusty commented 8 years ago

@ingted Thanks for the sample code. But I don't know what it does. I'm really interested in collecting samples. Would you mind to integrate it in the solution as the other samples? If you do a Pull Request I will accept if it has a working example.

ingted commented 8 years ago

Hi gmpl,

It's my pleasure to have your reply!!! FsReactive is so wonderful and amazing, so I tried to learn it through the blog tutorial. I know it is just something copy-paste... And I post it is just for providing someone who want to try it without copy-past effort : P

Thank you for your invitation!!! I will do a pull request few days later after I make it a little better... ^__^

gusty commented 8 years ago

@ingted You're welcome and I'm looking forward to have your PR. Since this is an experimental project, feel free to send the PR. Even if the quality is not the best it's fine, just don't forget to explain what are you doing in the code, readme or PR comments.