Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 108:21:48 |
Calls: | 290 |
Files: | 905 |
Messages: | 76,683 |
[Forth] is a very small language and has almost no syntax.
On Di 16 Apr 2024 at 14:00, David Brown <david.brown@hesbynett.no> wrote:
On 16/04/2024 12:58, Christian Weisgerber wrote:Really? It is a very small language and has almost no syntax.
On 2024-04-16, David Brown <david.brown@hesbynett.no> wrote:
Forth is alive and well, albeit not very common. It is used in embedded >>>> systems - it is almost certainly the smallest language and run-timeIt has also been used since circa 1999 as the embedded language of
system where you can have a extendable high-level language, and runs
directly on even very small microcontrollers.
the FreeBSD boot loader, another constrained environment. In the
end Forth proved too unpopular, few people touched it, and it is
being replaced with Lua now.
People who have used Forth a lot tend to be very enthusiastic about it, but >> it has a long learning curve to get up to speed.
I thought it was one of the easiest languages toe learn ib comparison to
C++ or Java.