Mads M. Jensen
Mads M. Jensen
> ``` > fn f(x) = 2 x² + 1 > > fn g(y) = > if y > 0 then 1 else 0 > ``` > > ``` >...
> What is the difference between an anonymous function, a closure, and a lambda? An anonymous function and a lambda are often interchangeable and unless we talk about the implementation...
> I think it is actually possible at the moment to have cyclical dependencies of modules on each other as long as the actual functions/function calls in them don't cyclically...
You are exactly right about how I did it. I see now why it didn't work the way I tried it. I very much agree that this should be avoided....
I am considering an approach where I add a folder with the name of the file being split. Then the original file can just use the modules in the folder...
I can't really figure out which values are appropriate and at which screen sizes, but I have added some responsive margins and change the font depending on the view port...
I have worked a bit on correcting the positioning of output when errors occur on an earlier line. I have put my worn on it on a different branch, but...
> this would require modifying rust code, and i'm not sure how good of an idea it is, but implementing this functionality like so would be pretty cool: > >...
> I like this very much. Can we please re-implement the existing functions `DMS`, `DM`, `feet_and_inches` and `pounds_and_ounces` in terms of your `unit_list` function and get rid of the existing...
Yeah I completely forgot about that, but I'll fix that now