Displaying 2 results from an estimated 2 matches for "starkit".
2006 Jan 01
2
Wish list
...Others have mentioned other languages too. It
would be nice if, in those cases I could use R
simplifying development into a single environment
(viz. R).
The following are not in any order.
1. Self Contained Executables
Make it possible to create self contained R
executables. Something like tcl starkits
http://www.equi4.com/starkit.html
or Python py2exe
http://starship.python.net/crew/theller/py2exe
is what I am thinking of. Its ok if they
are interpreted as long as its all transparent.
2. R as a Filter
Support using R as a filter analogously to
awk/gawk. e.g.
echo a x 3 | R -f myp...
2006 Feb 14
7
Launching a standalone Rails app
Hi,
I''ve developed a standalone Rails app - using tar2rubyscript and
rubyscript2exe. The users aren''t going to understand that the''ll need to
open the browser and go to 127.0.0.1:3000 to view the app, after running
the exe.
I am wondering whether other people have tackled this problem in the
past, and how they went about solving it.
One way would be to write a