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)

GPT-5.6 Sol Ultra will be in Codex

https://twitter.com/thsottiaux/status/2073933490513752151
100•mfiguiere•2h ago•53 comments

OpenPrinter

https://www.opentools.studio/
513•bouh•6h ago•123 comments

Al Vigier: Canada's AI strategy shouldn't include secret Palantir bills

https://www.readtheline.ca/p/al-vigier-canadas-ai-strategy-shouldnt
112•ClearwayLaw•3h ago•34 comments

Has_not_been_viewed_much

https://iamwillwang.com/notes/has-not-been-viewed-much/
113•wxw•3h ago•28 comments

Organic Maps

https://organicmaps.app/
837•tosh•13h ago•229 comments

The Sneakerweb

https://sneakerweb.org/
20•GalaxyNova•1h ago•5 comments

Does Code Cleanliness Affect Coding Agents?

https://arxiv.org/abs/2605.20049
47•softwaredoug•4h ago•22 comments

Completing a computer science degree on Coursera

https://notesbylex.com/completing-a-computer-science-degree-on-coursera
125•lexandstuff•6h ago•92 comments

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
101•homegamesjoseph•5h ago•31 comments

It's not about physical vs. digital games, it's about ownership

https://popcar.bearblog.dev/its-about-ownership/
340•popcar2•12h ago•251 comments

The Private Capture of Public Genius

https://www.wysr.xyz/p/the-private-capture-of-public-genius
43•martialg•3h ago•6 comments

The Age of Personalized Hardware Is Coming

https://geastack.com/blog-the-age-of-personalized-hardware-is-coming
10•arbayi•3d ago•1 comments

Connections in Math: the two kinds of random

https://stillthinking.net/posts/connections-in-math-two-kinds-of-random/
28•pcael•3h ago•16 comments

The future of Flipper Zero development

https://blog.flipper.net/future-of-flipper-zero-development/
244•croes•9h ago•104 comments

New AI tutor achieves 0.71-1.30 SD effect size in Dartmouth course [pdf]

https://intextbooks.science.uu.nl/workshop2026/files/itb26_s1s2.pdf
140•jonahbard•8h ago•81 comments

Mr. Baby Paint and accidentally discovering a new cellular automata

https://tekstien-marginaalien-keskus.aalto.fi/residenssi/heikki/blog/004-december-2/
122•jfil•3d ago•25 comments

Starring the Computer

https://www.starringthecomputer.com/computers.html
178•gitowiec•9h ago•43 comments

Composite Video on the NES: Why's it so wobbly?

https://nicole.express/2026/phase-altering-by-line.html
59•zdw•5h ago•6 comments

Delta flight hit by firework while landing at Midway Airport on Fourth of July

https://www.nbcchicago.com/news/local/delta-flight-hit-by-firework-while-landing-at-midway-airpor...
84•randycupertino•8h ago•96 comments

DNSGlobe – Rust TUI to watch DNS propagate around the world

https://github.com/514-labs/dnsglobe
32•Callicles•5h ago•24 comments

Zuckerberg says AI agent development going slower than expected

https://www.reuters.com/business/zuckerberg-says-ai-agent-development-going-slower-than-expected-...
120•cwwc•3d ago•263 comments

Cursed circuits #5: capacitance multiplier

https://lcamtuf.substack.com/p/cursed-circuits-capacitance-multiplier
68•surprisetalk•7h ago•5 comments

Dungeon Proof Crawler: learn how to write proofs with RPG

https://dhilst.github.io/algae/game/index.html
45•SchwKatze•6h ago•13 comments

Introduction to Compilers and Language Design (2021)

https://dthain.github.io/books/compiler/
283•AlexeyBrin•15h ago•47 comments

You need a webring

https://shub.club/writings/2026/july/you-need-a-webring/
67•forthwall•8h ago•44 comments

The Writers Who Wrote the Most in History

https://brennan.day/compulsion-the-writers-who-wrote-the-most-in-history/
13•bookofjoe•4d ago•8 comments

A Forlorn Hope of Fortran Modernisation

https://amenzwa.github.io/stem/PL/FortranModernisation/
18•Elzair•4d ago•3 comments

Run Windows 2000 on a DEC Alpha with a new es40 fork

https://raymii.org/s/blog/Run_Windows_2000_for_Dec_Alpha_on_a_new_es40_fork.html
108•jandeboevrie•13h ago•60 comments

Dependencies should be fetched directly from VCS

https://www.arp242.net/deps-vcs.html
40•mrngm•6h ago•30 comments

Vaclav Havel, the Power of the Powerless (1978)

https://kamprint.com/essay/havel.html
14•iamnothere•4h ago•0 comments