| Computers Forum Index » Computer Languages (Smalltalk) » How to compile Smalltalk code to executable?... |
|
Page 1 of 1 |
|
| Author |
Message |
| !!! at (no spam) !!!... |
Posted: Sat Jul 25, 2009 1:41 pm |
|
|
|
Guest
|
Hi everyone!
Can someone please tell me how to compile smalltalk code into an
Windows/Linux executable and what are the implementations that support
this?
Thanks in advance! |
|
|
| Back to top |
|
|
|
| jarober... |
Posted: Sat Jul 25, 2009 3:03 pm |
|
|
|
Guest
|
|
| Back to top |
|
|
|
| Andreas Wacknitz... |
Posted: Sat Jul 25, 2009 8:17 pm |
|
|
|
Guest
|
!!! at (no spam) !!! schrieb:
Quote: Hi everyone!
Can someone please tell me how to compile smalltalk code into an
Windows/Linux executable and what are the implementations that support
this?
Thanks in advance!
For Windows you can use Dolphin Professional.
Regards
Andreas |
|
|
| Back to top |
|
|
|
| !!! at (no spam) !!!... |
Posted: Sat Jul 25, 2009 11:05 pm |
|
|
|
Guest
|
| Isn't there any free implementation able to do it? |
|
|
| Back to top |
|
|
|
| Joachim Tuchel... |
Posted: Sun Jul 26, 2009 5:17 am |
|
|
|
Guest
|
!!! at (no spam) !!! schrieb:
Quote: Isn't there any free implementation able to do it?
If you really need to ship a single executable file, I think there
isn't. If you want a clickable exe and can live with this exe to load an
image file at start time and if you can deliver more than one single
file, then you can use squeak or Smalltalk/X. GNU Smalltalk should be
fine as well.
What you probably are looking for is a way to save an image in a way
that it doesn't present the development tools when it is started but
starts up with your application start window. In most Smalltalks, he
process is called packaging.
cu
Joachim |
|
|
| Back to top |
|
|
|
| jarober... |
Posted: Sun Jul 26, 2009 5:48 am |
|
|
|
Guest
|
On Jul 26, 12:43 am, Joachim Tuchel <jtuc... at (no spam) objektfabrik.de> wrote:
Quote: !!! at (no spam) !!! schrieb:
Isn't there any free implementation able to do it?
If you really need to ship a single executable file, I think there
isn't. If you want a clickable exe and can live with this exe to load an
image file at start time and if you can deliver more than one single
file, then you can use squeak or Smalltalk/X. GNU Smalltalk should be
fine as well.
What you probably are looking for is a way to save an image in a way
that it doesn't present the development tools when it is started but
starts up with your application start window. In most Smalltalks, he
process is called packaging.
cu
Joachim
Using VW, you can create a single executable on Windows, or an app
bundle on Mac. There's no reason you couldn't do the same for Squeak,
or any other Smalltalk implementation. |
|
|
| Back to top |
|
|
|
| !!! at (no spam) !!!... |
Posted: Sun Jul 26, 2009 4:05 pm |
|
|
|
Guest
|
Are Cincom's products free or commercial? Because at their page I see
they give for free the applications but in some page with the list of
smalltalk implementations it was in the commercial implementations. |
|
|
| Back to top |
|
|
|
| jarober... |
Posted: Sun Jul 26, 2009 5:39 pm |
|
|
|
Guest
|
On Jul 26, 12:05 pm, "!!! at (no spam) !!!" <eltoni... at (no spam) gmail.com> wrote:
Quote: Are Cincom's products free or commercial? Because at their page I see
they give for free the applications but in some page with the list of
smalltalk implementations it was in the commercial implementations.
You can evaluate and develop free, but commercial deployment requires
a (paid) license. |
|
|
| Back to top |
|
|
|
|