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

Comments

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

Flash-MoE: Running a 397B Parameter Model on a Laptop

https://github.com/danveloper/flash-moe
191•mft_•5h ago•67 comments

Building an FPGA 3dfx Voodoo with Modern RTL Tools

https://noquiche.fyi/voodoo
75•fayalalebrun•3h ago•14 comments

Project Nomad – Knowledge That Never Goes Offline

https://www.projectnomad.us
147•jensgk•4h ago•23 comments

A Coherent Vision for the Future of Version Control

https://bramcohen.com/p/manyana
28•c17r•1h ago•8 comments

More common mistakes to avoid when creating system architecture diagrams

https://www.ilograph.com/blog/posts/more-common-diagram-mistakes/
68•billyp-rva•5h ago•24 comments

A review of dice that came with the white castle

https://boardgamegeek.com/thread/3533812/a-review-of-dice-that-came-with-the-white-castle
76•doener•3d ago•15 comments

Windows native app development is a mess

https://domenic.me/windows-native-dev/
115•domenicd•6h ago•108 comments

A case against currying

https://emi-h.com/articles/a-case-against-currying.html
47•emih•3h ago•59 comments

I hate: Programming Wayland applications

https://www.p4m.dev/posts/29/index.html
92•dwdz•1h ago•53 comments

Brute-Forcing My Algorithmic Ignorance with an LLM in 7 Days

http://blog.dominikrudnik.pl/my-google-recruitment-journey-part-1
49•qikcik•4h ago•25 comments

25 Years of Eggs

https://www.john-rush.com/posts/eggs-25-years-20260219.html
161•avyfain•4d ago•48 comments

Cloudflare flags archive.today as "C&C/Botnet"; no longer resolves via 1.1.1.2

https://radar.cloudflare.com/domains/domain/archive.today
236•winkelmann•13h ago•192 comments

The IBM scientist who rewrote the rules of information just won a Turing Award

https://www.ibm.com/think/news/ibm-scientist-charles-bennett-turing-award
30•rbanffy•4h ago•3 comments

My first patch to the Linux kernel

https://pooladkhay.com/posts/first-kernel-patch/
176•pooladkhay•2d ago•32 comments

Node.js worker threads are problematic, but they work great for us

https://www.inngest.com/blog/node-worker-threads
42•goodoldneon•4d ago•20 comments

Tinybox – A powerful computer for deep learning

https://tinygrad.org/#tinybox
556•albelfio•20h ago•322 comments

Bored of eating your own dogfood? Try smelling your own farts

https://shkspr.mobi/blog/2026/03/bored-of-eating-your-own-dogfood-try-smelling-your-own-farts/
231•ColinWright•3h ago•137 comments

Monuses and Heaps

https://doisinkidney.com/posts/2026-03-03-monus-heaps.html
35•aebtebeten•3d ago•2 comments

Why Lab Coats Turned White

https://www.asimov.press/p/lab-coat
27•mailyk•3d ago•17 comments

A Fuzzer for the Toy Optimizer

https://bernsteinbear.com/blog/toy-fuzzer/
25•surprisetalk•5d ago•4 comments

You Are Not Your Job

https://jry.io/writing/you-are-not-your-job/
7•jryio•1h ago•2 comments

The three pillars of JavaScript bloat

https://43081j.com/2026/03/three-pillars-of-javascript-bloat
410•onlyspaceghost•14h ago•241 comments

How We Synchronized Editing for Rec Room's Multiplayer Scripting System

https://www.tyleo.com/blog/how-we-synchronized-editing-for-rec-rooms-multiplayer-scripting-system
13•tyleo•4h ago•11 comments

iBook Clamshell

https://www.ibook-clamshell.com/index.php/en/
37•polishdude20•2h ago•29 comments

Professional video editing, right in the browser with WebGPU and WASM

https://tooscut.app/
330•mohebifar•19h ago•118 comments

Apple's intentional crippling of Mobile Safari

https://pwa.gripe/
108•xd1936•3h ago•114 comments

Chest Fridge (2009)

https://mtbest.net/chest-fridge/
163•wolfi1•15h ago•87 comments

Ask HN: AI productivity gains – do you fire devs or build better products?

38•Bleiglanz•7h ago•50 comments

HopTab – Open source macOS app switcher and tiler that replaces Cmd+Tab

https://www.royalbhati.com/hoptab
85•robhati•10h ago•26 comments

Floci – A free, open-source local AWS emulator

https://github.com/hectorvent/floci
253•shaicoleman•19h ago•86 comments