[REBOL] [rugby XPi beta1 - name conflict]

2002-02-02 Thread Patrick Philipot
Hi Maarten Here is a problem and the related suggestion regarding rugby XPi. The problem === To experiment with rugby, I was trying to split the tic-tac-toe program in two part : a server and a client. Foolishly I started my server with the following line : serve [compute-move get-res

[REBOL] rugby XPi beta1/add-functions

2002-01-29 Thread Patrick Philipot
Hi Maarten, When add-functions is used repeatedly with the same function. This fonction appears several times in the function list. Here is my code. >> rx: context get-rugby-service tcp://192.168.1.53:8001 >> psw: "pat665" >> rx/remove-functions "pat665" [double] == none Once removed the f

[REBOL] [Rugby XPi beta1]

2002-01-27 Thread Patrick Philipot
Hi Maarten, Testing the /nostubs refinement, I got an error on the client side. ===The server code was rebol [] print "Test de rugby" do %/D/rebview/public/rugby/rugby.r triple: func [n][3 * n] double: func [n][2 * n] serve/nostubs [triple double] ===The client code was do get-rugby-service