Message from discussion
Using Qi as a scripting language: queries
Received: by 10.210.133.19 with SMTP id g19mr358384ebd.9.1246657053147;
Fri, 03 Jul 2009 14:37:33 -0700 (PDT)
Return-Path: <H.Wel...@opencfd.co.uk>
Received: from smarthost01.mail.zen.net.uk (smarthost01.mail.zen.net.uk [212.23.3.140])
by gmr-mx.google.com with ESMTP id 13si903229ewy.2.2009.07.03.14.37.33;
Fri, 03 Jul 2009 14:37:33 -0700 (PDT)
Received-SPF: neutral (google.com: 212.23.3.140 is neither permitted nor denied by best guess record for domain of H.Wel...@opencfd.co.uk) client-ip=212.23.3.140;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 212.23.3.140 is neither permitted nor denied by best guess record for domain of H.Wel...@opencfd.co.uk) smtp.mail=H.Wel...@opencfd.co.uk
Received: from [82.71.60.39] (helo=dm.opencfd.co.uk.zen.co.uk)
by smarthost01.mail.zen.net.uk with esmtp (Exim 4.63)
(envelope-from <H.Wel...@OpenCFD.co.uk>)
id 1MMqRo-0004uw-KB
for Qilang@googlegroups.com; Fri, 03 Jul 2009 21:37:32 +0000
Date: Fri, 03 Jul 2009 22:37:22 +0100
Message-ID: <851voxzbvx.wl%H.Weller@OpenCFD.co.uk>
From: Henry Weller <hwell...@googlemail.com>
To: Qilang@googlegroups.com
Subject: Re: Using Qi as a scripting language: queries
In-Reply-To: <d6d709ca-26f6-49d0-882b-9a96904acff0@s9g2000yqd.googlegroups.com>
References: <d6d709ca-26f6-49d0-882b-9a96904acff0@s9g2000yqd.googlegroups.com>
User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka)
FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1.50
(x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)
Organization: OpenCFD Ltd.
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
X-Originating-Smarthost01-IP: [82.71.60.39]
Hi Mark,
> I want to look at using Qi as a scripting language.
> A. Does anybody have experience using Lisp as a scripting language;
> CLisp esp.
I use Lisp as a scripting language both common Lisp using Clisp and Elisp
using emacs.
> B Has anybody got a copy of Red Hat Linux? You should have a copy of
> CLisp on it.
I use CLisp on SuSE and Ubuntu Linux but not on Red Hat.
> Just a thought; anybody used Qi to do scripts?
I have thought about it as a fun and useful way to learn how to program in Qi
but most scripts I write use regular expressions and/or escaped characters and
at the moment these can only be supported in Qi by hacking the core language.
My feeling is the issue of the comment character being the usual escape
character and Qi not providing an alternative escape character limits its
usefulness and this needs to be resolved particularly if Qi is to be used for
scripting.
Henry