Agam Brahma
Agam Brahma
As an example, on OSX with Scala version `2.13.1`, I see ``` scala> def average(x: Int, xs: Int*): Double = | (x :: xs.to(List)).sum.toDouble / (xs.size + 1) :13: error:...
_(this is sort of a feature-request from a fan, feel free to mark low-priority 😄)_ Right now, when I `import $file...` and use a script and find an error, I'm...
Thank you for your work, this is a _brilliant_ plugin, and really best-in-class for anything _not_ Emacs. I keep encountering the _Type error_ condition: e.g. when typing `(print "Hey")`, it'll...
When I tried (cloning and then loading via `quicklisp`) it got stuck at loading the `magicffi` package. Specifically, at this step: ``` clang -o /Users/agambrahma/.cache/common-lisp/sbcl-2.2.4-macosx-arm64/Users/agambrahma/quicklisp/dists/quicklisp/software/magicffi-20210531-git/src/grovel__grovel-tmpTT1OWD6.o -c -I/usr/include -I/usr/local/include -g -Wall...