Re: Questions

2009-05-12 Thread Alexander Burger
Hi Kriangkrai, Ah, Thanks. Could you please explain how a double value is encoded in cell? I could not decipher doubleToNum() and numToDouble() in big.c! As PicoLisp only handles scaled fixed point numbers, the double is encoded as a number, with the additional scale passed to the functions.

Re: Questions

2009-05-12 Thread Tomas Hlavaty
Hi Kriangkrai, A tutorial on PicoLisp FFI would be great; with that, PicoLisp would have no shortage of libraries! ;-) not exactly a tutorial, but I have looked into this a while ago and you can find a prototype ffi generator at http://logand.com/mplisp/src/mod/ It should be fairly

Re: Questions

2009-05-12 Thread Tomas Hlavaty
Hi Kriangkrai, Because with (@ attr1 val1 ...), you can retrive the attributes by just using (assoc '@ sxml). Is there any advantage of using your syntax @attr1 val1 ...? advantage is that you don't have to put the attributes in a list manually, your 'with-xml' function can do that for you;-)

Re: Vim syntax

2009-05-12 Thread Jared Ross
Hi, Its been a while since my last post ( I've had lots of tests and assignments due in) I have an almost complete but buggy syntax file for vim, I have just transfered computers and I need to get it off there but I will post it soon. I had added keywords, highlight defines (de _x_) +classes and