Viewing profile — dzpower
dzpower
HN member- Joined
- Sun, Feb 15, 2015, 10:45 AM UTC
- HN karma
- 31
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About dzpower
My sites: pragerslaw.com, youpatch.com
Agile/Lean consulting, coaching, training (including technical XP and beyond), facilitation.
Also functional programming (mainly Racket).
Recent public activity
-
comment
Comment #21232402
This very site — Hacker News — runs on Arc (Paul Graham's Lisp) which is implemented in Racket. Beating the averages: http://www.paulgraham.com/avg.html Racket web frameworks: http…
-
comment
Comment #21232341
The ClojureScript example is great. Clojure and by extension ClojureScript has a lot of tasteful and pragmatic design decisions, e.g. the use of the threading form and implicit lam…
-
comment
Comment #21231151
I feel similarly to Gene Kim about Racket. Here's a comparison ... Gene Kim's Clojure example: ; input is JSON string: "{foo: 2}" (defn xform [s] (-> (js/JSON.parse s) js->clj (upd…
-
comment
Comment #18372549
It does sound like you were expecting a full Lisp and instead were greeted with one of the Beginner Languages, intended to teach first time programmers in a very structured way. Se…
-
comment
Comment #15774662
On a similar theme, what began as a weekend hack to help my wife design a patchwork quilt based on an image of Groucho Marx ended up as https://www.youpatch.com . In this case, the…
-
comment
Comment #12668552
For self-guided study, HTDP (How to Design Programs) is more accessible than SICP. https://www.amazon.com/How-Design-Programs-Introduction-Prog...
-
comment
Comment #9752068
I got a fair way through SICP using DrScheme (now DrRacket) a few years ago without any special compatibility modes, and found the set-up to be pretty great. Now there's better com…
-
comment
Comment #9730688
Racket (a Scheme descendant) might be a good fit. It has teaching languages, which are simplified, and a nice IDE (DrRacket), and books (HTDP/2e (free online), Realm of Racket, etc…
-
comment
Comment #9052315
My craft + tech startup www.youpatch.com uses Racket for the clever bits: image-processing, pdf generation, and I find it's great for prototyping and R&D. Here's my talk wide-rangi…