On Tue, Mar 25, 2014 at 09:22:18PM -0400, Isiah Meadows wrote:
> Is it at all possible/practical to make full-scale Android apps (i.e. more
> than just a simple script) using Gforth as a base? If so, then how would I
> invoke the main script the initial time (I'm an Android programming
> newbie--I will admit).
> 
> -- 
> Isiah Meadows

Hi Isiah

Under linux, you would make the file executable and put 

#! /usr/bin/gforth

as the first line. 

I do not know about Android but suspect it may be similar.

Neither am I sure of the distinction between a full-scale app and a
simple script.

Bob

Reply via email to