On 6 Mrz., 20:42, Guy Macon <http://www.guymacon.com/>
wrote:
> thomas.mer...@[EMAIL PROTECTED]
wrote:
> >Seed7 Homepage: http://seed7.sourceforge.net
>
> Athttp://seed7.sourceforge.net/faq.htmyou
write "Seed7 has
> several features which are not found in other programming
> languages", then list a bunch of features that *are* found
> in the Forth programming language.
AFAIK Forth is a stack based programming language. As such
it can easily su****t postfix operators. How does Forth sup****t
infix operators with priority and associativity? How about
overloading of functions and operators? How about static type
checking (at compile time)?
If you provide me with information, I can add a comparison
between Forth and Seed7 to the homepage.
Years ago I had some discussions with Lisp fans.
When I pointed out that Lisp has only functions and not
operators with priority and associativity the answer was:
This is not needed, because functions are better.
At the end I added something to the FAQ.
Greetings Thomas Mertes
Seed7 Homepage: http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch, statically typed,
interpreted or compiled, ****table, runs under linux/unix/windows.


|