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:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=ed//9XEG7AqhAxSwtPhez9PDn+e4L4O1YqROJWRtPzw=; b=U1Bqse3t9opQAHsctImllHBv/xnWzFGb8gYKo5VY92CrfKrMm65U/qqX3pvb6Gqf7i djv0lRBcca80KXfpL+mzYM+aRXs+zxzUcZRfirh+0uLAXnisyINDxnp03HKXuzWyyQ/a zk4hhkXagyVeZPUpyzHNHUyKLdGfxeNqCATaRUET2xsEyvlkZg6mL2Tx5A580GwPHnQE zdbJXvWnrLPXOwb4+nLuM5BgbVh0gaZBifNiifXcLfjP9sWrLbe3eGQerjDVRvMqV2z1 hb/kRUSX28GcLwPpzw0usvOeExXU67zN5if/QMYJK8xdhGZBUK2QVJKtTYRBPEpGjpBT LPlw== X-Received: by 10.194.62.46 with SMTP id v14mr2348309wjr.112.1444237327845; Wed, 07 Oct 2015 10:02:07 -0700 (PDT) Date: Wed, 7 Oct 2015 19:02:02 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] how to support multiple scripting languages without n^2 effort Message-Id: <20151007190202.47b25e1e8ad3e8e3a09c7224@gmail.com> In-Reply-To: <201510071640.t97GegJi019173@envy.delorie.com> References: <56133CC4 DOT 7000306 AT neurotica DOT com> <56135F05 DOT 9000203 AT neurotica DOT com> <201510070458 DOT t974wZu9022589 AT envy DOT delorie DOT com> <201510070552 DOT t975q4SA027281 AT envy DOT delorie DOT com> <20151007143311 DOT 13883 DOT qmail AT stuge DOT se> <201510071640 DOT t97GegJi019173 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > They are not so much about good structure or doing the right thing > > but more about high throughput and fast roll-out of Red Hat's paying > > projects. > > Well, that is its purpose after all. Bleeding edge tech and a testing > ground for things that end up in RHEL. Even *I* can't keep up with > its release cycle, and I run it on most of my machines. To support multiple scripting languages I would try a library with bindings for different languages but I think you already discussed exactly that.