Changes To MIOGUI
Not logged in

Changes to "MIOGUI" between 2016-09-09 11:48:54 and 2016-09-09 12:34:10

    56     56   You can also download the latest code as a tarball: [https://pizzahack.eu/fossil/miogui/tarball/miogui-latest.tar.gz|miogui-latest.tar.gz]
    57     57   
    58     58   Remember to setup thunderchez properly.
    59     59   
    60     60   Then run:
    61     61   <verbatim>
    62     62   # I recommend this limit setting because our sofware is alpha. If you run into a non-tail recursion you can lock your system :)
    63         -ulimit -Sv 1000000  
    64         -scheme miogui.ss
           63  +ulimit -Sv 1000000
           64  +scheme demos/demo1.ss
           65  +# or
           66  +scheme demos/demo2.ss
           67  +...
    65     68   </verbatim>
    66     69   
    67     70   Now switch to other console and type
    68     71   <verbatim>
    69     72   /path/to/thunderchez/nanomsg/remote-repl tcp://localhost:9998
    70     73   </verbatim>
    71     74   From there you can modify the code.
    72     75   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
    73     76   
    74     77   To follow news subscribe to [https://pizzahack.eu/fossil/miogui/timeline.rss|RSS feed]