Re: PicoLisp available under Termux/Android

2015-11-28 Thread O.Hamann

pil32 works out of the box on my samsung SM-T705 - great tip!



On 27.11.2015 13:30, Alexander Burger wrote:

Hi all,

PicoLisp is running now on Android, directly installable in Termux!


Re: PicoLisp available under Termux/Android

2015-11-27 Thread jakob

Oh, thanks for the double tip there.



On 27/11/15 13:30, Alexander Burger wrote:
> Hi all,
>
> PicoLisp is running now on Android, directly installable in Termux!
>
> Termux is a great terminal emulator and Linux environment, see
>
>http://termux.com
>http://termux.com/help
>
> I'm using it exclusively on my tablet to run bash, vim, ssh - and now
> also PicoLisp. Termux comes with an 'apt' package manager which allows
> commands like
>
>$ apt update
>$ apt install vim
>$ apt install picolisp  # Gives pil32
>
> Since yesterday, even pil64 is supported (on ARMv8 devices), though not
> yet via the package manager. Instead, you can do directly:
>
>$ wget http://termux.com/picolisp-15.11_aarch64.deb
>$ dpkg --add-architecture aarch64
>$ dpkg -i picolisp-15.11_aarch64.deb
>
> But pil32 also runs correctly on 64-bit hardware out of the box.
>
> Before I found Termux, I planned to write a full-blown Android app to
> get a frontend for the REPL. That's not necessary any longer :)
>
> ♪♫ Alex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe