Y
Hacker News
new
|
ask
|
show
|
jobs
by
Someone
1253 days ago
It’s a meta-assembler. You can see every word you define as a new instruction you define. For example, if you want an instruction that multiplies by 17, you do
: 17* 17 * ;