-
@spacepluk @BrandonBloom @dmiller2718 breaks on multiple params Dictionary<String Int32> parses as two symbols. comma is whitespace, too.
-
@spacepluk @BrandonBloom @dmiller2718 the | symbol (taken from common lisp, i believe?) in the ClojureCLR reader gets around that
-
@spacepluk @BrandonBloom @dmiller2718 GetComponent|<String, Int32>| would parse as one symbol, as would |GetComponent<String, Int32>|