Changes To MIOGUI
Not logged in

Changes to "MIOGUI" between 2016-09-07 14:00:52 and 2016-09-07 14:07:55

    54     54   
    55     55   You can also download the latest code as a tarball: [https://pizzahack.eu/fossil/miogui/tarball/miogui-latest.tar.gz|miogui-latest.tar.gz]
    56     56   
    57     57   Remember to setup thunderchez properly.
    58     58   
    59     59   Then run:
    60     60   <verbatim>
           61  +# I recommend this limit setting because our sofware is alpha. If you run into a non-tail recursion you can lock your system :)
           62  +ulimit -Sv 500000  
    61     63   scheme miogui.ss
    62     64   </verbatim>
    63     65   
    64     66   Now switch to other console and type
    65     67   <verbatim>
    66     68   /path/to/thunderchez/nanomsg/remote-repl tcp://localhost:9998
    67     69   </verbatim>
    68     70   From there you can modify the code.
    69     71   You ideally want to run that from inside emacs M-x run-scheme</em> and send code with C-x C-e or C-c C-e
    70     72   
    71     73   To follow news subscribe to [https://pizzahack.eu/fossil/miogui/timeline.rss|RSS feed]