They're all made out of ticky-tacky and they all look just the same.
Cat's Eye Technologies
10 years ago
14 | 14 | * **Open Sores Illgol##**, the first programming language EVER to be |
15 | 15 | Open Sores Illgol##. |
16 | 16 | |
17 | Illgol: Grand Mal is also rumoured to be the *hyperincubator* for the next | |
17 | *Illgol: Grand Mal* is also rumoured to be the *hyperincubator* for the next | |
18 | 18 | generation of ILLGOL technology, **Illglr**. |
19 | 19 | |
20 | 20 | LICE-NSE |
21 | 21 | -------- |
22 | 22 | |
23 | The contents of the Illgol: Grand Mal distribution are octuply-licensed. | |
23 | The contents of the *Illgol: Grand Mal* distribution are octuply-licensed. | |
24 | 24 | See the file COPING for details. |
25 | 25 | |
26 | 26 | Our Commitment to Sensible Organization and Historical Accuracy... |
35 | 35 | *n. a structure that has a roof and walls and stands more or less permanently |
36 | 36 | in one place* |
37 | 37 | |
38 | Illgol: Grand Mal does not have a building, but it does have a wiki -- it's | |
38 | *Illgol: Grand Mal* does not have a building, but it does have a wiki -- it's | |
39 | 39 | a disused marquee standing outside what was once a Chi Chi's, in Livonia, MI. |
40 | If you happen to have something to say about Illgol, feel free to go there | |
41 | and move the plastic letters around. | |
40 | If you happen to have something to say about *Illgol: Grand Mal*, feel free | |
41 | to go there and move the plastic letters around. | |
42 | 42 | |
43 | 43 | ### But seriously, folks ### |
44 | 44 | |
45 | 45 | The various incarnations of Illgol were originally built with [Borland C++ |
46 | 3.1](http://www.itbusiness.ca/it/client/en/Home/News.asp?id=3878), but | |
47 | there is nothing Borland-specific in the code, and should be buildable by | |
48 | just about any modern C compiler, with only a few dozen warnings being | |
49 | thrown. The sources are not compiled seperately; just do like | |
46 | 3.1][], but there is nothing Borland-specific in the code, and should be | |
47 | buildable by just about any modern C compiler, with only a few dozen warnings | |
48 | being thrown. The sources are not compiled seperately; just do like | |
50 | 49 | |
51 | 50 | gcc illgol.c -o illgol |
52 | 51 | |
56 | 55 | ------- |
57 | 56 | |
58 | 57 | The various Illgol compilers produce `.COM` files. They won't run on a |
59 | modern Windows system, so you'll need something like | |
60 | [DOSBox](http://www.dosbox.com/), or [Bochs](http://bochs.sourceforge.net/) | |
61 | plus [FreeDOS](http://www.freedos.org/), to maximize your enjoyment of | |
62 | Illgol: Grand Mal. | |
58 | modern Windows system, so you'll need something like [DOSBox][], or | |
59 | [Bochs][] plus [FreeDOS][], to maximize your enjoyment of Illgol: Grand Mal. | |
63 | 60 | |
64 | 61 | As a bonus, with a one of these PC emulators, you won't even need to build |
65 | 62 | ILLGOL or Illgola-2, as they come with pre-compiled binaries. And since |
66 | 63 | you'd be running them in an emulator, you won't even have to worry so much |
67 | 64 | about the dangers of running executable programs that you stumble across in |
68 | 65 | strange software distributions on the Internet. |
66 | ||
67 | [Borland C++ 3.1]: http://www.itbusiness.ca/it/client/en/Home/News.asp?id=3878 | |
68 | [DOSBox]: http://www.dosbox.com/ | |
69 | [Bochs]: http://bochs.sourceforge.net/ | |
70 | [FreeDOS]: http://www.freedos.org/ |