another question: how difficult would it be to implement semantic highlighting as opposed to syntax highlighting in LightTable?
That's interesting because of Microsoft/vscode#585
@prertik I don't know Clojure, but that's not a problem. I wanted to know that there isn't anything in LightTable itself that would stop me from implementing this functionality
I'll have to answer the question with both YES and NO. Yes, because if you stick with current LT code and implement the feature writing old ClojureScript code. Then, it's possible. But, if you're writing new ClojureScript code requiring new google-closure-library then No.
@prertik I don't know Clojure, but that's not a problem. I wanted to know that there isn't anything in LightTable itself that would stop me from implementing this functionality
I'll have to answer the question with both YES and NO. Yes, because if you stick with current LT code and implement the feature writing old ClojureScript code. Then, it's possible. But, if you're writing new ClojureScript code requiring new google-closure-library then No.
where does the limitation come from? with the new google-closure library I mean