On Nov 25, 2013 2:14 AM, "Bee" <[email protected]> wrote: > > From (linux or mac) vim I can use 'dc' a command line rpn calculator as: > > :!dc '-e 5 5 + 3 * p' > > It prints the result on the command line... THEN returns to vim. > > How do I return the value to vim?
system() or :read!. Guess first is more convenient. Also a bunch of ways to do this with python/lua/mzscheme (racket). > Is there an rpn calculator for vim? > > Bill > > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
