Re: Vim syntax

2009-05-13 Thread Alexander Burger
Hi Kriangkrai, What are the features of PicoLisp 3? Anything radically changed? No, nothing at all :-) Just that it has an extended internal architecture (doc/structures), and is written in a generic assembly language, which in turn is written in PicoLisp. Therefore, it has nuch cleaner

Re: Questions

2009-05-13 Thread Alexander Burger
Hi Henrik, When you have a database of several hundred GB, have you used the ability to split it up? If so why and how, what considerations went into the splitting decision? Yes, split up in several types of application that communicate with each other, where each application has its own DB

Re: Vim syntax

2009-05-13 Thread Kriangkrai Soatthiyanont
Hi Alex Just that it has an extended internal architecture (doc/structures), and is written in a generic assembly language, which in turn is written in PicoLisp. Therefore, it has nuch cleaner internal structures and algorithms. Can it interface with C libraries? Best regards, KS --

Re: Vim syntax

2009-05-13 Thread Alexander Burger
Hi Kriangkrai, and is written in a generic assembly language, which in turn is written in PicoLisp. Therefore, it has nuch cleaner internal structures and algorithms. Can it interface with C libraries? Yes (also discussed here a little bit some time ago), though with a different API.