Writing a Forth in Haskell
reinvanderwoerd.nl
Writing a Forth in Haskell
1–10 of 55 posts
Re: Writing a Forth in Haskell
#2Re: Writing a Forth in Haskell
#3Re: Writing a Forth in Haskell
#4Doesn't really give Forth the credit it deserves. Totally misses the point of Forth: the simplicity of the environment and it's relationship to the underlying hardware, defining primitives like : and VARIABLE with CREATE and DOES>, threaded code, , (COMMA) , ... Nice promotion of Haskell though
Re: Writing a Forth in Haskell
#5Doesn't really give Forth the credit it deserves. Totally misses the point of Forth: the simplicity of the environment and it's relationship to the underlying hardware, defining primitives like : and VARIABLE with CREATE and DOES>, threaded code, , (COMMA) , ... Nice promotion of Haskell though
You're right of course, this is an ongoing exploration. I hope to learn the deeper truths in the process.
Re: Writing a Forth in Haskell
#6Re: Writing a Forth in Haskell
#7Doesn't really give Forth the credit it deserves. Totally misses the point of Forth: the simplicity of the environment and it's relationship to the underlying hardware, defining primitives like : and VARIABLE with CREATE and DOES>, threaded code, , (COMMA) , ... Nice promotion of Haskell though
You're right of course, this is an ongoing exploration. I hope to learn the deeper truths in the process.
Re: Writing a Forth in Haskell
#8Re: Writing a Forth in Haskell
#9Earlier quoted context omitted.
You're right of course, this is an ongoing exploration. I hope to learn the deeper truths in the process.
I would suggest re-doing the exercise on an 8 bit cpu with < 8 K of RAM. That will open your eyes to what is so special about Forth.
How would you describe Forth in relation to those? What makes it stand out and what are its weaknesses?
Re: Writing a Forth in Haskell
#10Earlier quoted context omitted.
You're right of course, this is an ongoing exploration. I hope to learn the deeper truths in the process.
I would suggest re-doing the exercise on an 8 bit cpu with < 8 K of RAM. That will open your eyes to what is so special about Forth.