nL with Snappy Ubuntu Core

Q&A's, tips, howto's
Locked
joejoe
Posts: 173
Joined: Thu Jun 25, 2009 5:09 pm
Location: Denver, USA

nL with Snappy Ubuntu Core

Post by joejoe »

Hi,

I would like to create Ubuntu Snappy apps with newLISP and am not sure if it's possible or how best to do this.

http://developer.ubuntu.com/en/snappy/build-apps/
http://developer.ubuntu.com/en/snappy/b ... irst-snap/

Any pointers or general direction on this would be greatly appreciated! :)

Thanks very much!

http://developer.ubuntu.com/en/snappy/
http://developer.ubuntu.com/en/snappy/s ... ng-snappy/
http://insights.ubuntu.com/2015/06/03/s ... nappy-app/

ralph.ronnquist
Posts: 228
Joined: Mon Jun 02, 2014 1:40 am
Location: Melbourne, Australia

Re: nL with Snappy Ubuntu Core

Post by ralph.ronnquist »

As far as I can read, there's nothing not possible in that idea. Of course, if newlisp is not included in the basic framework, you'll have to include it in your "snap".

But all in all the "snap" notion appears to only concern the application packaging; essentially going back to "static linking thinking" and that each "snap" includes all its dependencies.

As for "pointer", I would suggest that you try to repeat the "first snap" procedure, but perhaps include a newlisp script that keeps renaming shot.jpg to, say, cam.jpg and make the latter be then one mentioned in index.html. The newlisp script would then drop into the filesets entry whereas newlisp itself could possibly be included as a package.

joejoe
Posts: 173
Joined: Thu Jun 25, 2009 5:09 pm
Location: Denver, USA

Re: nL with Snappy Ubuntu Core

Post by joejoe »

Hi ralph!

Thats great to hear! Cant beat the "nothing not possible"! :0)

And thanks for the starting pointers on where to put nL and the script!

Ill report back with my progress on this. Much appreaciated again, ralph!

abaddon1234
Posts: 21
Joined: Mon Sep 14, 2015 3:09 am

Re: nL with Snappy Ubuntu Core

Post by abaddon1234 »

Thanks for the info
จีคลับ

Locked