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 with the

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