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•9mo ago

Comments

reikonomusha•9mo 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•9mo 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•9mo 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•9mo 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)

Statement from Dario Amodei on our discussions with the Department of War

https://www.anthropic.com/news/statement-department-of-war
1752•qwertox•10h ago•915 comments

The Hunt for Dark Breakfast

https://moultano.wordpress.com/2026/02/22/the-hunt-for-dark-breakfast/
188•moultano•4h ago•70 comments

The normalization of corruption in organizations (2003) [pdf]

https://gwern.net/doc/sociology/2003-ashforth.pdf
21•rendx•2h ago•3 comments

Julia: Performance Tips

https://docs.julialang.org/en/v1/manual/performance-tips/
32•tosh•3d ago•14 comments

80386 Protection

https://nand2mario.github.io/posts/2026/80386_protection/
50•nand2mario•2d ago•6 comments

What Claude Code chooses

https://amplifying.ai/research/claude-code-picks
395•tin7in•14h ago•159 comments

Layoffs at Block

https://twitter.com/jack/status/2027129697092731343
693•mlex•11h ago•730 comments

AirSnitch: Demystifying and breaking client isolation in Wi-Fi networks [pdf]

https://www.ndss-symposium.org/wp-content/uploads/2026-f1282-paper.pdf
352•DamnInteresting•16h ago•164 comments

What does " 2>&1 " mean?

https://stackoverflow.com/questions/818255/what-does-21-mean
266•alexmolas•12h ago•140 comments

Parakeet.cpp – Parakeet ASR inference in pure C++ with Metal GPU acceleration

https://github.com/Frikallo/parakeet.cpp
45•noahkay13•4h ago•6 comments

I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye

https://paultendo.github.io/posts/confusable-vision-visual-similarity/
49•paultendo•1d ago•22 comments

Launch HN: Cardboard (YC W26) – Agentic video editor

https://www.usecardboard.com/
111•sxmawl•14h ago•60 comments

An Introduction to the Codex Seraphinianus, the Strangest Book Ever Published

https://www.openculture.com/2026/02/an-introduction-to-the-codex-seraphinianus.html
65•vinhnx•3d ago•14 comments

The Origins of Agar

https://www.asimov.press/p/agar
10•surprisetalk•3d ago•0 comments

Dear Time Lords: Freeze Computers in 1993

https://graydon2.dreamwidth.org/322461.html
77•zdw•4h ago•36 comments

OsmAnd's Faster Offline Navigation (2025)

https://osmand.net/blog/fast-routing/
155•todsacerdoti•14h ago•49 comments

I baked a pie every day for a year

https://www.theguardian.com/lifeandstyle/2026/feb/22/a-new-start-after-60-i-baked-a-pie-every-day...
268•NaOH•3d ago•171 comments

Palm OS User Interface Guidelines (2003) [pdf]

https://cs.uml.edu/~fredm/courses/91.308-spr05/files/palmdocs/uiguidelines.pdf
183•spiffytech•15h ago•89 comments

LiteLLM (YC W23): Founding Reliability Engineer – $200K-$270K and 0.5-1.0% equity

https://www.ycombinator.com/companies/litellm/jobs/unlCynJ-founding-reliability-performance-engineer
1•ij23•7h ago

Hydroph0bia – fixed SecureBoot bypass for UEFI firmware from Insyde H2O (2025)

https://coderush.me/hydroph0bia-part3/
56•transpute•10h ago•1 comments

Museum of Plugs and Sockets

https://plugsocketmuseum.nl/index.html
114•ohjeez•3d ago•43 comments

Writing a "clear room" Z80 and Spectrum emulator with Claude Code

https://antirez.com/news/160
6•antirez•1d ago•0 comments

BuildKit: Docker's Hidden Gem That Can Build Almost Anything

https://tuananh.net/2026/02/25/buildkit-docker-hidden-gem/
177•jasonpeacock•18h ago•64 comments

Smartphone market forecast to decline this year due to memory shortage

https://www.idc.com/resource-center/press-releases/wwsmartphoneforecast4q25/
230•littlexsparkee•10h ago•231 comments

Two insider cases we've recently closed

https://news.kalshi.com/p/kalshi-trading-violation-enforcement-cases
26•fortran77•6h ago•56 comments

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
115•conesus•2d ago•133 comments

Show HN: Deff – Side-by-side Git diff review in your terminal

https://github.com/flamestro/deff
99•flamestro•14h ago•54 comments

Understanding the Go Runtime: The Memory Allocator

https://internals-for-interns.com/posts/go-memory-allocator/
63•valyala•3d ago•10 comments

This time is different

https://shkspr.mobi/blog/2026/02/this-time-is-different/
158•speckx•19h ago•262 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
62•Humanista75•2d ago•20 comments