protorepl

fingertoe 2016-11-04T17:18:08.000052Z

I am trying to def a vector of maps in the Self hosted repl and I get "SyntaxError: Unexpected token ILLEGAL” The same def seems to work fine in the reg java repl. Is there a way to drill in and figure out what the deeper error is?

fingertoe 2016-11-04T17:48:48.000053Z

I fixed it.. I think it was an unbalanced map..