I would just like to know how to take user input for the running Singular process. Let me make it more clear:
e.g. In most of the programs, we need something like this:
Code:
"Please enter value of x":
get_user_input(x)
do_some_process(x)
produce_output()
$
The best possible way I can see as of now is to write some C (or similar) wrapper code which will ask such questions and get the inputs, then store them in some temp text file, come back to Singular process, ask Singular to read that text file and delete it after you are done.
Please let me know, is there any other way within Singular itself?
With Regards
VInay Wagh