[REBOL] Re: Morphing (was: About CONTINUATIONS)

2002-02-28 Thread Chris Double
> Where would a developer begin, if one had an interest in implementing Scheme > in REBOL? "Lisp in Small Pieces" is the name of the book you want. It's an excellent book on writing various Lisps with source code in Scheme. Converting this to Rebol shouldn't be too difficult. Chris. -- To unsu

[REBOL] Re: ANN: rugby 4.3

2001-11-21 Thread Chris Double
HttpHost will enable you to use Rebol behind an NTLM proxy: http://www.htthost.com Chris. >>> [EMAIL PROTECTED] 11/22/01 05:28 >>> I am actually behind an NTLM MS Proxy and I cannot use REBOL but locally. Do you plan to add NT LAN Manager protocol authentication and handling to REBOL? --

[REBOL] Re: No ANN

2001-10-10 Thread Chris Double
In what way do you think REBOL uses the IE cache? If RT has said they don't then it is quite likely they don't. Various IE cache files may appear to be opened by the REBOL interpreter but this does not mean the cache is used by REBOL. IE attaches itself quite low level into the operating syst

[REBOL] Re: Isolation: Proxy help!

2001-09-27 Thread Chris Double
The are probably using the NTLM authentication method. You can test this by telnetting to the proxy and attempting a GET. The result will list the authentication method being used. If it's NTLM that's the problem. NTLM is a Microsoft specific method. For details on the protocol see: http://w

[REBOL] Re: https

2001-01-15 Thread chris . double
If you want to use OpenSSL with /Command I've done OpenSSL wrappers for a few other languages. The source code is available and it might help with your efforts to implement. It's actually pretty easy to do. See: http://www.double.co.nz/dylan http://www.double.co.nz/lisp http: