Jason Jobe

Results 15 comments of Jason Jobe

Ah, is there no way to get the name of the symbol and/or have the symbol evaluate to itself in some fashion?

This is basically what I was trying to do. Any gotchas? ``` class Scope { var variables:[String: Any] = [:] func eval (_ e: String) -> Any? { return self.eval(e)...

Rats! You got me. Have to think on that. Any ideas?

I figured that and considered it somewhat acceptable. An undefined variable should be an error. What do you think of having a "macro" option for functions and operators? Meaning, be...

Thanks but don't put yourself out on my account. How big a job would that be to do them all? Is there a way to annotate a function definition with...

I'm looking through AnyExpression for the point where the arguments are evaluated to be passed to the function block to see how it's done.

umm, wondering if ParsedExpression.symbols was an ordered set then we reliably get the lhs of the = operator and nil it out.

Totally awesome. Thanks!

Hey @wickwirew So far I've learned that URL is a little exceptional in that it doesn't like to be empty. But I did experiment with the `Factory` in my own...

@valleyman86 How did you fix the support for `ObjCWrapper`.? https://github.com/wickwirew/Runtime/issues/36#issuecomment-473648563 thanks.