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)

Flux 3

https://bfl.ai/blog/flux-3
104•ThouYS•1h ago•20 comments

The PImpl idiom and the C++26 std:indirect type

https://mariusbancila.ro/blog/2026/07/23/the-pimpl-idiom-and-the-cpp26-stdindirect-type/
12•signa11•37m ago•2 comments

Writing by hand is good for your brain

https://nealstephenson.substack.com/p/writing-by-hand-is-good-for-your
1234•dwwoelfel•17h ago•561 comments

Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models

357•adam_rida•12h ago•171 comments

The Beam Engine

https://glinscott.github.io/beam-engine/
310•glinscott•1d ago•72 comments

Startup founders urge U.S. government not to shut off Chinese open weight AI

https://www.politico.com/news/2026/07/22/startup-founders-urge-trump-not-to-shut-off-chinese-open...
877•theanonymousone•16h ago•742 comments

What happened to TheNumbers.com

https://stephenfollows.com/p/what-just-happened-to-thenumberscom-should-worry-us-all
357•nickthegreek•14h ago•157 comments

Why Software Factories Fail (or: harness engineering is not enough)

https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/blob/main/wsff.md
284•dhorthy•16h ago•206 comments

What else do people draw on gradient.horse?

https://rybakov.com/blog/what_else_do_people_draw_on_gradient-copy.horse/
117•spython•5d ago•20 comments

Quickly rewrite Git repository history

https://github.com/newren/git-filter-repo
28•modinfo•3d ago•0 comments

Russia's businesses under strain from Ukraine's attacks on Wildberries

https://www.bbc.com/news/articles/cvg9n2y61w6o
17•slow_typist•1h ago•7 comments

Learn OpenGL, extensive tutorial resource for learning Modern OpenGL

https://learnopengl.com/
229•ibobev•16h ago•116 comments

98.css

https://jdan.github.io/98.css/#status-bar
437•lopespm•9h ago•105 comments

Software rendering in 500 lines of bare C++

https://haqr.eu/tinyrenderer/
274•mpweiher•17h ago•61 comments

DARPA, U.S. Air Force fly AI-controlled F-16

https://www.darpa.mil/news/2026/darpa-us-air-force-fly-ai-controlled-f-16
227•r2sk5t•17h ago•251 comments

I regret migrating to Codeberg

https://xn--gckvb8fzb.com/i-regret-migrating-to-codeberg/
230•boramalper•17h ago•137 comments

Show HN: Palmier Pro – Open-source macOS video editor built for AI

https://github.com/palmier-io/palmier-pro
145•harrisontin•16h ago•24 comments

Why Sony can't bring back its classic Walkman models

https://obsoletesony.substack.com/p/why-sony-cant-bring-back-classic-walkman
93•speckx•13h ago•78 comments

Building on ATProto

https://lukekanies.com/writing/building-on-atproto/
151•speckx•13h ago•77 comments

Astronomers may have found the first exomoon

https://www.eso.org/public/news/eso2610/
213•MarcoDewey•17h ago•80 comments

Fields Medals 2026

https://www.mathunion.org/imu-awards/fields-medal/fields-medals-2026
166•nill0•17h ago•87 comments

OpenAI’s accidental attack against Hugging Face is science fiction that happened

https://simonwillison.net/2026/Jul/22/openai-cyberattack/
491•abhisek•1d ago•378 comments

Freeze-Casting

https://en.wikipedia.org/wiki/Freeze-casting
23•soupspaces•4d ago•5 comments

Launch HN: Screenpipe (YC S26) – Record how you work and turn that into agents

73•louis030195•14h ago•53 comments

The Visual 6502

http://visual6502.org/JSSim/index.html
86•infiniteregrets•8h ago•22 comments

A solid-state “atomic channel” for separating rare earth elements

https://pme.uchicago.edu/news-events/news/cleaner-route-purifying-rare-earth-elements
88•MarcoDewey•13h ago•24 comments

The arguments against open source AI are bad

https://tombedor.dev/arguments-against-open-source-ai-are-very-bad/
264•jjfoooo4•14h ago•179 comments

Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents

https://github.com/onecli/onecli
94•Jonathanfishner•15h ago•29 comments

Mourning Dan Williams

https://lwn.net/Articles/1084545/
65•speckx•11h ago•1 comments

Couple pay >$800k for a gene-editing therapy for their daughter. She died.

https://www.science.org/content/article/exclusive-death-girl-chinese-gene-editing-trial-was-never...
322•Shortness8•10h ago•184 comments