frontpage.
newsnewestaskshowjobs

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•1y ago

Comments

reikonomusha•1y 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•1y 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•1y 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•1y 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)

I were 17, I'd learn how to build LLMs from scratch

https://twitter.com/paulg/status/2091544343589060625
202•bilsbie•15h ago•287 comments

Everything I own, owned

https://schlarp.com/posts/everything-i-own-owned/
1031•schlarpc•13h ago•285 comments

FDA clears blood test to aid evaluation for Alzheimer's disease

https://medicine.washu.edu/news/fda-clears-blood-test-to-aid-evaluation-for-alzheimers-disease/
69•dabinat•5h ago•20 comments

Executable Is a SQLite Database

https://fzakaria.com/2026/08/23/your-executable-is-a-sqlite-database
137•setheron•7h ago•17 comments

Anthropic's best AI model struggles to attract users as cheaper tools thrive

https://www.ft.com/content/5ee49718-c258-4f01-aa32-7e5b76ae5245
577•naves•17h ago•515 comments

The Future Belongs to the Weird

https://essays.georgestrakhov.com/weird/
25•georgestrakhov•3h ago•6 comments

Fast drilldown dashboards from a single Parquet file

https://www.hamiltonulmer.com/customer-dashboards-r2-hyparquet/
35•v3gas•3h ago•0 comments

OCR It – pull text out of un-copyable documents for your LLM

https://github.com/thiagotigaz/ocr-it
63•thiagolima•5h ago•11 comments

Omakase Computing

https://learn.omacom.io/3/omacom/76/omakase-computing
5•Bluestein•38m ago•0 comments

How I find problems to solve as a staff engineer

https://lalitm.com/post/find-problems-staff-engineer/
435•vanpra•16h ago•134 comments

Omacom Foundation funding hits $10M

https://omarchy.org/news/2026/08/omacom-foundation-funding-hits-10m/
3•tosh•47m ago•0 comments

Woman stranded in Spain after UK's eVisa system mistakes her for twin sister

https://www.theguardian.com/uk-news/2026/aug/24/woman-stranded-spain-uk-evisa-system-mistakes-twi...
66•giuliomagnifico•2h ago•43 comments

Andreessen Horowitz is investing billions into a bleak future

https://www.modelrepublic.org/articles/a16z-portfolio
246•reasonableklout•4h ago•86 comments

I built a low-latency AI companion that plays Skyrim with me

https://pantel.is/projects/ai-gaming-companion/
190•pantelisk•12h ago•38 comments

Google Workspace thinks my domain is an email provider (2025)

https://blog.elis.cc/articles/google-workspace-thinks-my-domain-is-an-email-provider/
324•el1s7•16h ago•107 comments

What Is a Harness?

https://earendil.com/posts/what-is-a-harness/
470•tosh•21h ago•156 comments

My agent.md to improve LLM-assisted code quality

https://fabiensanglard.net/agent.md/index.html
327•ibobev•17h ago•139 comments

New EU-wide product repair rules come into force

https://www.rte.ie/news/business/2026/0824/1588931-repair-rules/
156•austinallegro•6h ago•84 comments

Ask HN: Those making $500/month on side projects in 2026 – Show and tell

22•kaladan•1h ago•18 comments

How Complex Systems Fail (1998)

https://how.complexsystems.fail/
330•shortcrct•20h ago•72 comments

Why is Anthropic's public writing style so unlike Claude's?

https://cmart.blog/claude-writing/
46•zdw•8h ago•33 comments

Malware infects Android-based automotive head unit firmware

https://securelist.com/android-head-unit-malware/121106/
246•campuscodi•22h ago•127 comments

AI Chip Architectures

https://www.jepeake.com/ai-chip-architectures
97•Finbarr•1d ago•34 comments

Over 5,200 Ebola cases recorded in Congo

https://www.afro.who.int/countries/democratic-republic-of-congo/news/over-5200-cases-recorded-dem...
66•simonebrunozzi•4h ago•22 comments

Fable and the end of the free lunch

https://www.dbreunig.com/2026/08/23/fable-the-end-of-moore-s-law.html
165•dbreunig•16h ago•155 comments

Mourning Steve French

https://lwn.net/Articles/1090098/
20•mfrw•7h ago•0 comments

My favorite nonfiction books about cults, scams, and schemes

https://bookdna.com/best-books/nonfiction-about-cults-scams-and-schemes
242•bwb•22h ago•90 comments

Explain it to me like I'm ten

https://timharford.com/2026/08/explain-it-to-me-like-im-ten/
152•bookofjoe•17h ago•55 comments

Why Sal Khan't: On Learning by Making but Teaching by Telling

https://punyamishra.com/2026/04/16/why-sal-khant-on-learning-by-making-but-teaching-by-telling/
181•the-mitr•19h ago•106 comments

Elevated Errors for Multiple Models

https://status.claude.com/incidents/vgz5psbjmt1h
30•rob•6h ago•10 comments