Finite State Machines in Forth (1995)
galileo.phys.virginia.edu
Finite State Machines in Forth (1995)
1–10 of 33 posts
Re: Finite State Machines in Forth (1995)
#2The specific example is of number input routine allows signed decimal numbers without power-of-10 exponents (fixed-point, in FORTRAN parlance) and comes from the author's book Scientific Forth, where a fuller example is used ... to determine whether a piece of text is a proper identifier (that is, the name of a variable, subroutine or function) according to the rules of FORTRAN.
I originally heard of Scientific Forth from Programming in the Twenty First Century where it made a list of "Five Memorable Books about Programming"[3] with the following description:
Dr. Noble demonstrates how he uses Forth for hardcore matrix work and, when he realizes that RPN notation isn't ideal in all circumstances, develops a translator from infix expressions to Forth.
[0]: https://news.ycombinator.com/item?id=22746708
[1]: https://news.ycombinator.com/item?id=22748785
[2]: previously 3, 6 and 8 years ago, never any comments: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...
Re: Finite State Machines in Forth (1995)
#3Re: Finite State Machines in Forth (1995)
#4This is great! (but maybe put a (1995) on the title?)
Re: Finite State Machines in Forth (1995)
#5This is great! (but maybe put a (1995) on the title?)
Re: Finite State Machines in Forth (1995)
#6Re: Finite State Machines in Forth (1995)
#7Thanks!
Re: Finite State Machines in Forth (1995)
#8Earlier quoted context omitted.
Forth is mentioned in the title, do you really need to add that it's before the 2000's if that's the case? ;)
Forth is still alive and kicking!
Didn't mean no harm :)
Re: Finite State Machines in Forth (1995)
#9FSM is something I've always been curious about but I can't seem to find any good intro on. Does anyone have a good recommendations? I sort of don't want one tied to a specific language but rather one that helps me understand it from a conceptual level. Thanks!
https://en.wikipedia.org/wiki/Finite-state_machine
From there you can deep dive into subjects like digital logic and automata theory.
Re: Finite State Machines in Forth (1995)
#10FSM is something I've always been curious about but I can't seem to find any good intro on. Does anyone have a good recommendations? I sort of don't want one tied to a specific language but rather one that helps me understand it from a conceptual level. Thanks!