koka
koka copied to clipboard
A function-oriented language with effect inference
Results
2
koka issues
Sort by
recently updated
recently updated
newest added
execution fails with following error ``` test.sh: 6: test.sh: function: not found \x1b[32;1m[OK]\x1b[0m test.sh: 8: test.sh: Syntax error: "}" unexpected ```
after compiling and running koka neither `println("hello")` nor running `main()` after `:l demo/collatz` works. ``` Error: Cannot find module 'amdefine' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at...