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)

Fifteen years later, the Apple Cards origin story

https://lexontech.org/fifteen-years-later-the-apple-cards-origin-story
47•ksec•1h ago•2 comments

Revealing the details of how OpenAI agents hacked Hugging Face

https://swarmtraces.org/
508•specked-citrus•14h ago•314 comments

We're gonna need a lot more mathematicians

https://terrytao.wordpress.com/2026/09/24/were-gonna-need-a-lot-more-mathematicians/
155•srcreigh•8h ago•190 comments

A single function Jev-like wrapper for LLMs, including vision models

http://allanrbo.blogspot.com/2026/09/a-jev-like-wrapper-for-llms-including.html
88•allanrbo•6h ago•22 comments

One Month Without AI

https://blog.bustikiller.com/2026/09/25/one-month-without-ai.html
8•saibotk•1h ago•2 comments

Plan mode is dead

https://www.aymannadeem.com/artificial/intelligence,/developer/tools/2026/09/24/plan-mode-is-dead...
354•jmvldz•1d ago•315 comments

Floci: Locally emulating any cloud service

https://floci.io
18•theanonymousone•2h ago•4 comments

Ollaya – Ollama for open-source, Jev-style decision models

https://ollaya.dev/
474•Ardakilic•16h ago•117 comments

Is your Postgres migration safe or not safe?

https://safenotsafe.dev/
37•vira28•3h ago•10 comments

Show HN: Jev Plays Pokémon Red

https://jev-pokemon.vercel.app/
209•pancomplex•20h ago•85 comments

What even is an OS now?

https://sockpuppet.org/blog/2026/09/25/what-even-is-an-os-now/
208•fratellobigio•13h ago•288 comments

The Murky History of Soviet-Born Tetris

https://thereader.mitpress.mit.edu/the-bizarre-murky-history-of-soviet-born-tetris/
52•EA-3167•1d ago•13 comments

Gravity seems holographic. What does that mean for reality?

https://www.quantamagazine.org/gravity-seems-holographic-what-does-that-mean-for-reality-20260925/
211•ibobev•19h ago•174 comments

Parsing Expression Grammar vs. Regexes: Building Org Parser in Lisp, Export HTML

https://jointhefreeworld.org/blog/articles/lisps/parsing-expression-grammar-lisp-org-convert-to-h...
33•jjba23•1d ago•1 comments

16GB iPod Nano 3G Upgrade

https://tuckerosman.com/projects/16gb-ipod-nano
33•Ivoah•2d ago•3 comments

Jury finds Facebook liable for deceiving users in Cambridge Analytica case

https://www.cbsnews.com/news/facebook-liable-deceiving-users-cambridge-analytica/
244•pseudolus•9h ago•59 comments

Ask HN: Who's still keeping a DOS machine up because the business depends on it?

135•mlaux•15h ago•130 comments

Scientists build most accurate atomic clock

https://phys.org/news/2026-09-scientists-world-accurate-atomic-clock.html
18•wglb•2d ago•6 comments

Fourier Analysis: Drawing Llamas with Circles

https://adekau.github.io/posts/2020/llamas.html
44•cebert•1d ago•5 comments

From Thin Air to Bootable Images: The Tine Build System

https://amutable.com/blog/tine-build-system
17•Levitating•1d ago•1 comments

Excel now supports multiple values in a single cell

https://techcommunity.microsoft.com/blog/microsoft365insiderblog/put-multiple-values-in-one-cell-...
195•luispa•14h ago•143 comments

First Principles Thinking

https://sunilsadasivan.com/writing/first-principles-thinking/
266•sunils34•21h ago•112 comments

A new world airport and its baggage

https://computer.rip/2026-09-20-denver-baggage.html
29•firloop•2d ago•2 comments

Lab on a Contact Lens Can Measure Stress Through Serotonin

https://spectrum.ieee.org/serotonin-stress-smart-contact-lens
46•marc__1•12h ago•12 comments

Show HN: Hacker Atlas - A map of what Hacker News talks about

https://hackeratlas.com/
64•andrearitossa•21h ago•20 comments

HomelabFest will be in St. Louis in September 2027

https://www.homelabfest.org
34•geerlingguy•9h ago•17 comments

I wrote a ray tracer in Brainfuck

https://epestr.com/blog/writing-a-ray-tracer-in-brainfuck/
75•epestr•1d ago•18 comments

Remembering Johannes Doerfert

https://blog.llvm.org/posts/2026-09-24-rememberingjohannesdoerfert/
99•sdko•1d ago•3 comments

One Piece of Flock Camera Data Put This Innocent Woman in Jail for 13 Days

https://www.jezebel.com/flock-cameras-data-innocent-woman-arrested-lindsey-isaacs-palm-beach-flor...
183•HotGarbage•10h ago•83 comments

OpenAI Says Its Models Engaged with US Government Websites in New Disclosure

https://www.securityweek.com/openai-says-its-models-engaged-with-us-government-websites-in-new-mo...
5•pluc•23m ago•1 comments