Ford
Ford
Typing `_` could open a popup with suggestions of: 1. Type signature: ```haskell -- hints x -> Integer foo :: _ foo x = 1 ``` 2. Function (since GHC...
If you are looking for some inspiration you should take a look at [julia's](https://julialang.org) REPL. It is the best REPL I have ever worked with. The killer features are special...
I have recently stumbled upon [kakoune](http://kakoune.org/why-kakoune/why-kakoune.html#_why_kakoune). It looks like it could go really well with spacemacs (proton) as a replacement for current vim mode plus. **Why should Proton use Kakoune...
**Describe the bug** I installed intellij visualvm plugin. When I try to profile simple hello world, visualvm launches and raises an error: `Cannot open requested application.` **VisualVM log** ``` -------------------------------------------------------------------------------...
Habe you thought about providing immutable update O(1) Array by default like clojure and elm does?
This error occurs every time I try to run a jupyter notebook. (I have set my path in settings to :`C:\Language\Anaconda\Scripts\`)
It would beneficial to expose mutable API, to make preproccessing of loaded YAML easier. I have these two on my mind: * `IndexMut` * `IntoIterator for &mut Yaml`
I am using Fedora 25 > > -- Could NOT find Vulkan (missing: VULKAN_LIBRARY VULKAN_INCLUDE_DIR) > -- Using X11 for window creation > CMake Error at /usr/share/cmake/Modules/FindX11.cmake:439 (message): > Could...
I am looking at you ``` haskell foldl return append -- feel free to add more ``` Even if it doesn't look like an important decision (at least before Foundation...
``` haskell λ: :t putStr (show [1..10]) :1:9: error: - Couldn't match type [Char] with String Expected type: String Actual type: GHC.Base.String - In the first argument of putStr, namely(show...