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?
I fixed it.. I think it was an unbalanced map..