Hi, would it be possible to use the C printf using the FFI? If so is there a demo using the foreign function interface? Thanks
On Sun, May 3, 2015 at 1:48 PM, Sergey Mironov <[email protected]> wrote: > Hi. Ur/Web compiler can create standalone executables, but it doesn't > provide things many other languages provide. In particular, the Basis > library doesn't support stdin/stdout nor the file system access > functions. > Instead, you can create an executable containing built-in web server > which knows how to serve page named 'main' displaying 'hello world'. > After running your application (by calling it from the command line), > you will be able to access the page with 'curl'. > > Regards, > Sergey > > 2015-05-03 14:21 GMT+03:00 Artella Coding <[email protected]>: > > Hi, > > > > Is it possible for me to create a standalone "Hello world" > executable/binary > > in linux which I can run in the command prompt (i.e. without having to > deal > > with the browser)? > > > > Thanks > > > > _______________________________________________ > > Ur mailing list > > [email protected] > > http://www.impredicative.com/cgi-bin/mailman/listinfo/ur > > > > _______________________________________________ > Ur mailing list > [email protected] > http://www.impredicative.com/cgi-bin/mailman/listinfo/ur >
_______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
