X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=hDMPwpUP/FwoTClIVsx135tHiZen1/kQFbJ9fyhoVNE=; b=sMAxkOQFw1AHri6w9NJ7Bhk7da3rJyC95ILt0dDGC11UToxwnzuf5c+qgqJc/iRYUc 4N1pJDm23Gu8lI33qISlOLdmeZEfrhLFPfbzNtRbKSjpTRBDLaliDy0YHWA0eCdcAkk5 PW6dTwnKz/L8bbYN6HePqB1jfxs2JhwewItVdJaKCK2oz8voiXuXU0IpsMwByCE1QVQx VecW0OrostzXnfGIJqJQHjFZrIYYC5cHWdcz/uNW4v64ifVoxi9abniy+Aj7ogj/t1qw KdWcV4lkuOWJLOQ3ZQCsvXAYW/hmhLxJzUUXkAvWl0o9WOHf/gutQXwztwYHrh89WhQx QQrA== X-Received: by 10.112.125.34 with SMTP id mn2mr6749010lbb.76.1436863749015; Tue, 14 Jul 2015 01:49:09 -0700 (PDT) Date: Tue, 14 Jul 2015 11:49:06 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] The new to do Message-ID: <20150714084906.GC14371@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <0A5D410F-D1EF-4FC6-AF0F-BB13218B1615 AT icloud DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, Jul 14, 2015 at 04:16:06AM +0200, Kai-Martin Knaak wrote: > gedau AT igor2 DOT repo DOT hu wrote: > > > I had such an effort years ago. It was a standalone plugin for PCB > > of the time. It used GPMI to support multiple languages - not > > requiring all of them installed, but letting the user install > > language plugins. It supported all the languages you listed above > > (gpmi even has a guile backend!). > > > > Unfortunately it did not attract any user. I think only a very few > > people are actually interested in scripting PCB (other than with the > > builtin action language). > > IMHO, the ability to script just every action and even the UI on a > user level is one of the strengths of eagle. I get the impression that > scripting is used a lot by seasoned eagle users. The way eagle does it > with its own exclusive languages (plural!) is a different story > though. I'd recommend a look at freeCAD for a more convincing example > on how to tackle scripting in a CAD environment. > > IMHO, to get widely adopted scripting must be readily available in the > default install of the suite. Plus, its use must be covered by the > manual, by howtos and by first-steps. When these conditions are met. > scripting can get quite an asset. Let's start? What a first scripting example would you like to see in the scripting how to? Cheers, Vladimir