TiLogic

Results 2 issues of TiLogic

Case statement fails when used with a variable with the following error: ``` Execution error (AssertionError) at cljd.compiler/emit-case* (compiler.cljc:1600). Assert failed: (and (symbol? expr) (env expr)) ``` ClojureDart version: 1e38014dcb93dcdb230d125c7d0966556a82d234...

bug

I think this is related to issue #96. Calling a variadic function that contains argument destructuring fails with the following exception: `Unhandled Exception: Invalid argument(s): Index out of bounds` Example:...

help wanted