-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to start learning Forth (like in this related article). I see that there are many implementations. I would like to use a
ANS 1994 compatible version (if reasonable, but sticking to the standard might be good)
small and compact implementation, I don't want a full OS.
Windows
easy to use, I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can you recommend any free Forth video tutorials
(except for following) ?
The only one I know of is Samuel A. Falvo's excellent
"Over The Shoulder Episode 1: Text Preprocessing in Forth".
MPEG. 102 MB.
There are also videos from the annual Forth Day, but I
don't consider those to be tutorials.
(Unfortunately…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I have recently become curious about Factor, which, as far as I understand, is the most practical stack based language around. Forth seems not to be used much these days - I think it is because it was meant to be used on its own, instead of inside an operating system, although ports of course exist…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm creating a stack oriented virtual machine, and so I started learning Forth for a general understanding about how it would work. Then I shortlisted the essential stack manipulation operations I would need to implement in my virtual machine:
drop ( a -- )
dup ( a -- a a )
swap ( a b -- b a )
rot…
>>> More
-
as seen on Super User
- Search for 'Super User'
I know the shortcut CRTL + page up/down
but I need the similar function that exists eg in internet explorer: Shift + alt
I found a macro that is close but does not entirely solve the problem:
If ActiveSheet.Name = "To Do" Then
Sheets("Budget").Activate
ElseIf ActiveSheet.Name = "Budget"…
>>> More