Viewing profile — markjreed
markjreed
HN member- Joined
- Wed, Oct 23, 2019, 6:41 PM UTC
- HN karma
- 0
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About markjreed
No profile information was provided.
Recent public activity
-
comment
Comment #35733984
Bold to assume that nobody on the cricket team has dated each other..
-
comment
Comment #32470126
Just `pip install hy` and then `python -mhy` to run it. Once you see how Python translates into Hy, it's pretty straightforward. (import os) (import [os.path :as op]) (with [f (ope…
-
comment
Comment #32470043
Installed it, and the code in the README won't even run, so I guess it's not quite ready for messing with. Looks interesting in theory, though . . .
-
comment
Comment #29278201
⍴↑⎕sh 'cal -y' is 36 66. ⍴⎕SE.UCMD'Calendar 2021' is 33 66. Hm. What system are you on? On Ubuntu, cal -y | wc -l also gives me 36.
-
comment
Comment #29277350
I attempted to run that APL, and it didn't quite work as is on my system (Dyalog on macOS). As written, it seems to be an odd mixture of things that assume ⎕IO 0 and ⎕IO 1, in that…
- comment
- comment