Charles wrote:Re: running on all platforms off one x86 binary, I doubt it. But then I don't know where you can get that anyway. For example, the Python community has a tool to make a Windows .exe, but that's not going to run on Linux (sans Wine). And Mac OS X uses application bundles ("Foo.app") with a specific directory layout, that no one else uses.
I guess what I meant is out of one "Source File" with a Mono bundle being used. I'm assuming that if Mono works on most OS and Mono should allow Cobra to be run on most of these OS, then it should come down to wether Mono needs to be installed or if Mono was "bundled" with the code.
I'm trying to piece it together, and I'm sorry if this all sounds a bit novice or beginner. This is clearly not to the level of adding features to Cobra Language, but I'd really like to try and re-learn programming with Cobra right away instead of having to go through, Python, then C# and then Cobra. Books and sources of info are scarce but these forums and a few articles been a lot of help.