makyo / stimmtausch

Golang MU* client
MIT License
5 stars 0 forks source link

Macros #23

Open makyo opened 5 years ago

makyo commented 5 years ago
makyo commented 5 years ago

Looks like Zygo only returns the top item of the stack, which means we can't just add arbitrary things to the stack to have them show up. Solution is to maybe have a register-macro function:

(defn maddy-log [match0, match1]
  (...))

(register-macro maddy-log)

Still, maybe Zygo's not quite what we want. More research required.