logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

poly - the Poly/ML Standard ML implementation

Description

poly  starts  the  Poly/ML  shell.  Poly/ML is an implementation of Standard ML written by David Matthews
       originally at the University of Cambridge and maintained as a project supported by contributors.

Name

       poly - the Poly/ML Standard ML implementation

Options

-v     Print the version of Poly/ML and exit.

       --help Print a list of the arguments and exit.

       -q     Suppress the start-up message.

       -i     Interactive mode.  Output a prompt for each input line.  This is the default if input  is  from  a
              terminal.

       --useFILE
              Reads input from FILE as though executing the ML command 'use "FILE";' before the ML shell starts.

       --evalSTRING
              Compiles and executes STRING as ML before the ML shell starts.

       --error-exit
              Normally  if the ML code raises an unhandled exception control returns to the ML shell.  With this
              option the shell exits on an unhandled exception.

       --with-markup
              Include extra mark-up information when printing.  This is only suitable when Poly/ML is run  under
              an environment that is able to decode the additional information.

       --ideprotocol
              Run  the  IDE  communications protocol rather than the normal read-eval-print loop.  Only suitable
              for running within a development environment.

       --script
              The input is a shell script.  The first line is skipped if it begins with #!.

       -Hsize
              Sets the initial heap size.  The size may be written as a number optionally followed by K, M or  G
              representing  kilobytes, megabytes or gigabytes.  If none of these is given the number is taken as
              megabytes.

       --minheapsize
              Set the minimum heap size.  The heap will not shrink below this value.

       --maxheapsize
              Set the maximum heap size.  The heap will not grow above this value.

       --gcpercentpercent
              Set the target percentage of time that the code should spend in the garbage collector.   The  heap
              sizer  will  attempt  to  set the heap size to achieve this target consistent with the minimum and
              maximum heap sizes given by the arguments and also consistent with keeping paging under control.

       --gcthreadsthreads
              Sets the number of threads used in the parallel garbage collector.  Setting this to 1  forces  the
              garbage  collector  to be single-threaded.  The value 0, the default, is taken to be the number of
              processors (cores) available.

       --debugoptions
              Set various debugging options for the run-time system.

See Also

http://www.polyml.org The Poly/ML web site.

                                           Poly/ML Version 5.7.1 2017                                    POLY(1)

Synopsis

poly

See Also