Viewing profile — pmcgoron
pmcgoron
HN member- Joined
- Sat, Feb 14, 2026, 12:39 AM UTC
- HN karma
- 27
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About pmcgoron
Mostly write Scheme in my free time. Author of some SRFIs (https://srfi.schemers.org) and member of R7RS-Large WG2.
Scheme website: https://florida.moe
Other website: https://peter.mcgoron.com
Recent public activity
-
comment
Comment #48257850
What tmtvl said is correct. However, it is also a resource problem. R7RS Large is a volunteer driven effort where if people stop having the time to contribute due to personal reaso…
-
comment
Comment #48254278
We plan to add delimited continuations in a later draft. What the actual API will look like is still in question. There is a proposal for a large API, like Racket's https://srfi.sc…
-
comment
Comment #48213555
Hello everyone. Working Group 2 is pleased to announce the first draft of the second part of the R7RS-Large Foundations, the "Procedural Fascicle". This draft encompasses the famil…
- story
-
comment
Comment #48123836
> FL HOTDOG.MIAMI.FL.US. arodriguez@houseit.com I'm very confused by this entry. There isn't even a miami subdomain, just a Dade subdomain.
-
comment
Comment #47225242
If you want to peer into an alternative reality / funhouse mirror of programming terms, you should look at ALGOL 68. For instance, types are called "modes". https://jemarch.net/a68…
-
comment
Comment #47126713
Would SectorLISP ( https://justine.lol/sectorlisp2/ ) count? It can run the LISP 1.5 metacircular evaluator.
-
comment
Comment #47126527
From John Cowan: TAGBODY doesn't actually require continuations, delimited or undelimited, just proper tail calling. A macro can rewrite each section of the TAGBODY into a procedur…
-
comment
Comment #47107137
I guess I'll have to read more about effect handling systems, I'm very much out of my element there. > yes, macros are hygienic! I'm glad. Too many lisps chicken out and don't add …
-
comment
Comment #47107069
As someone who writes a lot of Scheme, I agree that the math syntax is not good. There have been proposals to add infix expressions ( https://srfi.schemers.org/srfi-105/ ) but nobo…
-
comment
Comment #47104938
1. I don't know much about HM systems mathematically, but how do the effect handlers interact with type inference? I thought there was some issues with automatic inference there. 2…