Abstract Heresies
Unorthodox opinions on computer science and programming.
Monday, September 17, 2007
›
I'm trying to figure out how the CLR type system will work with Lisp. My script does a simple thing of calling .write on the document ob...
Weekend update
›
Over the weekend I changed the script project to launch the script within a browser rather than from the command line. This allows me to d...
Thursday, September 13, 2007
Past that hurdle
›
The problem wasn't necessarily an out-of-memory issue, it was a mismatch in how native COM objects are marshaled to managed CLR objects....
Tuesday, September 11, 2007
Got it!
›
Apparently the scripting hosts were sending the strings over in ANSI format rather than Unicode. I'm not quite sure why this causes an ...
1 comment:
Monday, September 10, 2007
A Clue
›
I downloaded ComSpy and found that when the Script host (WScript) is about to call IActiveScript::Method9 (which is AddNamedItem) it gets an...
More fooling around with scripting
›
Over the weekend I wrote a scripting engine for windows in c#. It doesn't do anything yet, it just implements the scripting API. The ...
Saturday, September 8, 2007
Playing around
›
I decided to try making a scripting engine stub in C#. I got it partway working. The various scripting hosts can start the stub and invoke...
‹
›
Home
View web version