Sebastian Good
Results
2
issues of
Sebastian Good
My tests look like ``` facts("parsing") do for (a, b) in [("1", 1), ("0", 0)] do @fact int(a) => b end end ``` Which seems a bit wordy. It seems...
It is common practice to return enumeration-style results from Julia as symbols (`:symbol`). The parallel idiom in JavaScript is strings. The other way around is harder: passing a JavaScript string...
enhancement