|
|
Up |
|
|
  |
Author: samsaga2samsaga2 Date: Jul 24, 2008 10:08
I want a modern and fast forth compiler.
The last version of GForth is from 2003. Factor and Cat are not 100%%
forth. Win32Forth its only for windows. Swiftforth are not free.
DeltaForth is not complete. All the compilers in this page
http://www.forth.org/compilers.html are old, others slow and others
are dead.
There is a modern and fast forth compiler or it is a impossible dream?
I think that forth it is perfect for make real applications.
|
| |
|
| | 37 Comments |
|
  |
Author: George HubertGeorge Hubert Date: Jul 24, 2008 11:15
On Jul 24, 6:08Â pm, samsaga2 gmail.com> wrote:
> I want a modern and fast forth compiler.
>
> The last version of GForth is from 2003.
There is a newer version in the GForth CVS (I'm sure someone will
post the link; I don't have it handy).
> Factor and Cat are not 100%%
> forth. Win32Forth its only for windows. Swiftforth are not free.
There is an evaluation version of Swiftforth, but like Win32Forth it's
only for Windows. MPE does have a Linux version of it's compiler (as
well as an evaluation version for Windows).
There are also some Forths for the Macintosh (I'm sure one of their
users can supply links).
> DeltaForth is not complete. All the compilers in this pagehttp://www.forth.org/compilers.htmlare old, others slow and others
> are dead.
>
> There is a modern and fast forth compiler or it is a impossible dream?
> I think that forth it is perfect for make real applications.
|
| Show full article (1.03Kb) |
|
| | no comments |
|
  |
Author: Brad EckertBrad Eckert Date: Jul 24, 2008 11:17
On Jul 24, 10:08Â am, samsaga2 gmail.com> wrote:
> I want a modern and fast forth compiler.
>
You mean for free. Talk to the commercial Forth vendors and find out
if they need a chunk of code written. Maybe they'll give you a Forth
in exchange.
Brad
|
| |
| no comments |
|
  |
Author: rickmanrickman Date: Jul 24, 2008 11:24
On Jul 24, 1:08 pm, samsaga2 gmail.com> wrote:
> I want a modern and fast forth compiler.
>
> The last version of GForth is from 2003. Factor and Cat are not 100%%
> forth. Win32Forth its only for windows. Swiftforth are not free.
> DeltaForth is not complete. All the compilers in this pagehttp://www.forth.org/compilers.htmlare old, others slow and others
> are dead.
>
> There is a modern and fast forth compiler or it is a impossible dream?
> I think that forth it is perfect for make real applications.
Isn't there a story about belling the cat? I would like to see an
open source embedded Forth development environment. But until I make
one, I don't think I'll see it.
Rick
|
| |
| no comments |
|
  |
Author: Aleksej SaushevAleksej Saushev Date: Jul 24, 2008 11:58
samsaga2 gmail.com> writes:
> I want a modern and fast forth compiler.
>
> The last version of GForth is from 2003.
Yes!!!
Anton, Bernd, see? I am right: no releases for five years is _bad_,
CVS-based distribution is _bad_. And that's you policy still.
Gforth is dead, its last release is 5 years old.
> There is a modern and fast forth compiler or it is a impossible dream?
> I think that forth it is perfect for make real applications.
You can use 5 years old Gforth to make real applications. I do.
--
CE3OH...
|
| |
| no comments |
|
  |
Author: ygrekygrek Date: Jul 24, 2008 12:51
Thu, 24 Jul 2008 10:08:59 -0700, samsaga2 wrote:
> I want a modern and fast forth compiler.
--
ygrek
|
| |
| no comments |
|
  |
Author: ygrekygrek Date: Jul 24, 2008 12:51
Thu, 24 Jul 2008 10:08:59 -0700, samsaga2 wrote:
> I want a modern and fast forth compiler.
>
> The last version of GForth is from 2003. Factor and Cat are not 100%%
> forth. Win32Forth its only for windows. Swiftforth are not free.
> DeltaForth is not complete. All the compilers in this page
> http://www.forth.org/compilers.html are old, others slow and others are
> dead.
>
> There is a modern and fast forth compiler or it is a impossible dream? I
> think that forth it is perfect for make real applications.
--
ygrek
|
| |
| no comments |
|
  |
Author: DavidMDavidM Date: Jul 24, 2008 13:39
On Thu, 24 Jul 2008 10:08:59 -0700, samsaga2 wrote:
> I want a modern and fast forth compiler.
>
> The last version of GForth is from 2003. Factor and Cat are not 100%%
> forth. Win32Forth its only for windows. Swiftforth are not free.
> DeltaForth is not complete. All the compilers in this page
> http://www.forth.org/compilers.html are old, others slow and others are
> dead.
>
> There is a modern and fast forth compiler or it is a impossible dream? I
> think that forth it is perfect for make real applications.
Just out of interest, which feature is more important to you?
1. speed of execution of words written in Forth, or
2. ease/simplicity of adding new primitive words written in C for the
time-critical parts of your code?
|
| |
| no comments |
|
  |
Author: plizpliz Date: Jul 24, 2008 18:57
For some reason you have not mentioned bigforth ( http://www.jwdt.com/
~paysan/bigforth.html). Have you looked at it?
|
| |
| no comments |
|
  |
|
|
  |
Author: Aleksej SaushevAleksej Saushev Date: Jul 24, 2008 20:31
pliz gmail.com> writes:
> For some reason you have not mentioned bigforth ( http://www.jwdt.com/
> ~paysan/bigforth.html).
It is linux-only.
--
CE3OH...
|
| |
| no comments |
|
|
|
|