Sujet : On stack-based languages (was: on Perl)
De : mail (at) *nospam* axel-reichert.de (Axel Reichert)
Groupes : comp.lang.miscSuivi-à : comp.lang.miscDate : 18. Apr 2024, 06:33:50
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87plunp741.fsf_-_@axel-reichert.de>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
John Ames <
commodorejohn@gmail.com> writes:
On Wed, 17 Apr 2024 07:34:41 +0200
Andreas Eder <a_eder_muc@web.de> wrote:
>
Really? It is a very small language and has almost no syntax.
I thought it was one of the easiest languages toe learn ib comparison
to C++ or Java.
>
*Syntactically* it's very simple, but explicit stack-orientation with
reverse-Polish notation is a *very* different programming paradigm than
practically everything else out there; even Lisp is closer to "normal,"
at least for functional-programming types.
That was my impression also, when I played around with "factor",
https://factorcode.org/a modern take on Forth, some years back. Kind of opposite of Lisp: no
parentheses, post-fix. I liked many of the ideas and concepts when
reading about them, but it was awfully difficult for a (historically
imperatively minded) hobby programmer to wrap my head around them and
even get trivial exercises done. Fascinating, though.
Best regards
Axel