I created a Forth processor in Elixir. This is my hobby project.
https://github.com/sasagawa888/Forth
8 Likes
Nice one Kenichi!
I take it you are mean this Forth?
Would be interested in knowing more about why you created it - a hobby project? Or something you will put to use? (If so how and for what?)
1 Like
Thank you for your reply.
Yes, it is Forth designed by Moore.
I created a Forth processing system to learn Elixir. Because Forth is very simple and easy to parse.
My processing system is for my own pleasure. However, I used it after a long time and it was very fun. So I decided to introduce it to everyone.
2 Likes
I love Forth, I’m glad to see other’s writing Forth engines too. I wrote one in Elixir a while back for fun. ^.^
3 Likes
Thank you for your reply.
1 Like