Liste des Groupes | Revenir à cl forth |
> I wonder: wouldn't it be useful to have stackless basicForgive me for being contrary, but IMHO use of locals
> arith operations? I mean instead of fetching the values
> first and putting them on the stack, then doing something,
> and in the end storing the result somewhere wouldn't it
> be practical to use directly the variables?
No. Because you should minimize the use of variables. So if you're using
THREE variables, you're definitely doing something VERY WRONG.
>
If you wanna write Forth, write Forth. If you wanna write C, write C.
If you can't handle a stack, you're definitely a C programmer. It's very
simple..
Les messages affichés proviennent d'usenet.