PINE64
Common Lisp on the PinePhone - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: Common Lisp on the PinePhone (/showthread.php?tid=10106)



Common Lisp on the PinePhone - duncan_bayne - 06-07-2020

Today I got my Common Lisp development stack running on my PinePhone, and started up a simple Hello World app.

[Image: 2020-06-07-20-47-Office-Lens.jpg]

Details:
  • Mobian GNU/Linux
  • Emacs 26.3
  • SBCL 2.0.4
  • McCLIM 0.9.8
In the attached photo I'm SSHd into the PinePhone, running Emacs inside tmux.  I've created a simple McCLIM hello world app in Emacs, and you can see it running happily on the phone.

Next steps will be experimenting with interactively developing mobile apps in Common Lisp.  I'm not sure how well the CLIM toolkit will work in a mobile context, but we'll see Smile


RE: Common Lisp on the PinePhone - fouric - 06-24-2020

I'm also interested in developing for the PinePhone with CL. What modifications did you have to make to get McCLIM to work?


RE: Common Lisp on the PinePhone - duncan_bayne - 01-08-2022

None! It worked out of the box, on SBCL installed via Roswell.