Ed Browne
Ed Browne
Would it be possible to enable a user to redefine identifiers (variables, functions, classes) quickly and easily? ie ``` [cling]$ int i = 1; [cling]$ int i = 2; [cling]$...
Would be nice to be able to tab/^G complete in Jupyter notebook--ie be able to access the Cling autocompletion. I'd be willing to work it, if someone could take the...
The following is from Arthur O'Dwyer's 2016 Cppcon "Lambda's from First Principles" ``` auto make_kitten2(int c) { static int a = 0 ; return [c](int d) { static int b...
Should a module declaration be required to create functions? Or should the kernel automatically wrap defs within the notebook in a single module, maybe named after the notebook or some...
Is it possible to build and run ihaskell on different GHC versions? eg 7.10.1 and 7.10.3? If you try doing so, each overwrites the other's `ihaskell` binary in `.local/bin`. It's...
Awesome project, lots of amazing work The readme has the example of running clojure, but when I try running scala or elixir, Emacs hangs until I ^G trying to contact...
The new experimental `jupyter-X` kernel feature is working GREAT!  However, I had to go in and customize `python-shell-interpreter` to `python3` to work. That's because (in my case) the Spacemacs...
This is an awesome project. I tried running Haskell and Elixir kernels with success -- thank you. Is it possible to get the babel source blocks to behave properly for...