[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Domain Specific Languages
- From: Nick Trout <Nick.Trout@...>
- Date: Tue, 10 Sep 2002 13:44:03 +0100
> From: Philippe Lhoste [mailto:PhiLho@gmx.net]
> Sent: 10 September 2002 13:41
> BTW, I agree with Benjohn and your remarks. Compressed XML is
> efficient.
> Note that then, you have to take an extra step to edit it in
> a text editor,
> which can be a bit cumbersome for frequent edits.
> Perhaps we should add automatic/transparent
> decompression/compression (using
> zlib) to SciTE... An idea to study.
By the time you've added all the complexity and bulk of an XML parser and
zlib, you could have just add Lua to SciTE? Its a good editor but what it
lacks is decent per-language options (eg. indenting is the small in all
languages and must be altered explicitly). A scripting language would make
sc1 a very powerful lightweight editor. You could easily configure it in Lua
and expose and interface for editing like MSDev. (This is what I'm trying to
do with VisLua).
Nick