frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Using Coalton to implement a quantum compiler (2022)

https://coalton-lang.github.io/20220906-quantum-compiler/
57•andsoitis•11mo ago

Comments

reikonomusha•11mo ago
Coalton remains in active development and is used at a couple companies. Like a handful of others in recent history, it's a language that's designed and implemented directly against the needs of either actual products or (PLT-unrelated) research initiatives, so things like performance aren't an afterthought.

There are a few software engineering positions in the Boston, MA area to work on the Coalton compiler (algebraic type systems, optimizations, high-performance computing, dev tools, ...) and to use it for autonomous, firm realtime systems (unrelated to quantum). Email in profile if interested.

joshjob42•11mo ago
Is Coalton compatible broadly compatible with the features of CIEL? I've been interested in getting into CL, and CIEL seems like a very nice batteries-included way to do that. But Coalton is also quite interesting and brings some features that may be useful. But I'm such a novice in this particular space (I'm mostly a Julia user with Python and some elisp) that I can't quite tell. Obviously I could start learning CL using CIEL and later play with Coalton but was just wondering if you knew how they may play together.
reikonomusha•11mo ago
Coalton can be used wherever (almost any) Common Lisp can be used: mixed in, side by side, exclusively, as an library, etc.

CIEL doesn't presently ship any native Coalton interfaces, so all invocations of CIEL within Coalton code would have to be in a "lisp" form, which is like Rust's "unsafe".

    (define (some-coalton-function arg)
      ;; break out to Lisp
      (lisp String (arg)
        ...CIEL stuff here...))
On ordinary safety settings, the String declaration on the Lisp code will be checked at runtime so that wrong types don't leak back into the surrounding/calling Coalton code.

Conversely, Coalton code can be freely used within Common Lisp code regardless of whether it uses CIEL.

dang•11mo ago
A couple bits of past discussion:

Using Coalton to Implement a Quantum Compiler - https://news.ycombinator.com/item?id=36413832 - June 2023 (1 comment)

Using Coalton to Implement a Quantum Compiler - https://news.ycombinator.com/item?id=32741928 - Sept 2022 (1 comment)

Talkie: a 13B vintage language model from 1930

https://talkie-lm.com/introducing-talkie
255•jekude•8h ago•73 comments

San Francisco, AI capital of the world, is an economic laggard

https://www.economist.com/finance-and-economics/2026/04/26/san-francisco-ai-capital-of-the-world-...
26•1vuio0pswjnm7•1h ago•14 comments

Microsoft and OpenAI end their exclusive and revenue-sharing deal

https://www.bloomberg.com/news/articles/2026-04-27/microsoft-to-stop-sharing-revenue-with-main-ai...
827•helsinkiandrew•16h ago•706 comments

Pgrx: Build Postgres Extensions with Rust

https://github.com/pgcentralfoundation/pgrx
30•luu•2d ago•1 comments

Mo RAM, Mo Problems (2025)

https://fabiensanglard.net/curse/
84•blfr•2d ago•7 comments

LingBot-Map: Streaming 3D reconstruction with geometric context transformer

https://technology.robbyant.com/lingbot-map
16•nateb2022•2h ago•1 comments

Ted Nyman – High Performance Git

https://gitperf.com/
75•gnabgib•5h ago•12 comments

Three men are facing charges in Toronto SMS Blaster arrests

https://www.tps.ca/media-centre/stories/unprecedented-sms-blaster-arrests/
137•gnabgib•9h ago•62 comments

Integrated by Design

https://vivianvoss.net/blog/integrated-by-design-launch
90•vermaden•6h ago•32 comments

4TB of voice samples just stolen from 40k AI contractors at Mercor

https://app.oravys.com/blog/mercor-breach-2026
493•Oravys•19h ago•176 comments

Men who stare at walls

https://www.alexselimov.com/posts/men_who_stare_at_walls/
513•aselimov3•18h ago•226 comments

How I leared what a decoupling capacitor is for, the hard way

https://nbelakovski.substack.com/p/how-i-learned-what-a-decoupling-capacitor
57•actinium226•2d ago•18 comments

The quiet resurgence of RF engineering

https://atempleton.bearblog.dev/quiet-resurgence-of-rf-engineering/
177•merlinq•2d ago•90 comments

Is my blue your blue?

https://ismy.blue/
435•theogravity•9h ago•299 comments

Easyduino: Open Source PCB Devboards for KiCad

https://github.com/Hanqaqa/Easyduino
192•Hanqaqa•12h ago•31 comments

Meetings are forcing functions

https://www.mooreds.com/wordpress/archives/3734
96•zdw•2d ago•43 comments

Show HN: AgentSwift – Open-source iOS builder agent

https://github.com/hpennington/agentswift
28•hpen•4h ago•7 comments

London Reverse Marathon FAQ

https://london.apped.uk/faq
6•susam•1d ago•1 comments

Lessons from building multiplayer browsers

https://www.alejandro.pe/writing/sail-muddy-lessons
39•alejandrohacks•1d ago•14 comments

Networking changes coming in macOS 27

https://eclecticlight.co/2026/04/23/networking-changes-coming-in-macos-27/
220•pvtmert•14h ago•191 comments

The woes of sanitizing SVGs

https://muffin.ink/blog/scratch-svg-sanitization/
203•varun_ch•14h ago•84 comments

Radar Laboratory – Interactive Radar Phenomenology

https://radarlaboratory.com/
48•jonbaer•2d ago•2 comments

China blocks Meta's acquisition of AI startup Manus

https://www.cnbc.com/2026/04/27/meta-manus-china-blocks-acquisition-ai-startup.html
351•yakkomajuri•18h ago•242 comments

Spanish archaeologists discover trove of ancient shipwrecks in Bay of Gibraltar

https://www.theguardian.com/science/2026/apr/15/hidden-treasures-spanish-archaeologists-discover-...
90•1659447091•2d ago•20 comments

Fully Featured Audio DSP Firmware for the Raspberry Pi Pico

https://github.com/WeebLabs/DSPi
276•BoingBoomTschak•2d ago•77 comments

FDA approves first gene therapy for treatment of genetic hearing loss

https://www.fda.gov/news-events/press-announcements/fda-approves-first-ever-gene-therapy-treatmen...
230•JeanKage•19h ago•86 comments

Pgbackrest is no longer being maintained

https://github.com/pgbackrest/pgbackrest
408•c0l0•19h ago•218 comments

“Why not just use Lean?”

https://lawrencecpaulson.github.io//2026/04/23/Why_not_Lean.html
270•ibobev•15h ago•187 comments

GitHub Copilot is moving to usage-based billing

https://github.blog/news-insights/company-news/github-copilot-is-moving-to-usage-based-billing/
605•frizlab•13h ago•447 comments

Super ZSNES – GPU Powered SNES Emulator

https://zsnes.com/
271•haunter•12h ago•76 comments