Limitations¶
Speed Penalty¶
The Blinky example seems to run about 24.5 times slower under Mecrisp-Across than standalone on the MCU itself.
Words Not Implemented¶
Word |
Description |
---|---|
‘ |
Tries to find name in dictionary and gives back its executable address |
[‘] |
Tick that compiles the executable address of found word as literal |
.” Hello World “ |
Compiles a string and prints it when executed. |