OvermindDL1
OvermindDL1
Yeah that is because of some Elixir utter stupidity in that it leaks bindings out of `case` statements (and later Elixir realized how stupid that was so put a warning...
> Is there any way to disable that warning? Per file or even per project? Hmm, I've not actually checked, I've always left the warning to remind me to do...
Well it's not actually 'used', so I don't even know why elixir says it is leaking out, that functionality needs to be entirely removed and I can't wait until it...
Eeeyup, forgot to `git push` at work, will do it when next at my main desk (Thursday)... ^.^;
> A possible optimization would be to have some degree of "loop unrolling", if performance measuerements show it's helpful. The degree of unrolling could even be specified by the user,...
> ExSpirit need an awesome tutorial. Entirely agree! Maybe even model it on C++'s Spirit library's tutorial. :-) C++ Spirit Documentation (Specifically the `Qi` and `Advanced` sections): http://www.boost.org/doc/libs/1_64_0/libs/spirit/doc/html/index.html > Quickstart:...
> On the other hand, I'd be more impressed with a lisp compiler that supported lisp macros. I don't know how hard that is, though. _/me coughs_ Stupid-easy. ^.^ https://github.com/OvermindDL1/llixer/tree/master/lib/llixer/simple...
> I meant lisp macros defined in lisp xD Lisp macros defined in elixir (including read macros) are obviously easy. I havn't made a function for it yet but it...
> I've just noticed that the title of this issue reads "Turtorial". Please don't change it. I like it. Lol, I noticed it as well when its notification popped up....
Oy, sorry for this delay. Hmm, were there any api differences in these version, not in the part I'm using at least I think? Do a more detailed check and...