Re: Strange Vector failure

2021-07-24 Thread Cora Sutton
not, in clojure, is itself a function, so it would just be wrapping a other function call in (not (my-fn)). there is no limit to the recursion here, you can have functions in functions in functions On Fri, Jul 23, 2021 at 9:54 PM Jack Park wrote: > Cora, > > That's simply amazing. I added one mo

Re: Strange Vector failure

2021-07-24 Thread Jack Park
That's precisely how I coded it. Just need to run some tests, then on to more complex testing with nested lists and so forth. Thanks! On Sat, Jul 24, 2021 at 12:03 AM Cora Sutton wrote: > not, in clojure, is itself a function, so it would just be wrapping a > other function call in (not (my-fn)