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)

John Deere owners will get the right to repair equipment under FTC settlement

https://apnews.com/article/john-deere-right-to-repair-agriculture-equipment-cb7514ffedb95c130a976...
334•djoldman•2h ago•67 comments

I Think I Have LLM Burnout

https://www.alecscollon.com/blog/llm-burnout/
39•sosodev•26m ago•21 comments

A software engineering interview question I like: computing the median

https://krisshamloo.com/blog/007
45•speckx•1h ago•36 comments

Separating signal from noise in coding evaluations

https://openai.com/index/separating-signal-from-noise-coding-evaluations/
164•sk4rekr0w•5h ago•63 comments

Chatto is now open source

https://www.hmans.dev/blog/chatto-is-open-source
752•speckx•11h ago•201 comments

Remote Attestation

https://www.liamcvw.com/p/remote-attestation
26•lcvw•1h ago•12 comments

Patching MechCommander's "left arm bug" for fun and profit

https://mhloppy.com/2026/05/mechcommander-weapons-left-arm-bug-fix/
13•Narann•3d ago•2 comments

Mistral's Robostral Navigate: a state of the art robotics navigation model

https://mistral.ai/news/robostral-navigate/
418•ottomengis•12h ago•96 comments

Unicode's transliteration rules are Turing-complete

https://seriot.ch/computation/uts35/
40•beefburger•16h ago•10 comments

Show HN: Microsoft releases Flint, a visualization language for AI agents

https://microsoft.github.io/flint-chart/#/
209•chenglong-hn•8h ago•78 comments

Cloudflare Drop

https://www.cloudflare.com/drop/
265•coloneltcb•7h ago•135 comments

Grok 4.5

https://x.ai/news/grok-4-5
482•BoumTAC•8h ago•615 comments

We made Grok 4.5, GPT-5.5, and Claude build the same apps

https://www.tryai.dev/blog/grok-4.5-vs-gpt-5.5-vs-claude-build-off
70•hershyb_•2h ago•29 comments

Turning a pile of documents into a searchable useable knowledge base

https://github.com/linuxrebel/DocuBrowser
80•linuxrebe1•5h ago•15 comments

MIRA: Multiplayer Interactive World Models Trained on Rocket League

https://mira-wm.com/
20•ethanlipson•1h ago•5 comments

Show HN: Yamanote.fun – A complete soundscape for Tokyo's Yamanote line

https://www.yamanote.fun/
59•madebymagnolia•1d ago•15 comments

FAANG Simulator

https://www.abeyk.com/escape-the-rat-race/
293•nerdbiscuits•6h ago•114 comments

GPT‑Live

https://openai.com/index/introducing-gpt-live/
605•logickkk1•9h ago•415 comments

A bug which affected only left handed users

https://shkspr.mobi/blog/2026/07/a-bug-which-only-affected-left-handed-users/
90•sixhobbits•13h ago•44 comments

New Sweden: the US's long-lost 'secret' colony

https://www.bbc.com/travel/article/20260629-new-sweden-the-uss-long-lost-secret-colony
55•bookofjoe•6h ago•9 comments

My road trip with the do-gooding cactus smugglers

https://economist.com/1843/2026/03/06/my-road-trip-with-the-do-gooding-cactus-smugglers
20•andsoitis•3d ago•1 comments

TypeScript 7

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/
475•DanRosenwasser•10h ago•186 comments

Decoding the obfuscated bash script on a Uniqlo t-shirt

https://tris.sherliker.net/blog/obfuscated-self-evaluating-bash-script-by-cdn-akamai-being-suppli...
1303•speerer•17h ago•209 comments

Show HN: Frugon – Find which LLM calls a cheaper model could handle (local, MIT)

https://github.com/Rodiun/frugon
13•jarodrh•1d ago•2 comments

Rewriting Bun in Rust

https://bun.com/blog/bun-in-rust
305•afturner•4h ago•168 comments

OpenMandriva: Statement regarding attempted distribution sabotage

https://forum.openmandriva.org/t/statement-regarding-attempted-distribution-sabotage/8997
78•workethics•8h ago•13 comments

Beyond Git: Real-Time Version Control for Godot – Lilith Duncan – GodotCon 2026 [video]

https://www.youtube.com/watch?v=CAJ_iIedx_I
15•surprisetalk•6d ago•1 comments

Cloudflare Meerkat - Globally distributed consensus

https://blog.cloudflare.com/meerkat-introduction/
224•bobnamob•13h ago•45 comments

I Built a Telegram Client for Pi

https://www.npmjs.com/package/@atharva-again/pi-tg
57•atharva-again•2d ago•26 comments

EVE Online's Carbon engine is now open source: Fenris Creations explains why

https://www.gamesindustry.biz/eve-onlines-carbon-engine-is-now-open-source-fenris-creations-expla...
382•Stevvo•5d ago•135 comments