Aditya Siram
Aditya Siram
I am 100% on board. I made exactly this argument on chat about 8 months ago I think and it was ignored/rejected. If the mood is more in favor now...
@mratsim Didn't know about that use of `let`. Interesting. @Clyybber Using a pragma to indicate which construct should be evaluated at compile vs. run time is also problematic because mixing...
Ah nice. Ok, now I know to stay away from macros. :) And interesting that a boolean multiply is a workaround. I tried a case statement with a tuple and...
I have not yet added an FFI. Since you're the first to bring it up do you have any feedback on syntax?
[rgbImageNew](https://hackage.haskell.org/package/fltkhs-0.5.0.3/docs/Graphics-UI-FLTK-LowLevel-RGBImage.html#v:rgbImageNew) takes a `ByteString`, so is there anyway to extract an RGB image as an array of bytes from your icon? I don't know the Win32 API. Also once solved...
Yes that demo is broken. In fact I'm going to remove it, `flkths-tree-simple` serves the same purpose. Thanks!
I asked on IRC and didn't receive any replies. I have this snippet at the head of `shen.el` but it doesn't seem to work: ``` ;; -*- lexical-binding: t -*-...
Ok, will do. Thanks for reaching out.
Yeah I'm not surprised they don't play nice. `shen-mode` was written by another author years before `shen-elisp` came along. It needs a complete rewrite.
This is the default behavior of Shen which is unfortunately counterintuitive to anyone coming from ML style type systems. Whenever you see that, try doing `(spy +)` at the REPL....