proto-repl
proto-repl copied to clipboard
Error when evaluating a simple list using proto-repl
trafficstars
Evaluate a simple list '(1 2) on proto-repl is failing intermittently!

Works for me. You are probably evaluating (1 2), without the apostrophe.
This is a limitation of Proto repls block finding code. It can find matching braces but doesn't find the code before those that can impact what they do like #{} for sets and '() for lists.
Sent from my phone
On Dec 11, 2016, at 10:37 AM, Viktor Magyari [email protected] wrote:
Works for me. You are probably evaluating (1 2), without the apostrophe.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.