Received: by 10.227.152.196 with SMTP id h4mr299441wbw.21.1283916630937; Tue, 07 Sep 2010 20:30:30 -0700 (PDT) X-BeenThere: vim_dev@googlegroups.com Received: by 10.227.139.159 with SMTP id e31ls1848798wbu.0.p; Tue, 07 Sep 2010 20:30:27 -0700 (PDT) Received: by 10.227.127.204 with SMTP id h12mr302229wbs.11.1283916627317; Tue, 07 Sep 2010 20:30:27 -0700 (PDT) Received: by 10.227.127.204 with SMTP id h12mr302228wbs.11.1283916627275; Tue, 07 Sep 2010 20:30:27 -0700 (PDT) Return-Path: Received: from jail.42.org (jail.42.org [194.77.85.16]) by gmr-mx.google.com with ESMTP id x33si2638240wbs.5.2010.09.07.20.30.26; Tue, 07 Sep 2010 20:30:26 -0700 (PDT) Received-SPF: fail (google.com: domain of gevd-vim-...@m.gmane.org does not designate 194.77.85.16 as permitted sender) client-ip=194.77.85.16; Authentication-Results: gmr-mx.google.com; spf=hardfail (google.com: domain of gevd-vim-...@m.gmane.org does not designate 194.77.85.16 as permitted sender) smtp.mail=gevd-vim-...@m.gmane.org Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by jail.42.org (Postfix) with ESMTP id E33DD126825 for ; Wed, 8 Sep 2010 03:30:22 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OtBMV-0006Sa-Vr for vim-...@vim.org; Wed, 08 Sep 2010 05:30:16 +0200 Received: from 67-43-142-61.border7-dynamic.dsl.sentex.ca ([67.43.142.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Sep 2010 05:30:15 +0200 Received: from dewilhelm by 67-43-142-61.border7-dynamic.dsl.sentex.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Sep 2010 05:30:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: vim-...@vim.org From: David Wilhelm Subject: Re: Vim 7.3a ready for beta testing Date: Wed, 8 Sep 2010 03:26:38 +0000 (UTC) Lines: 21 Message-ID: References: <201007211911.o6LJBJTo003...@masaka.moolenaar.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: use...@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 67.43.142.61 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.53 Safari/534.3) Bram Moolenaar Moolenaar.net> writes: > > > Mikeyao wrote: > > > Vim support many languages interface and I just found new lua > > interface added in 7.3. I think most programmers know javascript and > > like it, it's going to mainstream. > > Many web developers using vim, they know javascript well. > > The reason people write Javascript is because it's the only choice for > making applications run in a browser. Otherwise it's not a very good > language. I can't think of any good reason to write Vim plugins in > Javascript instead of a decent language, such as Python. > I just wanted to add my support to the idea of adding Javascript bindings. I love Vim, and I love Javascript. I would very much like to use it to write Vim scripts. I suspect I am not alone.