#forth_language search results
Chuck Moore's (inventor of Forth) "fireside chat" 2019 edition (real start at 01 min 14 secs): youtube.com/watch?v=3ML-pJ… #Forth #Forth_language
"And this is what makes Forth different than 'C'. I think this is one of the unique capabilities of Forth." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
The 2020 version of the "Fireside chat" by Chuck Moore (inventor of Forth) #Forth_language #ForthLanguage #Forth youtube.com/watch?v=81bkIq…
youtube.com
YouTube
Forth Day 2020 - Fireside Chat 2020 - Chuck Moore
Interview with Mr. Chuck Moore, inventor of the Forth programming language. At the 50 years anniversary of Forth. #Forth #Forth_Language #ForthLanguage youtube.com/watch?v=Qq0d6k…
youtube.com
YouTube
Interview with Mr. Chuck Moore , inventor of the Forth programming...
"Local variables are not only useless, they are harmful." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
Chuck Moore's ColorForth is on GitHib! And on SourceForge. colorforth.github.io/inst.htm sourceforge.net/projects/color… #Forth #Forth_language #ForthLanguage
Impressive (annotated) list of Forth books and other material: #Forth_language #ForthLanguage #Forth sites.google.com/view/forth-boo…
"Files are not a big part of any typical application, but it is a singularly useless part." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"They have lost the ability to do some things in interpret mode in the course of compiling." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"... and can lead to very compact code on the order of 1% of the kind of code you get if you don't have these three behaviors." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"...if a small group of people got together and decided to challenge Microsoft. We could replicate their software in 1/10 of 1% of the code." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"We could feasibly do that with a small team in a year or two. But again why destroy an industry? That is probably not a wise thing to do." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"In addition to the two stacks, in addition to high factoring, the fact that you can move back and forth in the three behaviors of words is very important" --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"And I think that this has gotten lost in these mega-Forth systems. They have lost the ability to compile at runtime. All you can do is execute." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"A Forth word should not have more than one or two arguments. This stack which people have so much trouble manipulating should never be more than three or four deep." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"Get rid of all the double words. We don't need to do 64 bit arithmetic. Machines now are 32 bits or at least 20 bits and in no case are double precision arithmetic relevant." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"For example, I wish I knew what to tell you that would lead you to write good Forth. I have demonstrated ... applications where I can reduce the amount of code by 90% percent and in some cases 99%" --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"Interprettng is more efficient than executing. In order to compile anything you have to interpret it first. ... may as well execute it and be done with it instead of ... looking at it again at execute time." --Chuck Moore ultratechnology.com/moore4th.htm #Forth #Forth_language
"Good Forth code shouldn't require you to read and reason out exactly what is happening ... It should convey the gist of what is happening on a high level and then you drill down if needed. It's a form of literate programming." github.com/ForthHub/discu… #Forth_language #Forth
The 2020 version of the "Fireside chat" by Chuck Moore (inventor of Forth) #Forth_language #ForthLanguage #Forth youtube.com/watch?v=81bkIq…
youtube.com
YouTube
Forth Day 2020 - Fireside Chat 2020 - Chuck Moore
Interview with Mr. Chuck Moore, inventor of the Forth programming language. At the 50 years anniversary of Forth. #Forth #Forth_Language #ForthLanguage youtube.com/watch?v=Qq0d6k…
youtube.com
YouTube
Interview with Mr. Chuck Moore , inventor of the Forth programming...
Impressive (annotated) list of Forth books and other material: #Forth_language #ForthLanguage #Forth sites.google.com/view/forth-boo…
Chuck Moore's (inventor of Forth) "fireside chat" 2019 edition (real start at 01 min 14 secs): youtube.com/watch?v=3ML-pJ… #Forth #Forth_language
"Good Forth code shouldn't require you to read and reason out exactly what is happening ... It should convey the gist of what is happening on a high level and then you drill down if needed. It's a form of literate programming." github.com/ForthHub/discu… #Forth_language #Forth
"They have lost the ability to do some things in interpret mode in the course of compiling." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"And I think that this has gotten lost in these mega-Forth systems. They have lost the ability to compile at runtime. All you can do is execute." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"We could feasibly do that with a small team in a year or two. But again why destroy an industry? That is probably not a wise thing to do." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"...if a small group of people got together and decided to challenge Microsoft. We could replicate their software in 1/10 of 1% of the code." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"In addition to the two stacks, in addition to high factoring, the fact that you can move back and forth in the three behaviors of words is very important" --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"And this is what makes Forth different than 'C'. I think this is one of the unique capabilities of Forth." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"... and can lead to very compact code on the order of 1% of the kind of code you get if you don't have these three behaviors." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"For example, I wish I knew what to tell you that would lead you to write good Forth. I have demonstrated ... applications where I can reduce the amount of code by 90% percent and in some cases 99%" --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"Interprettng is more efficient than executing. In order to compile anything you have to interpret it first. ... may as well execute it and be done with it instead of ... looking at it again at execute time." --Chuck Moore ultratechnology.com/moore4th.htm #Forth #Forth_language
"Get rid of all the double words. We don't need to do 64 bit arithmetic. Machines now are 32 bits or at least 20 bits and in no case are double precision arithmetic relevant." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"Local variables are not only useless, they are harmful." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"Files are not a big part of any typical application, but it is a singularly useless part." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"A Forth word should not have more than one or two arguments. This stack which people have so much trouble manipulating should never be more than three or four deep." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
"Stacks are not a solve-all-problems concept, but they are very very useful, especially for information hiding and you have to have two of them." --Chuck Moore (inventor of Forth) ultratechnology.com/moore4th.htm #Forth #Forth_language
Something went wrong.
Something went wrong.
United States Trends
- 1. Cynthia 72.2K posts
- 2. #WorldKindnessDay 10.7K posts
- 3. #GrabFoodMegaSalexหลิงออม 770K posts
- 4. Good Thursday 34.6K posts
- 5. Larry Brooks 1,607 posts
- 6. RIP Brooksie 1,101 posts
- 7. #thursdaymotivation 2,283 posts
- 8. Michael Burry 9,914 posts
- 9. $MYNZ N/A
- 10. Taylor Fritz N/A
- 11. #thursdayvibes 3,178 posts
- 12. #ThursdayThoughts 1,904 posts
- 13. Tommy James N/A
- 14. Rejoice in the Lord 2,712 posts
- 15. Bonhoeffer 1,190 posts
- 16. Happy Friday Eve N/A
- 17. RIP Larry 1,360 posts
- 18. Bongino 5,144 posts
- 19. MEDICA 15.2K posts
- 20. Mollie 2,295 posts