Working with tables in Pico Lisp
Monday, March 31st, 2008Table of contents for Pico Lisp for beginners
Let’s examine a common example, a list of people forming a table without key access to each person could look like this:... Read More
Let’s examine a common example, a list of people forming a table without key access to each person could look like this:... Read More
By now you should have compiled and installed Pico as per the install instructions. We will start the interpreter with ./p dbg.l. You can create a file and just copy paste the tutorial snippets and run them in the interpreter with : (load “tutorial.l”). To rerun you hit “Esc” followed by “k” to step through prior commands, hit “Enter” when you see the load command. ... Read More
As I announced earlier, the plan was to create some small proof of concept web-thing in c-lisp but it didn’t work out. Instead I ended up doing just that in Pico Lisp instead, I guess me and c-lisp was not meant to be. Anyway, Pico is created by Alex Burger without whose help and patience I wouldn’t have gone very far.... Read More
Since I’m currently working with advertising related stuff it might be a good thing to learn the whole geographic location by ip number thing. A good starting point is The IP-to-Country Handbook.... Read More
Hello Kathy, I just discovered Creating passionate users, a tad too late it seems. I’m writing this because I really, really like your content and I want to you to start writing again. I’m sure you’ve already got a lot of emotionally supportive letters and so on so I’m not gonna go there, because obviously they didn’t succeed. Instead I’m gonna take a practical and proactive approach.... Read More
Why MODx? Because it just rocks if you have some markup skills.... Read More
My current CMS experience spans TYPO3, Joomla, Drupal, XOOPS and MODx and I’ve started to feel qualified enough to offer some advice regarding these solutions. There are many CMSs out there, both free and commercial and doing research with the intention of making an informed decision can be very, very time consuming. I hope this contribution will make that process somewhat easier.... Read More
I’m in the process of replacing the horrible PHP code. And I’m using the beefed up version of the Zend Framework that I’ve built in this series of course! However, I’ve started to find some bugs and the fixes will be posted here.... Read More