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)

A backdoor in a LinkedIn job offer

https://roman.pt/posts/linkedin-backdoor/
780•lwhsiao•6h ago•153 comments

Banned Book Library in a Wi-Fi Smart Light Bulb

https://www.richardosgood.com/posts/banned-book-library/
189•sohkamyung•4h ago•76 comments

Iroh 1.0

https://www.iroh.computer/blog/v1
978•chadfowler•11h ago•291 comments

Amazon Announces Multibillion-Dollar Data Center in Missouri

https://www.narracomm.com/amazon-announces-multibillion-dollar-data-center-in-missouri/
50•thelonelyborg•2h ago•20 comments

Microsoft turns to AWS as GitHub faces AI capacity crunch

https://runtimewire.com/article/microsoft-github-aws-ai-capacity-crunch
5•ilreb•8m ago•0 comments

TinyWind: A pixel pirate sailing game with real wind physics (380k+ kms sailed)

https://tinywind.io
634•tinywind•10h ago•131 comments

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

730•cloudking•12h ago•348 comments

I Love the Computer

https://michaelenger.com/blog/i-love-the-computer/
155•speckx•6h ago•93 comments

Why I email complete strangers

https://www.goodinternetmagazine.com/why-i-email-complete-strangers/
86•karakoram•4h ago•43 comments

Cohere's First Model for Developers

https://cohere.com/blog/north-mini-code
25•hmokiguess•4d ago•5 comments

Peopleless economy? Not technically impossible

https://gmalandrakis.com/writings/ad-economicum.html
102•l0new0lf-G•5h ago•200 comments

Reviews have become expensive, rewrites have become cheap

http://ishmeetbindra.com/posts/reviews-have-become-expensive-rewrites-have-become-cheap/
25•arzh2•2h ago•14 comments

My Homelab AI Dev Platform

https://rsgm.dev/post/ai-dev-platform/
254•rsgm•11h ago•50 comments

Humanity isn't ready for the coming intelligence explosion

https://www.economist.com/by-invitation/2026/06/15/humanity-isnt-ready-for-the-coming-intelligenc...
4•andsoitis•55m ago•6 comments

Hetzner Price Adjustment

https://docs.hetzner.com/general/infrastructure-and-availability/price-adjustment/#cloud-servers
348•tuhtah•13h ago•502 comments

The 90-year-old idea behind JEPA models: Canonical Correlation Analysis

https://shonczinner.github.io/posts/embedding-prediction/
7•Anon84•4d ago•0 comments

US battery manufacturing output continues to break records

https://fred.stlouisfed.org/series/IPG33591S
171•epistasis•6h ago•142 comments

What every coder should know about Gamma Correction

https://blog.johnnovak.net/2016/09/21/what-every-coder-should-know-about-gamma/
68•sph•2d ago•21 comments

Fox to buy Roku

https://www.wsj.com/business/deals/fox-roku-deal-f6e564f9
282•thm•14h ago•374 comments

How TimescaleDB compresses time-series data

https://roszigit.com/en/blog/timescaledb-compression-hypercore
124•lkanwoqwp•9h ago•15 comments

What job interviews taught me about Kubernetes

https://notnotp.com/notes/what-job-interviews-taught-me-about-kubernetes/
104•chmaynard•6h ago•89 comments

Salesforce to Acquire Fin (formerly Intercom) for $3.6B

https://www.salesforce.com/news/press-releases/2026/06/15/salesforce-signs-definitive-agreement-t...
283•colesantiago•14h ago•211 comments

Game Engine White Papers Commander Keen

https://forgottenbytes.net/commander_keen.html
166•mfiguiere•9h ago•53 comments

Copper transport drug restores memory and clears toxic Alzheimer's proteins

https://www.monash.edu/news/articles/copper-drug-restores-memory-and-clears-toxic-alzheimers-prot...
261•bookofjoe•12h ago•99 comments

Claude Corps

https://www.anthropic.com/news/claude-corps
97•Mustan•9h ago•61 comments

An O(x)Caml book that runs

https://kcsrk.info/ocaml/oxcaml/teaching/nptel/llm/2026/06/13/an-oxcaml-book-that-runs/
31•anirudh24seven•2d ago•10 comments

Launch HN: Drafted (YC P26) – Models for residential architecture

44•PrimalNick•10h ago•52 comments

Show HN: Fata – Spaced repetition to fight skill rot from AI coding

https://fata.dev
82•djoume•4d ago•45 comments

How memory safety CVEs differ between Rust and C/C++

https://kobzol.github.io/rust/2026/06/15/how-memory-safety-cves-differ-between-rust-and-c-cpp.html
113•nicoburns•10h ago•116 comments

Factoring "short-sleeve" RSA keys with polynomials

https://blog.trailofbits.com/2026/06/12/factoring-short-sleeve-rsa-keys-with-polynomials/
79•ledoge•3d ago•1 comments