From owner-freebsd-ports@freebsd.org Fri Oct 13 16:22:00 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F554E263E0 for ; Fri, 13 Oct 2017 16:22:00 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32FFE6B825 for ; Fri, 13 Oct 2017 16:21:59 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id c4579495 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Fri, 13 Oct 2017 10:21:57 -0600 (MDT) From: Adam Weinberger Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: vim language bindings Message-Id: Date: Fri, 13 Oct 2017 10:21:56 -0600 To: FreeBSD Ports X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 16:22:00 -0000 Hello, I'm trying to get a feel for how many people utilize utilize vim's = language bindings. Note that this does NOT include syntax highlighting, = indenting, or anything related to editing language-specific files. This = is calling external scripting languages and interactive debugging within = vim. Right now, vim installs Lua, Perl, Python, Ruby, and TCL for everybody, = and I'm not sure whether anybody actually intentionally uses Lua or TCL = anymore. Python hooks are definitely staying, but if you use any other = language bindings, please reply and tell me which ones. Thanks! # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org