Re: Reactive programming

2014-03-26 Thread Gautier DI FOLCO
2014-03-24 11:56 GMT+01:00 Marc Weber marco-owe...@gmx.de: - print function documentation or usages of it or tests during cursor moves into my code If you want people to point you to code you should talk about which languages you're talking about. If you're lucky there is some support for

Re: Reactive programming

2014-03-24 Thread Marc Weber
- be able to update ViM help automatically to print the correct bindings Which help are you talking about? I guess you mean plugin/doc/*.txt help files which are provided by plugins: Use plugin managers, they can retag plugin help files automatically. See this comparison (which is likely to be

Re: Reactive programming

2014-03-23 Thread Marc Weber
bring almost no new data and insult people, don't answer. In which way did I insult you? If you know Vim that well, why did you ask at all? The data I tried bringing is there is nothing about reactive programming I know about which comes close to what I know which gets called reactive. What do

Re: Reactive programming

2014-03-23 Thread Gautier DI FOLCO
2014-03-23 10:29 GMT+01:00 Marc Weber marco-owe...@gmx.de: The data I tried bringing is there is nothing about reactive programming I know about which comes close to what I know which gets called reactive. Was it so hard to say? What do I think of when thinking about reactive programming

Re: Reactive programming

2014-03-23 Thread Tim Chase
On 2014-03-23 11:46, Gautier DI FOLCO wrote: The data I tried bringing is there is nothing about reactive programming I know about which comes close to what I know which gets called reactive. Was it so hard to say? Marc has been nothing but civil and doing his best to help here, and each

Reactive programming

2014-03-22 Thread Gautier DI FOLCO
Hi all, Is there a way to do reactive programming within ViM ? Thanks by advance for your answers. -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Reactive programming

2014-03-22 Thread Marc Weber
Excerpts from Gautier DI FOLCO's message of Sat Mar 22 18:28:21 + 2014: Is there a way to do reactive programming within ViM ? Vim is a text editor. reactive programming usually means writing code. Sure Vim can do it (as well as many other editors). So please clarify what you're asking

Re: Reactive programming

2014-03-22 Thread Gautier DI FOLCO
2014-03-22 20:00 GMT+01:00 Marc Weber marco-owe...@gmx.de: Excerpts from Gautier DI FOLCO's message of Sat Mar 22 18:28:21 + 2014: Is there a way to do reactive programming within ViM ? Vim is a text editor. reactive programming usually means writing code. Sure Vim can do it (as well

Re: Reactive programming

2014-03-22 Thread Marc Weber
Excerpts from Gautier DI FOLCO's message of Sat Mar 22 19:07:51 + 2014: I really mean reactive programming: when some variables are changed expressions which dependent on them are recomputed. Reactive tools I know about: - ruby guard https://github.com/guard/guard Thus if you write you can

Re: Reactive programming

2014-03-22 Thread Gautier DI FOLCO
2014-03-22 21:10 GMT+01:00 Marc Weber marco-owe...@gmx.de: Excerpts from Gautier DI FOLCO's message of Sat Mar 22 19:07:51 + 2014: I really mean reactive programming: when some variables are changed expressions which dependent on them are recomputed. Reactive tools I know about