ra’s avatarra’s Twitter Archive—№ 29,737

        1. …in reply to @spacepluk
          @spacepluk @BrandonBloom @dmiller2718 breaks on multiple params Dictionary<String Int32> parses as two symbols. comma is whitespace, too.
      1. …in reply to @ra
        @spacepluk @BrandonBloom @dmiller2718 the | symbol (taken from common lisp, i believe?) in the ClojureCLR reader gets around that
    1. …in reply to @ra
      @spacepluk @BrandonBloom @dmiller2718 GetComponent|<String, Int32>| would parse as one symbol, as would |GetComponent<String, Int32>|
  1. …in reply to @ra
    @spacepluk @BrandonBloom @dmiller2718 the square brackets just felt more clojurey