Gabriel Dos Reis writes:
[...]
| | > Also, I'll be attending the symbolic-numeric workshop at MSRI from
| | > Wednesday through Friday; anything I should me looking into (on a small
| | > windows machine) while I'm on the road?
| | >
| |
| | When I call "parseAndEvalToStringEqNum" how do I catc
Arthur Ralfs writes:
| On 11/15/2010 05:20 PM, Gabriel Dos Reis wrote:
| > Arthur Ralfs writes:
| >
| >
| > | I had to make a few changes concerning lisp package calls involving
| > | strings. I also have a bug now with newlines. I was dealing with
| > | newlines using NewLine$Lisp where
| > |
On 11/15/2010 05:20 PM, Gabriel Dos Reis wrote:
> Arthur Ralfs writes:
>
>
> | I had to make a few changes concerning lisp package calls involving
> | strings. I also have a bug now with newlines. I was dealing with
> | newlines using NewLine$Lisp where
> |
> | (defvar |NewLine| '#\NewLine)
> |
Arthur Ralfs writes:
| On 11/06/2010 11:28 AM, Gabriel Dos Reis wrote:
|
| >
| > Would you mind committing what you currently have?
| >
Hi Arthur,
Thanks for the commits!
| > So, you can `concat' the whole thing with
| > appropriate insertion of newlines in between the elements of the list i
On 11/06/2010 11:28 AM, Gabriel Dos Reis wrote:
>
> Would you mind committing what you currently have?
>
> So, you can `concat' the whole thing with
> appropriate insertion of newlines in between the elements of the list in
> order to reproduce the output that you would have been on the screen.
Arthur Ralfs writes:
| Hi Gaby,
|
| I've got panserver.spad to compile now under 1.4
This is fantastic news! Would you mind committing what you currently have?
| but now I get a run time error when I run
|
| ans:String := string parseAndEvalToStringEqNum$Lisp command
|
| If I compile this
Hi Gaby,
I've got panserver.spad to compile now under 1.4 but now I get a run
time error when I run
ans:String := string parseAndEvalToStringEqNum$Lisp command
If I compile this test spad
)abbrev package SOCKLIB SockLib
SockLib(): Public == Private where
Public == Type with
se