Herman Torjussen

Results 5 issues of Herman Torjussen

if you evaluate this code with `sclang.interpret()` i (correctly) get an error: ```scd ( ProxySpace.push(s); ~a = "b"; ) ``` but the error does not contain anything useful: ```js SCLangError...

bug

hi! i couldn't find any docs on sclang (only server) in the docs: https://crucialfelix.github.io/supercolliderjs/api/ it would be nice to have basic documentation on sclang, like for instance arguments to `sclang.boot`...

documentation

i like the new thing where the `diylc` directory is no longer hidden for easy troubleshooting, but on mac its customary to put application folders under `~/Documents/` if its supposed...

Type-Enhancement
Priority-Low

on macos today, in order to run `sclang` in the terminal, you need to `cd` deep into the supercollider installation app directory before executing the command, in order to avoid...

enhancement

I'm attempting to install deno using `brew` but the installer fails because it deems my macOS too old. However, I'm able to install deno with `curl -fsSL https://deno.land/install.sh | sh` ...