newLISP Fan Club

Forum => newLISP in the real world => Topic started by: Ormente on October 07, 2010, 07:55:14 AM

Title: newLISP on android ?
Post by: Ormente on October 07, 2010, 07:55:14 AM
I played with ASE (//http), mainly with the Lua interpreter, and found it pretty cool!

I wondered if it could be possible to have newLISP availlable as a scripting engine for ASE.



Someone know how to do that ?



EDIT : found this doc (http://code.google.com/p/android-scripting/wiki/InterpreterDeveloperGuide) but a bit esoteric to me.
Title: Re: newLISP on android ?
Post by: joejoe on October 10, 2010, 01:20:48 PM
I am very interested in using newLISP to program on the Android as well.



I am guessing that for the link you provided, it would be to make a request of that projects programmers to include newLISP in their compatible interpreters?



or as they suggest, someone to write the newLISP interpreter for them:



http://code.google.com/p/android-scripting/wiki/InterpreterDeveloperGuide#The_Easy_Way
Title: Re: newLISP on android ?
Post by: HPW on May 24, 2011, 01:54:39 PM
When comparing ipad2/iOS with motorola xoom/Android 3.X it seems that newLISP for Anrdoid might be the better option for a newLISP-target in the tablet area.

The licence should be not the problem there, right?
Title: Re: newLISP on android ?
Post by: Lutz on May 25, 2011, 12:53:31 PM
It is now possible to put a newLISP interpreter on the iPad, but I don't think the user would be allowed to program iPad applications using this interpreter and iOS GUI elements.



The interpreters I have looked at (Pixie Scheme and Hand Basic), only offer interactive modes to type expressions and statements for evaluation, but don't offer any GUI elements. There are legal limitations set by Apple to do this. The same reason they don't allow the Adobe Flash-to-HTML5 translator.



Currently the only app which does something similar is JsAnywhere, where you can program in JavaScript and HTML/CSS.



The Android platform, may not have these limitations, but until now, no Android tablet has emerged, attractive enough for me to program something for it. Currently the Android market is just too fragmented and there is no guarantee that something you program for one device will work on an other one too.
Title: Re: newLISP on android ?
Post by: HPW on May 25, 2011, 01:19:25 PM
So when I currently want to use newLISP on a tablet the Win 7-tablets like asus Eee Slate are the only choice:



http://www.asus.de/product.aspx?P_ID=QhWKR7Fmv4jDLbBY



The Win 7 touch API may not be so comfortable as in iOS/Android but you have the complete choice of windows software. And with the Eee Slate you get also a WACOM stylus with its own API.



Really not sure whats the best choice! ;-(