Viewing profile — bharvey
bharvey
HN member- Joined
- Tue, Aug 27, 2019, 3:00 AM UTC
- HN karma
- 21
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About bharvey
No profile information was provided.
Recent public activity
-
comment
Comment #24786691
I'm afraid the exclamation point was my doing, not Jens's. I was scared of how many other things were called "snap," including the US welfare program that used to be food stamps, a…
-
comment
Comment #24786307
We have a few who've just shown up on their own, but my friend Paul Goldenberg (my own nominee for best educator) has a project using Snap! with second graders, not to teach progra…
-
comment
Comment #24786283
I can second that. The code of Snap! itself is virtually all Jens. My main contribution was teaching him about lambda.
-
comment
Comment #24786260
Wow, thanks! My own opinion is far less extreme. :~) But I definitely appreciate hearing yours.
-
comment
Comment #24786221
On my when-things-slow-down list is to write a version of Structure and Interpretation of Computer Programs using Snap! as the language, aimed at high school kids, so replacing the…
-
comment
Comment #24786197
Jens wants to do that in Snap! as the next big feature.
-
comment
Comment #24786190
The first version, BYOB, was an extension of the Scratch 1.4 source code, but since then we have moved in different directions. But we are still inspired by how careful they were i…
-
comment
Comment #24786173
I was lucky enough to meet Ken Iverson and Adin Falkoff at age 14 and have been an APL fan ever since, so the APL library has been a labor of love for me! It still needs a lot of w…
-
comment
Comment #23057369
Thanks for the kind words both about Logo and about Snap!. That article is in fact not yet officially published, but if I'm reading the ACM legalbol correctly, authors are allowed …
-
comment
Comment #23057342
> The only thing I miss in (Berkeley) Logo is a better fill function. Thanks for volunteering! :) The code's at https://github.com/jrincayc/ucblogo-code
-
comment
Comment #20806009
I have to confess, that function, even though I always call it Y when I write it so people will get what it's about, isn't a combinator at all. Writing a real Y combinator in an ap…
-
comment
Comment #20805978
Have a look at Berkeley Logo, https://cs.berkeley.edu/~bh/logo.html About S-expressions, you can fully parenthesize everything if you want. But Logo uses square brackets, not paren…