"Poor Man's SQL": Accessing the PicoLisp Database with SELECT
In the last post, we have seen how we can do complex queries on the PicoLisp Database with help of Pilog. Now we will see an alternative way that may be more convenient for same cases: The select function with a similar syntax to the SQL language. U...
Nov 15, 20213 min read290

