Diego Zamboni

Results 98 comments of Diego Zamboni

@rdw20170120 as you discovered, you can easily achieve #7 by storing your code in an `activate.elv` file in your repository, and then running `use ./activate` from within the directory. I'm...

> I am very concerned about how `use` seems to work with GitHub repositories as well. I have not tested it yet, but I eventually hope to do so. What...

@rdw20170120 commenting on a few of your points throughout your thread. My apologies, but I feel that you are commenting on a wide variety of issues so it's hard for...

> By the way, I finally stumbled upon the documentation for the .elv naming convention for modules. So it took me somewhere around two-to-three weeks of intensive study and attempted...

I'm in full agreement with a general `get` function, but I would really like to keep `take` and `drop` - they are special cases, for sure, but far more readable...

@xiaq just throwing this out: if you are considering structural pattern matching, how far would we be from destructuring? It's one of the things from Clojure I miss in other...

What's your use case for this? Honestly it seems very spaghetti-code to me, including explicit lines of jumping in/out of things instead of following the structure of the code.

@hanche fair enough - thanks for the explanation!

@krader1961 it seems to me that consistency would dictate that `_` is allowed as a function argument, but it "swallows" the value just like assigning to `$_` does. This is...