OvermindDL1
OvermindDL1
> Check out https://reasonml.github.io/try/ Interestingly I cannot do anything on that page. Cannot type in to anything, no scripts blocked, no errors in console... Interesting...
@jaredly I'm running Chrome 60. Your `https://reasonml.github.io/try/?reason=DYUwLgBAHhC8EEYAMBuAUAKQM4DpgHsBzaFIA` link works, what I saw before were the 4 boxes with their labels in the upper-right corners but they were entirely blank and...
> It could be his employer uses a proxy that adds http headers or injects html code into webpages, which would be nuts, but i've seen worse. The playground does...
Any go on this?
Why not just `if` from erlang? ```erlang if a == 1 -> do_stuff1() b == blah -> do_stuff2() c == blorp -> do_stuff3() some_valid_guards -> do_stuff4() true -> some_fallback() end...
Rust does `if` without an `else` as returning the unit / empty tuple `()`, and so if the 'then' branch doesn't return a unit tuple then it fails to unify,...
Ocaml has a few different systems that you can swipe. Personally I'm partial to typed staged macro systems. ^.^
First, Staged Macro's are macro's that compile to code, take code, and return code, in 'stages', like Elixir is a staged macro system, where macro's are run in stages. Caml5p...
I left it as the default value that was already in the box (I had the tab open of one of the few main files), which was kind of like:...
And yeah I am not a fan on this Win10 stuff, so many performance issues on it that my linux desktop at home just does not have, and this hardware...