> 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
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?
--
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
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
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: