I ve started a project(developer text editor) in a interpreted language(Tcl/Tk) and another with Perl(both are open-source), but with some time, when it gets in a Beta version, I will need to distribute it for the users(developers of course), but I want to know some things about this:
- It s possible to compile it to a executable?
- How?
- Can I compile for other platforms?
- Or in this case it s better to use a compiled language or a interpreted?
- Is usual things like this?
- In the users machine, he will need to have Tcl/Tk or Perl?