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)

ElevenLabs, TwelveLabs, ThirteenLabs

https://quantumi.sh/public/labs.html
118•jemoka•3h ago•49 comments

A Kantian Critique of "Sorry" by Justin Bieber

https://decodingvibes.com/blog/a-kantian-critique-of-sorry-by-justin-bieber/
177•altmanaltman•4h ago•75 comments

A Friendly Introduction to Racket

https://geometridae.bearblog.dev/a-friendly-introduction-to-racket/
70•signa11•4h ago•17 comments

New MCP Roadmap

https://blog.modelcontextprotocol.io/posts/mcp-roadmap/
127•pentagrama•4h ago•95 comments

Anthropic appears to be A/B testing reduced effort levels in Claude Code

https://twitter.com/argofowl/status/2091150597374537729
48•matthieu_bl•1h ago•37 comments

Munder Difflin – Agent harness to run an office of your clones

https://munderdiffl.in/
198•simonpure•8h ago•81 comments

RF Cafe

https://www.rfcafe.com/
23•gregsadetsky•3d ago•4 comments

Learning about "The Unix Time-Sharing System"

https://playtechnique.io/long/the-unix-time-sharing-system.html
14•gwynforthewyn•2h ago•3 comments

Z80 – The 1970s Microprocessor Still Alive (2021)

https://www.computer.org/csdl/magazine/mi/2021/06/09623402/1yJTvlRLmhi
88•asdefghyk•8h ago•42 comments

Belgian car salesman becomes prince after DNA test proves royal parentage

https://www.cnn.com/2026/08/22/europe/prince-belgium-secret-son-scli-intl
33•MilnerRoute•1h ago•20 comments

Show HN: Rotation via Double Reflection

https://static.laszlokorte.de/rotor-reflect/
36•laszlokorte•1d ago•8 comments

Ameliorate

https://ameliorate.app/
50•hakkikonu•1d ago•15 comments

Rust Glancer: Rust LSP using 100x less RAM

https://rust-glancer.github.io/blog/hello-world/
370•matklad•22h ago•82 comments

Dynamical dark energy and the week that broke cosmology

https://perimeterinstitute.ca/news/dynamical-dark-energy-and-week-broke-cosmology
15•rznicolet•1d ago•1 comments

Hister – A private, full content search index

https://hister.org/
13•auraham•3d ago•0 comments

Felony Bench

https://www.felonybench.com/
805•colinprince•1d ago•321 comments

What's in a PowerPoint File?

https://editide.com/blog/what-is-a-pptx-file/
16•danielochoa0620•3d ago•10 comments

Why it might be time to rethink the human family tree

https://nautil.us/why-it-might-be-time-to-rethink-the-human-family-tree-1283985
13•Anon84•2d ago•8 comments

Kobo can run apps now

https://bandarlabs.github.io/Cobalt/
632•thepoet•1d ago•201 comments

typ.ing

https://typ.ing/
15•bookofjoe•4d ago•2 comments

Felony charges for citizen deleting phone data at US Border

https://www.nytimes.com/2026/08/21/us/politics/samuel-tunick-deleted-phone-felony.html
1005•floathub•1d ago•1222 comments

MiniageOS: "Dumbphone" Version of LineageOS

https://github.com/ofdryads/miniageOS
15•ashenke•2d ago•5 comments

Show HN: Anonymous age verification with passkey-powered encryption

https://loginwithone.com/
16•mikeysight•3d ago•9 comments

Canada will match US tariffs 'dollar for dollar' as trade talks break down

https://www.bbc.com/news/articles/cvgvyy4x2mvo
154•tartoran•12h ago•739 comments

Stop Making TUIs

https://sockpuppet.org/blog/2026/08/20/stop-making-tuis/
349•underdeserver•1d ago•446 comments

I accidentally logged hundreds of thousands of phone calls to military bases

https://lina.sh/blog/hijacking-e164-arpa
636•gavide•1d ago•82 comments

Kagi added a setting for removing paywalled links from search results

https://kagi.com/changelog#11296
1216•speckx•1d ago•379 comments

Hook, hold, harvest and hide: Meta's alleged strategy laid out in first week

https://www.theguardian.com/technology/2026/aug/22/meta-trial-children-privacy
175•sbulaev•6h ago•140 comments

There's no reason for software to be slow anymore

https://danluu.com/perf-opt/
589•Jach•17h ago•438 comments

Zig’s Io.Threaded is neat

https://matklad.github.io/2026/08/06/neat-io-threaded.html
136•chilipepperhott•1d ago•80 comments