frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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)

Why Janet? (2023)

https://ianthehenry.com/posts/why-janet/
212•yacin•3h ago•93 comments

Adafruit Receives Demand Letter from Fenwick Legal Counsel on Behalf of Flux.ai

https://blog.adafruit.com/
191•semanser•3h ago•57 comments

CSS-Native Parallax Effect

https://dan-webnotes.com/posts/2026-06-02-css-native-parallax-effect/
56•dandep•2h ago•29 comments

The newest Instagram “exploit” is the goofiest I've seen

https://www.0xsid.com/blog/meta-account-takeover-fiasco
1933•ssiddharth•20h ago•437 comments

Can the stockmarket swallow Anthropic, SpaceX and OpenAI?

https://www.economist.com/finance-and-economics/2026/06/01/can-the-stockmarket-swallow-anthropic-...
463•1vuio0pswjnm7•13h ago•812 comments

Apple rejected my dictation app for using the accessibility API

https://www.mitmllc.com/blog/apple-rejected-my-dictation-app/
65•RZelaya•1h ago•45 comments

Muxcard, a dyi credit card size computer

https://github.com/krauseler/muxcard
116•sargstuff•2d ago•33 comments

Great Question (YC W21) Is Hiring Applied AI Interns

https://www.ycombinator.com/companies/great-question/jobs/J5TNvQH-ai-engineer-intern
1•nedwin•1h ago

macOS needs its grid back

https://blog.hopefullyuseful.com/blog/macos-needs-its-grid-back/
302•ranebo•11h ago•175 comments

Webcam head tracking, webcam to control in‑game FOV

https://www.openfov.com/
24•mwit2023•2d ago•21 comments

You Don't Love Systemd Timers Enough

https://blog.tjll.net/you-dont-love-systemd-timers-enough/
42•yacin•3h ago•28 comments

CQL: Categorical Databases

https://categoricaldata.net/
62•noworriesnate•3d ago•16 comments

OpenAI frontier models and Codex are now available on AWS

https://openai.com/index/openai-frontier-models-and-codex-are-now-available-on-aws/
304•typpo•15h ago•108 comments

Chipotlai Max

https://github.com/cyberpapiii/chipotlai-max
276•nigelgutzmann•14h ago•45 comments

Stop Ruining It

https://seths.blog/2026/06/stop-ruining-it/
25•herbertl•3h ago•4 comments

Debug Project

https://debug.com/
240•Eridanus2•16h ago•97 comments

CS336: Language Modeling from Scratch

https://cs336.stanford.edu/
499•kristianpaul•23h ago•48 comments

How is Groq raising more money?

https://www.zach.be/p/how-the-hell-is-groq-raising-more
121•hasheddan•12h ago•57 comments

AI Agent Guidelines for CS336 at Stanford

https://github.com/stanford-cs336/assignment1-basics/blob/main/CLAUDE.md
441•prakashqwerty•20h ago•140 comments

Should you normalize RGB values by 255 or 256?

https://30fps.net/pages/255-vs-256-division/
287•pplanu•19h ago•120 comments

Strace-ui, Bonsai_term, and the TUI renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
81•matt_d•9h ago•48 comments

Microsoft builds MacBook Pro rival with NVIDIA-powered Surface Laptop Ultra

https://www.windowslatest.com/2026/06/01/microsoft-builds-its-ultimate-macbook-pro-rival-with-the...
241•jbk•1d ago•502 comments

Fooling around with encrypted reasoning blobs

https://blog.cryptographyengineering.com/2026/05/29/fooling-around-with-encrypted-reasoning-blobs/
111•supermatou•4d ago•24 comments

10g Upgrade

https://klaxzy.net/var/infra/10g-upgrade.html
8•klaxzygen•2d ago•3 comments

Show HN: Eyeball

https://eyeball.rory.codes/
16•mrroryflint•4h ago•8 comments

Launch HN: Expanse (YC P26) – Unlock Wasted GPU Capacity

88•ismaeel_bashir•1d ago•25 comments

On Reading SRAMs in IR Images, and Establishing Bounds on Trust

https://www.bunniestudios.com/blog/2026/on-reading-srams-in-ir-images-and-establishing-bounds-on-...
11•zdw•1d ago•2 comments

What appear to be biochemical processes may be a natural feature of geology

https://www.quantamagazine.org/the-dirt-that-refused-to-die-20260601/
249•speckx•22h ago•89 comments

Ask HN: Who is hiring? (June 2026)

208•whoishiring•22h ago•290 comments

A new way to build chips: Sequentially stacking silicon to extend Moore's Law

https://matse.illinois.edu/news/85775
64•hhs•2d ago•38 comments