Forth: The programming language that writes itself: The Web Page
1–10 of 89 posts
Re: Forth: The programming language that writes itself: The Web Page
#2Re: Forth: The programming language that writes itself: The Web Page
#3https://www.youtube.com/watch?v=0PclgBd6_Zs
How Forth powers ultra-low power computers:
"GreenArrays is shipping its 144-core asynchronous chip that needs little energy (7 pJ/inst). Idle cores use no power (100 nW). Active ones (4 mW) run fast (666 Mips), then wait for communication (idle)."
Re: Forth: The programming language that writes itself: The Web Page
#4It has the most charming illustrations I've ever seen in a text book.
Re: Forth: The programming language that writes itself: The Web Page
#5Related Chuck Moore talk: "Programming a 144 Computer Chip to Minimize Power" (2013) https://www.youtube.com/watch?v=0PclgBd6_Zs How Forth powers ultra-low power computers: "GreenArrays is shipping its 144-core asynchronous chip that needs little energy (7 pJ/inst). Idle cores use no power (100 nW). Active ones (4 mW) run fast (666 Mips), then wait for communication (idle)."
Re: Forth: The programming language that writes itself: The Web Page
#6Is anyone using Forth in production these days with stories to tell?
Re: Forth: The programming language that writes itself: The Web Page
#7https://en.bitcoin.it/wiki/Script
I just learned that this week
Re: Forth: The programming language that writes itself: The Web Page
#8Ah, what beautiful paradigms there are which we toil away without. Retro (a modern Forth) looks very interesting. The textbook Thinking Forth is near SICP in terms of opening your mind to a new paradigm. Is anyone using Forth in production these days with stories to tell?
It's an amazing and elegant language, but anything that does register-to-register operations is always going to be faster than register-to-memory.
Re: Forth: The programming language that writes itself: The Web Page
#9Ah, what beautiful paradigms there are which we toil away without. Retro (a modern Forth) looks very interesting. The textbook Thinking Forth is near SICP in terms of opening your mind to a new paradigm. Is anyone using Forth in production these days with stories to tell?
Probably not. It turns out that it doesn't map to modern computer processors terribly well. It's an amazing and elegant language, but anything that does register-to-register operations is always going to be faster than register-to-memory.