Earlier quoted context omitted.
Of course! Have friends who work with it on a daily basis. My comment was mostly tongue in cheek, didn't mean that Forth is completely dead. Usually when seeing Forth though, it's bit older stuff than say PHP. My friends for example, are stuck trying to refactor very old code, written in Forth. Didn't mean no harm :)
What do your friends do with it? It’s very high on my priority list for new languages to learn, and finding a job with it someday would be very interesting.
Finite State Machines in Forth (1995)
21–30 of 33 posts
Re: Finite State Machines in Forth (1995)
#22Earlier quoted context omitted.
Hopcroft Ullman's Introduction to Automata Theory, Languages and Computation has good section on state machines and their connection to Regular Expressions
Thank you!!! Its relationship to regex is actually precisely the part that piqued my interest.
Re: Finite State Machines in Forth (1995)
#23FSM 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!
Hopcroft Ullman's Introduction to Automata Theory, Languages and Computation has good section on state machines and their connection to Regular Expressions
Re: Finite State Machines in Forth (1995)
#24Earlier quoted context omitted.
What do your friends do with it? It’s very high on my priority list for new languages to learn, and finding a job with it someday would be very interesting.
Be sure to read "Thinking Forth". Even if you don't wind up doing a lot with Forth it will still improve your abilities as a programmer. http://thinking-forth.sourceforge.net/
Re: Finite State Machines in Forth (1995)
#25With the veritable flurry of state machine posts today[0,1] I thought I'd (re)submit[2] one of my favorite posts on finite state machines in Forth. The 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 p…
A project to create a Creative Commons version of Dr. Noble’s book was started, but doesn’t seem very active lately [0]. The lead even received permission from Dr. Noble’s widow [1]. [0] https://github.com/Josefg/Scientific_FORTH [1] https://github.com/Josefg/Scientific_FORTH/blob/master/Conse...
While it isn't too active, the most recent activity was in the last week or so, I think all that remains are some figures and tables for a couple chapters, the index and proof-reading[0]. It's very nearly there due to a lot of work on Josef's part.
Re: Finite State Machines in Forth (1995)
#26FSM 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!
Hopcroft Ullman's Introduction to Automata Theory, Languages and Computation has good section on state machines and their connection to Regular Expressions
Re: Finite State Machines in Forth (1995)
#27FSM 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/The_Gospel_of_the_Flying_Spagh...