Khan / live-editor

A browser-based live coding environment.
Other
764 stars 183 forks source link

Yoko Oh Noes has a beef with literal arrays as arguments to println #542

Closed lgto4 closed 5 years ago

lgto4 commented 8 years ago

println([3, 2, 1]); produces the complaint "It looks like you're trying to use println(). In case you forgot, you can use it like: println(data) | ProcessingJS".

kevinbarabash commented 8 years ago

That makes sense. We do a lot of things with regexes that we should probably be doing with an AST.

codeHusky commented 7 years ago

Is this still an issue?

lgto4 commented 7 years ago

Yes, the one line program still fails in the manner originally described.