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/
1•pmcgoron•43m ago

Comments

pmcgoron•43m 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.

Linus Torvalds admits he has a 'love-hate relationship with AI'

https://www.zdnet.com/article/linus-torvalds-has-a-love-hate-relationship-with-ai/
1•CrankyBear•46s ago•0 comments

GPU Memory Math for LLMs: Formula That Tells You What Fits on Your GPU

https://theahmadosman.substack.com/p/gpu-memory-math-for-llms-2026-edition
1•XMasterrrr•2m ago•0 comments

Initial Benchmarks of the SpacemiT K3 RVA23 RISC-V CPU with the K3 Pico-ITX

https://www.phoronix.com/review/spacemit-k3-pico-itx
1•fork-bomber•2m ago•0 comments

Kennedy Fires Leaders of Key Health Task Force

https://www.nytimes.com/2026/05/20/well/rfk-jr-firings-preventative-services-task-force.html
1•brandonb•4m ago•0 comments

Declining America

https://www.tbray.org/ongoing/When/202x/2026/05/19/Declining-America
1•AndrewDucker•6m ago•0 comments

Tears – Tiered Enforcement, Authorship Review System

https://github.com/Thillel/tears
1•truehill•8m ago•0 comments

Why Housing Is So Expensive [video]

https://www.youtube.com/watch?v=ZS8ua-yKs4Y
2•slopinthebag•8m ago•0 comments

What is the history of the ERROR_ARENA_TRASHED error code?

https://devblogs.microsoft.com/oldnewthing/20260519-00/?p=112339
1•supermatou•8m ago•0 comments

Anthropic is expanding to Colossus2. Will use GB200

https://xcancel.com/nottombrown/status/2057194829986300375
3•aurareturn•9m ago•1 comments

Agentic Shopping Is Worse for Everyone

https://illegal.solutions/posts/shopping_superpowers
1•totallygeeky•9m ago•1 comments

Russian fighters almost hit British reconnaissance aircraft

https://www.bbc.com/news/articles/cq8p40e2zx1o
1•ukblewis•10m ago•0 comments

Using Google? Now you can build with it in Lovable

https://lovable.dev/blog/already-using-google-now-you-can-build-with-it-in-lovable
1•doener•12m ago•0 comments

12 years selling a PHP script, now pivoting to a B2C SaaS and a B2B WP Plugin

https://www.indiehackers.com/post/12-years-selling-a-php-script-now-pivoting-to-a-b2c-saas-a-b2b-...
1•nicolafranchini•12m ago•0 comments

SpaceX Files for IPO

https://www.wsj.com/livecoverage/stock-market-today-dow-sp-500-nasdaq-05-20-2026
6•ericmay•12m ago•0 comments

SpaceX S-1

https://www.sec.gov/Archives/edgar/data/1181412/000162828026036936/spaceexplorationtechnologi.htm
14•cachecow•14m ago•2 comments

$40K for an $8 knob? The case for a military right to repair

https://fighttorepair.substack.com/p/uncle-sam-pays-40000-for-an-8-knob
2•fighttorepair•18m ago•1 comments

Data centers could lower power bills. Energy utilities won't

https://www.governance.fyi/p/data-centers-could-lower-power-bills
3•bigbobbeeper•18m ago•0 comments

Supercharge Your C64 with C64 OS – Gregory Nacu [video]

https://www.youtube.com/watch?v=yb_xULWEmCw
2•oldnetguy•21m ago•0 comments

Show HN: AI editor for websites (Next.JS)

1•yury_h•21m ago•0 comments

Seeking legal review on a source-available license for individual developers

https://github.com/CYB3RCA4T/CGPSAL-v1.0/discussions/1
1•CYB3RCA4T•22m ago•0 comments

Methodology for Selecting Runtime Architecture Patterns for LLM Agents

https://arxiv.org/abs/2605.20173
1•Anon84•22m ago•0 comments

Driver intentionally drove Cybertruck into lake to use vehicle's 'Wade Mode

https://www.wcvb.com/article/cybertruck-lake-wade-mode-incident/71360750
4•c420•26m ago•0 comments

We don't require human review on most PRs anymore

https://eng.miragesecurity.ai/posts/10x-change-management/
2•nickdirienzo•26m ago•1 comments

Gorilla: A fast, scalable, in-memory time series database (2016)

https://blog.acolyer.org/2016/05/03/gorilla-a-fast-scalable-in-memory-time-series-database/
1•xnorswap•28m ago•0 comments

AI Resist List

https://airesistlist.org/
2•yacin•28m ago•0 comments

ALS prevention and cure with zinc vs. copper: 15 to 1

https://unbekoming.substack.com/p/what-is-motor-neuron-disease
1•vinyasi•29m ago•0 comments

Bolt CEO says he let go of HR team for creating problems that didn't exist

https://fortune.com/2026/05/19/bolt-ceo-ryan-breslow-cut-hr-department-causing-problems-fintech-s...
12•cdrnsf•30m ago•3 comments

Show HN: New NPM Supply chain Attack?

https://github.com/AdamGonda/ward
1•adamgonda•30m ago•0 comments

Nvidia Announces Financial Results for First Quarter Fiscal 2027

https://nvidianews.nvidia.com/news/nvidia-announces-financial-results-for-first-quarter-fiscal-2027
4•baal80spam•33m ago•0 comments

Open Source Burnout Claims Another Project

https://vlad.website/nvim-treesitter-burnout/
1•linolevan•34m ago•0 comments