Re: Something that has a spec is said to be ???

2017-11-13 Thread Shawn Rasheed
spec'ed appears to be the term used in the guides, https://clojure.org/guides/spec Cheers On Tue, Nov 14, 2017 at 11:17 AM, Didier wrote: > Hey all, > > I'm facing a naming problem, I can't decide how I want to call something > that has a spec. > > >1. Something that has a spec is said to b

Re: Is there a way to stop a long running expression in the REPL

2015-02-21 Thread Shawn Rasheed
Using Lein 2's REPL, Ctrl-C doesn't cancel the REPL itself. On Sat, Feb 21, 2015 at 4:45 PM, Cecil Westerhof wrote: > Sometimes I execute something that takes to long. With -C I can > cancel it, but this also cancels the REPL itself. Is there a way to > terminate the running command without term

Re: Is there a way to stop a long running expression in the REPL

2015-02-21 Thread Shawn Rasheed
If it's the clojure repl this might work: https://clojuredocs.org/clojure.repl/set-break-handler! On Sat, Feb 21, 2015 at 5:28 PM, Lucas Bradstreet wrote: > Which repl are you using? In lein repl, this does not happen to me, it > just terminates the expression. > > On 21 February 2015 at 19:45,