frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Revised^7 Report on Scheme, Large: Procedural Fascicle Draft is now public

https://r7rs.org/large/fascicles/proc/
10•pmcgoron•3d ago

Comments

pmcgoron•3d ago
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 familiar block programming forms, such as lambda, let, if, or, and set!.

The draft is available here:

https://r7rs.org/large/fascicles/proc/

The biggest new feature is the ability to mix definitions and expressions in bodies, such as the body of a lambda. For example, the following is now valid:

    (define (map f lst)
      (unless (list? lst)
        (error 'map "not a list" lst))
      (define (map* lst acc)
        (if (null? lst)
            (reverse acc)
            (map* (cdr lst) (cons (f (car lst)) acc))))
      (map* lst '()))
We welcome any and all comments on the draft. Anyone can comment by

* Filing an issue on the R7RS-Large issue tracker <https://codeberg.org/scheme/r7rs> * Sending mail to the Working Group 2 mailing list <https://groups.google.com/g/scheme-reports-wg2> (you do not need a google account) * Sending mail to the Scheme Reports mailing list <https://scheme-reports.simplelists.com/> and <scheme-reports@scheme-reports.org> * Sending mail to the corresponding member Peter McGoron at <code@mcgoron.com>. I will forward your comment to the public issue tracker. Please indicate if you wish to be anonymous.

bsder•29m ago
Delimited continuation machinery? It seems like call/cc is becoming quite a bit more acknowledged as being overkill while the more restricted shift/reset, control/prompt, F-operator stuff, etc. compose better.

Microsoft open-sources "the earliest DOS source code discovered to date"

https://arstechnica.com/gadgets/2026/04/microsoft-open-sources-the-earliest-dos-source-code-disco...
82•DamnInteresting•2h ago•21 comments

Scammers are abusing an internal Microsoft account to send spam links

https://techcrunch.com/2026/05/21/scammers-are-abusing-an-internal-microsoft-account-to-send-spam/
57•spike021•2h ago•9 comments

Wake up! 16b

https://hellmood.111mb.de/wake_up_16b_writeup.html
85•MaximilianEmel•3h ago•6 comments

Time to talk about my writerdeck

https://veronicaexplains.net/my-first-writerdeck/
318•hggh•9h ago•181 comments

Green card seekers must leave U.S. to apply, Trump administration says

https://www.nytimes.com/2026/05/22/us/politics/green-card-changes-trump.html
666•tlhunter•1d ago•1143 comments

On The <dl> (2021)

https://benmyers.dev/blog/on-the-dl/
367•ravenical•14h ago•108 comments

My two-part desk setup (2025)

https://arslan.io/2025/11/18/my-two-part-desk-setup/
238•James72689•3d ago•138 comments

My I3-Emacs Integration

https://khz.ac/software/i3-integration.html
39•nosolace•4h ago•7 comments

Sales and Dungeons: Thermal printer TTRPG utility

https://sales-and-dungeons.app/
62•hyperific•1d ago•19 comments

Judson's Last Ride

https://www.realclearpolitics.com/articles/2026/05/22/judsons_last_ride_154150.html
60•NaOH•15h ago•2 comments

Byrne's Euclid

https://www.c82.net/euclid/
26•layer8•5h ago•7 comments

The Art of Money Getting

https://kk.org/cooltools/book-freak-210-the-art-of-money-getting/
220•dxs•15h ago•140 comments

SpaceX launches Starship v3 rocket

https://www.space.com/space-exploration/launches-spacecraft/spacex-starship-v3-megarocket-first-t...
380•busymom0•1d ago•253 comments

Hengefinder: Finding when the sun aligns with your street

https://victoriaritvo.com/blog/hengefinder/
118•evakhoury•1d ago•27 comments

.NET (OK, C#) finally gets union types

https://andrewlock.net/exploring-the-dotnet-11-preview-2-dotnet-gets-union-types/
157•ingve•1d ago•144 comments

New map reveals lost roads of the Roman Empire

https://www.scientificamerican.com/article/new-high-resolution-map-transforms-what-we-know-about-...
51•sohkamyung•3d ago•7 comments

Reverse engineering circuitry in a Spacelab computer from 1980

https://www.righto.com/2026/05/reverse-engineering-spacelab-computer.html
89•elpocko•11h ago•18 comments

Show HN: Anyone interested in a tool helps to explore C++ ASTs

https://uvic-aurora.github.io/acav-manual/index.html
20•leomicv•2d ago•2 comments

80386 microcode disassembled

https://www.reenigne.org/blog/80386-microcode-disassembled/
227•nand2mario•15h ago•46 comments

Toxic chemical leak at a manufacturing facility in Orange County

https://www.bbc.com/news/articles/c3w2l249j8go
132•borski•5h ago•90 comments

PHP's Oddities

https://flowtwo.io/post/php%27s-oddities
103•thejoeflow•4d ago•128 comments

Air France and Airbus found guilty of manslaughter over 2009 plane crash

https://www.bbc.com/news/articles/czd2qmdvmq6o
23•baal80spam•7h ago•9 comments

Kindle loyalists scramble as Amazon turns page on old e-readers

https://www.reuters.com/business/retail-consumer/kindle-loyalists-scramble-amazon-turns-page-old-...
127•cf100clunk•4d ago•145 comments

-​-dangerously-skip-reading-code

https://olano.dev/blog/dangerously-skip/
106•fagnerbrack•18h ago•123 comments

Revised^7 Report on Scheme, Large: Procedural Fascicle Draft is now public

https://r7rs.org/large/fascicles/proc/
11•pmcgoron•3d ago•2 comments

ICE Awards $25M Iris-Scanning Contract to Bi2 Technologies

https://www.projectsaltbox.com/p/ice-awards-25-million-iris-scanning
103•cdrnsf•4h ago•26 comments

Making deep learning go brrrr from first principles (2022)

https://horace.io/brrr_intro.html
156•tosh•16h ago•59 comments

API proposed by Chrome: Declarative partial updates

https://developer.chrome.com/blog/declarative-partial-updates
10•theanonymousone•3h ago•0 comments

sp.h: Fixing C by giving it a high quality, ultra portable standard library

https://spader.zone/sp/
196•dboon•3d ago•177 comments

Show HN: Twixt – transform one word into another in four moves

https://twixt.games/
7•unseen_forms•2d ago•3 comments