Re: PicoLisp and Redis

2013-10-07 Thread Henrik Sarvell
So it seems the OO came in handy, it is now possible to query an arbitrary amount of different Redis databases at the same time, host, port and key prefix are stored/encapsulated in each Redis instance. The big new thing is the prefixing to avoid key conflicts between projects running on the same

PicoLisp parsing example

2013-10-07 Thread Joe Bogner
Hello, In the interest of sharing PicoLisp related content, I recently wrote up a solution[1] to a problem[2] posted in a J forum. https://gist.github.com/joebo/6813083 I also ended up creating a J solution too[3] The PicoLisp solution was a joy to write and actually turned out to be a bit