Re: common ways to run regex against either Hickory HTML or zippers?

2022-02-02 Thread Harold
ector-that-uses-regex - The were also having problems with text encoding, hopefully you wont. hth, -Harold On Wednesday, February 2, 2022 at 1:22:53 PM UTC-7 lawrence...@gmail.com wrote: > Assume I've been cursed to scrape HTML. If I convert the pages to Hickory > I end up with a

Re: Pesky java interop bug with 0xFFFFFFF error in BuferredReader

2021-12-25 Thread Harold
getting help anywhere (there are quite a few places actually) is of course fine. Best of luck, and warm wishes, -Harold On Saturday, December 25, 2021 at 6:35:47 PM UTC-7 hank@gmail.com wrote: > Thank for the answers. > Trying to recur with '(recur (.

Re: What are resources to learn Clojure for beginners in Programming and get better?

2021-11-03 Thread Harold
ep doing it, you won't improve. I'll also mention https://ask.clojure.org/ - a great site for getting specific questions answered; and you'll have questions as you go along. Hope that helps. Warmly, -Harold On Wednesday, November 3, 2021 at 8:07:09 AM UTC-6 shouk...@gmail.com wrot

Re: Routing for a non-web-app

2021-04-21 Thread Harold
oing on here: > (require 'bidi.bidi) nil > (bidi.bidi/match-route ["/foo" :bar] "/foo") {:handler :bar} > (bidi.bidi/match-route [["/foo/" :id] :bar] "/foo/17") {:route-params {:id "17"}, :handler :bar} > (bidi.bidi/path-for [["/foo/&

Re: Routing for a non-web-app

2021-04-20 Thread Harold
I think bidi fits the bill: https://github.com/juxt/bidi It's not tied too tightly to any specific (or even the idea of a) web backend and it does not require cljs. Hope that helps, -Harold On Sunday, April 18, 2021 at 5:58:53 PM UTC-6 dsblak...@gmail.com wrote: > Howdy, > > Wri

Truly, we live in the garden of edn

2020-08-28 Thread Harold
s from your personal experience would be appreciated. Warmly, -Harold P.S. Also, never thinking about commas P.P.S. Also, sets and keywords and ints and extensibility and characters and symbols and thank you very much! (: -- You received this message because you are subscribed to the Google

Re: [ANN] 2016 State of Clojure Community Survey

2016-12-15 Thread Harold
nyone who has 'startup times w/ Leiningen' or 'error messages' in the bottom half should just have their ratings reversed. :^) Super-interesting survey; definitely looking forward to seeing the results, -Harold -- You received this message because you are subscribed to the Google G

Destructuring seems to work with PersistentList and not with PersistentVector

2016-01-23 Thread Harold
explaining this difference (destructuring seems to work with PersistentList and not with PersistentVector). Kind thanks in advance for any insight. Warmly, -Harold -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: The % Schemer Series - are they worth the money?

2010-03-23 Thread Harold Ancell
isp-Small-Pieces-Christian-Queinnec/dp/0521545668/ or http://tinyurl.com/y8pllql And it is indeed very good. - Harold -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email t

Re: Second Lisp to Learn

2009-12-20 Thread Harold Ancell
OS is thought by many to be the best OO system ever, e.g. see the book _The Art of the Metaobject Protocol_. Being able to change your object protocol (how objects work) on the fly is a very powerful concept - Harold -- You received this message beca

Re: Parenthesis Inference

2009-12-20 Thread Harold Ancell
lent point about REPLs, as I remember, not long after this period someone realized you could add read and print to eval and get an interpreter. One general principle I've noted is that when you have a design that solves problems you didn't know you had, you should pay attention.

Re: Clojure as a first programming language?

2009-12-01 Thread Harold Ancell
d-Computer-Science/6-001Spring-2005/CourseHome/index.htm or http://tinyurl.com/845qq Includes lots of useful stuff such as a pointer to the On-Line Tutor, where you can among many other things do problem sets and have them automagicly checked. - Harold

Re: Improving the documentation

2009-08-18 Thread Harold Ancell
At 10:20 AM 8/18/2009, Meikel Brandmeyer wrote: >Hi, Greetings and salutations. >On Aug 18, 4:50 pm, Harold Ancell wrote: > >> When I stumbled on the clojure-1.0.0.jar problem I updated >> the appropriate page there in a few minutes including >> registering an ac

Re: Improving the documentation

2009-08-18 Thread Harold Ancell
rogramming/Getting_Started&diff=prev&oldid=1582045 or http://tinyurl.com/p9r7zd - Harold --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post t