Re: PicoLisp GUI on Smartphones

2014-01-05 Thread Rick Lyman
Alex, I trust that you had a merry Christmas and a Happy New Year... Supporting phones is a very good idea: " http://www.digitaltrends.com/mobile/mobile-phone-world-population-2014/"; The article mentions: "Of the 6 billion cell phones in use, only around 1.1 billion of them are mobile-broadband

Re: PicoLisp GUI on Smartphones

2014-01-05 Thread Henrik Sarvell
Hi Rick, I don't know about Alex and the standard GUI but if you implement something for Macropis I'll be happy to integrate it. Here is how you could check for a mobile agent: (de mobileAgent? () (let HttpAgent (pack *Agent) (for Agent '("Android" "iPhone" "iPad" "BlackBerry" "Kindle")

Re: PicoLisp GUI on Smartphones

2014-01-05 Thread Alexander Burger
Hi Rick, a Happy New Year to you too! And to everybody else, of course! :) And thanks for the feedback and links. > I have mixed feelings about: "this would break the fundamental rule that > the GUI should also work in an environment without JavaScript" > > It seems contrary to what most compa