Martin

Results 17 comments of Martin

Thanks for the quick response, I guess I'll have a look at the implementation of the command in GHCI and try to replicate it.

wow thanks for your quick response, all of the above sounds perfect (even with the restriction of seek!) I'm using [TidalCycles](https://github.com/tidalcycles/Tidal), so I plan to use vimix to live code...

amazing, thanks so much!

@bradrn do you have any updates on this? I'm trying to use CodeMirror aswell and I'd be interested in how ( or if ) you eventually got it to work.

Well I got it working with this approach you mentioned: > Manually download the source code and copy the relevant files into your application you can have a look here,...

thanks for the quick reply, 1. Here 'link' is indeed in reference to a music protocol and has nothing to do with linking in the sense of ld 2. I...

the following only imports tidal-link and fails with basically the same error: ``` module Main where import Language.Haskell.Interpreter main :: IO () main = do x putStrLn (show e) Right...

> Could you check if you still get `not supported on the target platform` if you use the minimal `Link.hsc`, `abl_link.h` and `abl_link.cpp` from [my comment above](https://github.com/haskell-hint/hint/issues/156#issuecomment-1249596838)? i also get...

I just tried to run the minimal program that produces the error inside of `cabal repl` and this works fine while `cabal run` still fails, don't really know what to...

i get the following options shown by `cabal repl -v` ``` -fbuilding-cabal-package -O0 -outputdir /home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/hint-try/hint-try-tmp -odir /home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/hint-try/hint-try-tmp -hidir /home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/hint-try/hint-try-tmp -stubdir /home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/hint-try/hint-try-tmp -i -i/home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/hint-try/hint-try-tmp -iapp -i/home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/hint-try/autogen -i/home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/global-autogen -I/home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/hint-try/autogen -I/home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/global-autogen -I/home/martin/Schreibtisch/hint-try/dist-newstyle/build/x86_64-linux/ghc-9.2.3/hint-try-0.1.0.0/x/hint-try/build/hint-try/hint-try-tmp -optP-include...