guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GOOPS Terminal Class


From: Michael Tiedtke
Subject: Re: GOOPS Terminal Class
Date: Thu, 18 Jun 2015 19:20:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 18/06/2015 16:21, Michael Tiedtke wrote:
...

For this I have written a preliminary GOOPS class terminal (<terminal>) which is attached for those interested having a look at.
...

Just as a side note. You can try this:

(with-output-to-file "sinui0.cat" (lambda () (load "terminal.scm")))

This will makes an executable sinui0 than can be run on the traditional UNIX command line without Scheme. Just run it with

€\$ cat sinui0.cat

That works for two reasons: 1) The letter sequence "VT" is similar to "VM". 2) Cats are powerful magical beings.

Put the fun back into life and let computing be what it was: illusionary work!

HTH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]