Sebastian Wilzbach
Sebastian Wilzbach
For people bumping into this, using the docker image might work for you: ``` docker run -ti dlanguage/drepl ```
> Does that really need a REPL interface or could it be done via batch execution? It's very similar to a REPL (imho it's one), because you need to keep...
> could it be done via batch execution? Btw if you are unfamiliar with Jupyter, you can try a couple of Notebooks online https://try.jupyter.org/
A couple of popular kernels for statically typed languages: https://github.com/gibiansky/IHaskell https://github.com/gophergala2016/gophernotes https://github.com/mattpap/IScala https://github.com/Bachmann1234/java9_kernel https://github.com/robbielynch/ierlang https://github.com/andrewray/iocaml
> The general question is: should I try to fix it in my package, or should we make changes/adjustments/improvements to drepl? It looks like all your issues could be fixed...
> This has been delayed a little as I've changed my focus. Current plan: @John-Colvin did you ever finish the pure D console library?
> Btw, am I missing something here? I'm trying to run tests locally without success: The errors are because 2.069 is compiled without PIC and thus can only run on...
> I'd be in favor of some regular (weekly) etag based check. Where can we store the etag? Something like `${XDG_CACHE_HOME:-$HOME/.cache}/dlang-installer/self-etag` ? > This seems a bit too blunt and...
> @wilzbach, is it safe to assume that you no longer plan on pursuing this further? Well, I'm definitely not actively working on this. Sorry. FYI: There was a recent...
Urgh. Some GDC versions have lower Phobos versions despite having a higher release number :/