... The Tivoli Enterprise Console (now owned by IBM) is based upon a Prolog rules engine. However, I am not sure that it is not more accurate to describe this...
... I consider that as some sort of "embedded system" and not really the kind of thing I'm talking about. The fact is that we certainly haven't seen any...
Hey, hey, hey!!! Slow down. I am *not* the one to start an open source project with Snobol. It was just a suggestion. Some here *might* want to work on a ...
The thought that "modern control structures" make or break SNOBOL is interesting. And yet, in my opinion, rather horribly wrong. LISP has retained it's "feel"...
... I have to agree completely with Fred. ... As LISP is applicative rather than an imperative language, despite the introductions of perversions of the (setX...
Yes, I am interested -- is it possible for you to post the preprocessor? I guess I could "regenerate" from your description, if needed. I don't like the...
Thinking back on my days of sno/spitbol programing... I found that manytimes the 'gratuitous' labels actually served sort of as comments. However, my bigest...
Jonathan Griffitts wrote: (greatly cut up & condensed) ... over ... Yes I saw that post, but unfortunately that sort of thing is what I meant when I said,...
G'day everyone Has anyone done anything in this general direction? I've got the GNAT Ada g-spitbo files open in front of me and am looking for a way of making...
I have hacked in -MODULE 'name' and &MODULE. The module name is stuffed into the generated code (like &FILE is), so retrieving it gives the expected result. ...
My "butchered" C-MAINBOL sports a DESCR size of 96 bits, and a SPEC size of 192 bits. It passes the regressions, and I have been thowing other stuff at it, "to...
I have not actually *moved* into that direction, but I see at least two paths: (1) use Ada 2005's type Wide_Wide_String and associated converters (2) replace...
In message <fj2980+qus3@eGroups.com>, Fred Weigel <combobox666@...> wrote ... I will post it to the files section of the yahoogroup, when I get a chance....
Jonathan It is just "thrown over the top". Your pre-processor makes SNOBOL4 look like, ahem, C. I have already mentioned the fate of LISP 2, which tried to...
... I seem to recall the GNAT Spitbol classes keep bitmaps around to represent groups of characters for things like (NOT)ANY, SPAN and BREAK. 32-bit characters...
I have just uploaded my "embed" preprocessor. Needs to have my character set patch from "o29" applied (source uses special characters). This implements a...
... Mário, I'm trying the "(2) replace every occurrence of Character, String in the GNAT.Spitbol system with Wide_Wide_Character, Wide_Wide_String (recompile...
As someone said on comp.lang.ada, sounds like a config problem. I recommend you install GNAT GPL 2007 from libre.adacore.com Then make sure you can build...
... The figures would be more like 32-bit -- 4G bits (Wide_Wide) 24-bit -- 16M bits GNAT will happily build arrays of 512M, but probably choke on 4G. But...
... Uh, Isn't that what I said? "MB" meaning Mega Bytes: phil-budne% dc 2 32 ^ p 4294967296 8 / p 536870912 1024 / p 524288 1024 / p 512 2 24 ^ p 16777216 8 /...
Not much time to "play" this weekend - Christmas is fast approaching. But -- I had a long look at the C-MAINBOL GC mechanism, and have decided to implement...
I thought about labels and code yesterday (no time for programming), and it struck me that the label<->code equivalence is trivial to achieve. Indeed, it isn't...
I am extremely unhappy to hear this. I started to run hot, and knew something was wrong. And had to leave the list for a while. Even though I had not met...
All of this stuff I am reading as I progress through the postings, as I get back up to date. I find very interesting. And have no questions :-) Friendly...