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)

Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

https://github.com/cosmtrek/mindwalk
34•cosmtrek•3h ago•7 comments

Mesh LLM: distributed AI computing on iroh

https://www.iroh.computer/blog/mesh-llm
249•tionis•10h ago•52 comments

Vint Cerf, a “father of the Internet”, is retiring

https://techcrunch.com/2026/06/30/the-father-of-the-internet-is-finally-retiring/
52•compiler-guy•2d ago•25 comments

Protobuf-py: Protobuf for Python, without compromises

https://buf.build/blog/protobuf-py
37•ming13•4d ago•4 comments

Show HN: Ant – A JavaScript runtime and ecosystem

https://antjs.org
263•theMackabu•13h ago•112 comments

Text art tools

https://hlnet.notion.site/text-art-tools
31•surprisetalk•3d ago•12 comments

An agent in 100 lines of Lisp

https://thebeach.dev/posts/lisp-agent/
142•jamiebeach•4d ago•18 comments

RISCBoy is an open-source portable games console, designed from scratch

https://github.com/Wren6991/RISCBoy
139•mariuz•11h ago•20 comments

Nvidia, CoreWeave, and Nebius: Inside the Circular Financing of the GPU Boom

https://io-fund.com/ai-stocks/nvidia-coreweave-nebius-circular-financing-gpu-boom
255•adletbalzhanov•15h ago•90 comments

I Did Not Kill Stanley Lieber: How to Draw (With 9front)

https://triapul.cz/automa/i_did_not_kill_stanley_lieber
64•c-c-c-c-c•2d ago•19 comments

Jellyfish Undersea Roundabout

https://visitfaroeislands.com/en/plan-your-stay/getting-around/world-first-under-sea-roundabout
42•hydrogen7800•3d ago•7 comments

EF Core 11 makes your split queries faster

https://steven-giesel.com/blogPost/d4401fd0-805a-4703-9d9e-5fe3b57c25ea
38•rellem•1w ago•9 comments

UPI: Anatomy of a Payment Transaction

https://timeseriesofindia.com/economy/reads/upi-architecture/
180•prtk25•16h ago•68 comments

Modern decor may be straining people's brains

https://studyfinds.com/modern-decor-may-be-straining-peoples-brains/
184•downwithdisease•16h ago•192 comments

We scaled PgBouncer to 4x throughput

https://clickhouse.com/blog/pgbouncer-clickhouse-managed-postgres
208•saisrirampur•17h ago•45 comments

Billions of Sketches Reveal Hidden Cultural Variation in Human Concepts

https://arxiv.org/abs/2607.07267
96•Anon84•2d ago•14 comments

Under federal rule, colleges must leave grads better off or lose financial aid

https://www.npr.org/2026/06/30/nx-s1-5835631/turner-camhi-do-no-harm-college-loans
86•nradov•5h ago•129 comments

The Energetic Costs of Cellular Computation (2012)

https://arxiv.org/abs/1203.5426
23•lioeters•7h ago•3 comments

The early History of the Singular Value Decomposition (1993) [pdf]

https://www.math.ucdavis.edu/~saito/courses/229A/stewart-svd.pdf
115•wolfi1•17h ago•63 comments

Optimization Solver as a Service

https://www.quicopt.com/developer/getting-started/
41•paddi91•3d ago•32 comments

Unexpected Solidlike Fracture in Simple Liquids

https://www.quantamagazine.org/we-know-simple-fluids-can-flow-turns-out-some-can-fracture-20260710/
91•Anon84•7h ago•45 comments

Handsum: An LQIP Image File Format

https://nigeltao.github.io/blog/2026/handsum.html
4•dmit•3d ago•0 comments

A pure scheme web programming tool

https://goeteia.dev
93•guenchi•8h ago•22 comments

A dock that wakes up reliably

https://fabiensanglard.net/tb4/index.html
73•ingve•8h ago•45 comments

Prefer strict tables in SQLite

https://evanhahn.com/prefer-strict-tables-in-sqlite/
282•ingve•15h ago•134 comments

Why Write Code in 2026

https://softwaredoug.com/blog/2026/07/09/write-code.html
52•zdw•4h ago•33 comments

Show HN: Learn by rebuilding Redis, Git, a database from scratch

https://shipthatcode.com
171•acley•19h ago•44 comments

Biff.graph: structure your Clojure codebase as a queryable graph

https://github.com/jacobobryant/biff/tree/v2.x/libs/graph
129•jacobobryant•4d ago•16 comments

How Doctors die. It’s not like the rest of us (2016)

https://archive.cancerworld.net/featured/how-doctors-die/
166•downbad_•9h ago•98 comments

Sixtyfour (YC P25) Is Hiring

https://www.ycombinator.com/companies/sixtyfour/jobs/bIbgQkL-operations-associate-data-samples-cu...
1•HPMOR•16h ago