 |
 |
| questions about O'Caml |
 |
 |
By DLaz - Posted on August 24, 2005 - 15:28:29 (#17540)
Current version when comment was posted: 3.08.4 |
 |
 |
I would like to try getting Unison working on BeOS in text mode. This version of O'Caml should handle it but I have a couple of questions if you can email me when you might have some time.
|
|
| Sockets for netserver |
 |
 |
By s_d - Posted on January 31, 2004 - 16:56:24 (#10871)
Current version when comment was posted: 3.06 |
 |
 |
I think good example of sockets workaround is Mozilla's nspr lib.
As Decaf on beshare to point you on that code.
|
|
| Not many changes |
 |
 |
By mmlr - Posted on January 31, 2004 - 13:40:21 (#10869)
Current version when comment was posted: 3.06 |
 |
 |
For BONE there wasn't a huge amount of changes. But for net_server it could get quite a bit harder. O'Caml would probably run on net_server just fine, but without sockets support. That would make MLNet impossible. I tried it once back then but I wasn't really successful. You could rewrite the whole sockets stuff to work arround it but you could get problems because BeOS takes filedescriptors and network connections as two seperat things where as unix handles them the same way.
Much luck anyway!
|
|
| Many changes needed? |
 |
 |
By tb100 - Posted on January 31, 2004 - 09:23:13 (#10866)
Current version when comment was posted: 3.06 |
 |
 |
How many changes did this need to get it working under BONE? I may have a look at getting a net_server port up and running (MLNet would be nice to have).
Simon
|
|
|
|
|