Easy Forth (2015)
skilldrick.github.io
Easy Forth (2015)
1–10 of 128 posts
Re: Easy Forth (2015)
#2https://news.ycombinator.com/item?id=10634918
I'm always interested in hearing people's reactions to Forth though and every now and then you get a cool new story on these threads, so I'm not complaining.
Re: Easy Forth (2015)
#3I just started learning Forth a month or so ago, and I found this video from Andreas Wagner[1] fun to watch.
If anyone goes through OP's book and find yourself wanting to see Forth in action, I recommend the video.
Re: Easy Forth (2015)
#4Re: Easy Forth (2015)
#5For anyone who likes playing with small experimental projects, I once made a minimal, esoteric canvas colouring language inspired by Forth and Tixy: https://susam.net/fxyt.html
Re: Easy Forth (2015)
#6I mean, that's pretty much every language. The main difference is that the programmer's access to it is unconstrained by things like method call definitions.
Re: Easy Forth (2015)
#7This has showed up here a few times before (example): https://news.ycombinator.com/item?id=10634918 I'm always interested in hearing people's reactions to Forth though and every now and then you get a cool new story on these threads, so I'm not complaining.
Re: Easy Forth (2015)
#8This has showed up here a few times before (example): https://news.ycombinator.com/item?id=10634918 I'm always interested in hearing people's reactions to Forth though and every now and then you get a cool new story on these threads, so I'm not complaining.
Right. And once again, you’ll also notice that no one is actually coding anything useful in Forth.
Re: Easy Forth (2015)
#9Earlier quoted context omitted.
Right. And once again, you’ll also notice that no one is actually coding anything useful in Forth.
In Factor though, they do. https://factorcode.org/
Re: Easy Forth (2015)
#10>> The thing that separates Forth from most other languages is its use of the stack. In Forth, everything revolves around the stack I mean, that's pretty much every language. The main difference is that the programmer's access to it is unconstrained by things like method call definitions.