Re: JavaScript 'lisp' calls

2012-10-12 Thread Alexander Burger
On Thu, Oct 11, 2012 at 02:49:04PM -0400, Rick Lyman wrote: Since an external (database) symbol starts with dash ('-'), a number should be prefixed with '+', so a negative number could be specified with +-1234567. Thanks Rick! Right. Sorry, we discussed that about a month ago, and I forgot it

Re: JavaScript 'lisp' calls

2012-10-12 Thread Alexander Burger
On Fri, Oct 12, 2012 at 08:30:40AM +0200, Alexander Burger wrote: ... (cons 'onload (text navigator.geolocation.getCurrentPosition(function(pos) { lisp('@1!setLocation', \+\ + -pos.coords.latitude * 1, \+\ +

JavaScript 'lisp' calls

2012-10-11 Thread Jon Kleiser
Hi Alex, In the upper part of the CHANGES file of the ongoing development version, there's a line saying JavaScript 'lisp' calls. Can you explain what this is about? /Jon -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: JavaScript 'lisp' calls

2012-10-11 Thread Alexander Burger
Hi Jon, In the upper part of the CHANGES file of the ongoing development version, there's a line saying JavaScript 'lisp' calls. Can you explain what this is about? Yes, this allows you to call a Lisp function on the server from JavaScript on the client. I used it to experiment

Re: JavaScript 'lisp' calls

2012-10-11 Thread Rick Lyman
Note: From my location the browser does: GET http://127.0.0.1:8081/!setLocation?39.7670160001-86.156255 Per Alex: Since an external (database) symbol starts with dash ('-'), a number should be prefixed with '+', so a negative number could be specified with +-1234567. Otherwise: (de