On 11/15/2010 05:20 PM, Gabriel Dos Reis wrote:
> Arthur Ralfs<art...@mathbrane.ca>  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)
> |
> | appears in panserver.lisp but that's not working now.  How do you
> | recommend concat'ing a bunch of strings together with newlines in
> | spad?
>
> Let me look into this particular aspect when I'm back tonight.

Reconsidering the bug was again my errant use of "string".  To put a 
newline in a string split command I was trying to use

char string NewLine$Lisp

but

char(STRING(NewLine$Lisp)$Lisp)$Character

seems to work.  It's very cumbersome compared to "\n".




>
> 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 catch a syntax error?

Arthur

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to