ra’s avatarra’s Twitter Archive—№ 37,938

  1. plt friends: are there well understood algorithms to convert between stack languages and expression languages? e.g. to turn [1 2 add "hello" print] into print(add(1, 2), "hello") ?