Unsubscribe

2011-04-13 Thread Vijay Mathew
Good bye Vijay Mathew vijay.the.sche...@gmail.com :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

PicoLisp on Plan9

2010-09-13 Thread Vijay Mathew
I compiled the full PicoLisp natively on Plan9, without using GCC. I am planning to replace the POSIX/Sockets functions with Plan9's simple, 'file io' style interface for networking, cpu sharing etc. Plan9 specific features like channels, graphics and threads will be added so that Pico can be used

Re: Porting PicoLisp to Plan9

2010-09-04 Thread Vijay Mathew
Plan9 has a GCC port on which pico compiles with a few changes. (The changes are required because the GCC port itself is not complete!). The binary runs with no problems. About the lack of shared libraries on Plan9: Plan9 don't need shared libraries because components on Plan9 can interact using

Re: Porting PicoLisp to Plan9

2010-09-02 Thread Vijay Mathew
Hi Alex, Thanks for the help. I have made quite a few changes to adapt pico to the plan9 compiler. I don't think there is a compiler flag that let me align addresses. I have to search further or repeat the changes in the bigpico and try to compile that. Anyway, have to wait till I get a

Re: Porting PicoLisp to Plan9

2010-09-02 Thread Vijay Mathew
Hi all, I think this will be of great help: http://doc.cat-v.org/plan_9/4th_edition/papers/ape -- Vijay On Thu, Sep 2, 2010 at 7:47 PM, Mateusz Jan Przybylski dexen.devr...@gmail.com wrote: On Thursday 02 September 2010 15:42:56 you wrote: Hi Vijay and Mateusz, On Thursday 02 September

Subscribe

2010-08-25 Thread Vijay Mathew
Hello Vijay Mathew vijay.the.sche...@gmail.com :-) You are now subscribed -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: Floating point arithmetic

2010-08-25 Thread Vijay Mathew
Hello Alex, Thanks for the detailed answer and thanks for PicoLisp! -- Vijay On Wed, Aug 25, 2010 at 5:34 PM, Alexander Burger a...@software-lab.de wro= te: Hi Vijay, How can I do floating point arithmetic in PicoLisp? Is there an example of fixed-point division? As your question seems to