This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-23
Channels
- # announcements (12)
- # beginners (225)
- # calva (7)
- # cider (45)
- # clj-kondo (1)
- # cljdoc (1)
- # cljsrn (3)
- # clojure (112)
- # clojure-dev (45)
- # clojure-europe (6)
- # clojure-finland (2)
- # clojure-india (1)
- # clojure-nl (27)
- # clojure-spec (37)
- # clojure-uk (171)
- # clojurescript (39)
- # core-async (9)
- # cursive (22)
- # datascript (8)
- # datomic (50)
- # emacs (12)
- # figwheel-main (17)
- # fulcro (42)
- # garden (2)
- # hoplon (27)
- # jobs (4)
- # kaocha (8)
- # klipse (2)
- # luminus (2)
- # off-topic (9)
- # perun (33)
- # planck (2)
- # re-frame (9)
- # reagent (48)
- # reitit (5)
- # remote-jobs (1)
- # rum (2)
- # shadow-cljs (23)
- # slack-help (3)
- # spacemacs (18)
- # sql (7)
- # tools-deps (24)
- # unrepl (9)
- # vim (30)
anyone know the exact source/wording of the quotation that's something like "Lisp is a high level language, but you can still feel the bits between your fingers"?
I finally tracked this one down. It's from Guy Steele, quoted in "The Pattern on the Stone" by W. Daniel Hillis: "LISP is a high-level language, but you can still feel the bits sliding between your toes.”
Thanks for sharing. Never heard this before, but it’s quite fascinating.
@d4hines I've once used cucumber for a project in Ruby. It just wasn't worth it - in the end, you need to keep state in multiple places to make a test work, and you end up duplicating steps...
We ended up writing our tests in a way that we called functions / methods that resembled the cucumber syntax, but were machine friendly
I think you and @U0NCTKEV8 have talked me out of Cucumber. The real thing I need is this record/playback thing, and cucumber will probably just make that harder.
Thanks for the input.
The problem with Cucumber is that it's one of those ideas that sound fantastic in theory, but don't work on practice 🙂
I finally tracked this one down. It's from Guy Steele, quoted in "The Pattern on the Stone" by W. Daniel Hillis: "LISP is a high-level language, but you can still feel the bits sliding between your toes.”