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)

OpenWrt One – Open Hardware Router

https://openwrt.org/toh/openwrt/one
332•peter_d_sherman•4h ago•142 comments

CoMaps – FOSS Offline Maps

https://www.comaps.app/
238•basilikum•4h ago•44 comments

How little exercise can you get away with?

https://www.economist.com/science-and-technology/2026/07/03/how-little-exercise-can-you-get-away-...
27•vinni2•48m ago•12 comments

A global workspace in language models

https://www.anthropic.com/research/global-workspace
213•in-silico•5h ago•70 comments

Pruning RAG context down to what the answer actually needs

https://www.kapa.ai/blog/how-we-prune-rag-context
27•emil_sorensen•3h ago•1 comments

Python 3.14 compiled to metal – no interpreter

https://github.com/can1357/pon
97•hamza_q_•3h ago•59 comments

Linux on the Atari Jaguar

https://cakehonolulu.github.io/linux-for-jaguar/
84•cakehonolulu•4h ago•16 comments

GLM 5.2 and the coming AI margin collapse

https://martinalderson.com/posts/the-upcoming-ai-margin-collapse-part-1-glm-5-2/
33•martinald•2h ago•9 comments

Full Writeup of the Windows GDID

https://github.com/SmtimesIWndr/gdid-reversal
9•typeofhuman•55m ago•4 comments

Resetting Xbox

https://news.xbox.com/en-us/2026/07/06/resetting-xbox/
422•dijksterhuis•8h ago•377 comments

AMD Ryzen AI Halo – $4k AI Dev Kit

https://www.lttlabs.com/articles/2026/07/06/amd-ryzen-ai-halo
253•LabsLucas•7h ago•183 comments

Stealth robotics startup (YC S26) is hiring principal engineers (Palo Alto)

1•david-venegas•6h ago

AI: The ROI Runway Could Be Long Outside the Tech Sector

https://www.apollo.com/wealth/insights-news/insights/daily-spark/ai-the-roi-runway-could-be-long-...
19•u1hcw9nx•1h ago•5 comments

OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files

https://github.com/iOfficeAI/OfficeCLI
100•maxloh•6h ago•30 comments

Using precision editing to study human embryo development shows master gene

https://www.cam.ac.uk/research/news/first-use-of-precision-editing-to-study-human-embryo-developm...
33•gmays•3d ago•14 comments

Evaluation order and nontermination in query languages

https://www.rntz.net/post/2026-06-11-datalog-nontermination.html
6•luu•4d ago•0 comments

Rotman Lens

https://en.wikipedia.org/wiki/Rotman_lens
61•thomasjb•5d ago•11 comments

Januscape: Guest-to-Host Escape in KVM/x86 [CVE-2026-53359]

https://github.com/V4bel/Januscape
64•Imustaskforhelp•5h ago•17 comments

Learning to code is still worthwhile

https://stevekrouse.com/learn-to-code
80•stevekrouse•1h ago•70 comments

Aluminum foil (2021)

https://dernocua.github.io/notes/aluminum-foil.html
220•firephox•9h ago•101 comments

Kani: A Model Checker for Rust

https://arxiv.org/abs/2607.01504
116•Jimmc414•7h ago•7 comments

M/PC – A Concatenative OS

https://wiki.xxiivv.com/site/m_pc.html
14•caminanteblanco•2h ago•1 comments

Taiganet.com, Home of the WS4000 Simulator

https://www.taiganet.com/
8•Aloha•1h ago•1 comments

The LLVM Compiler Infrastructure

https://cacm.acm.org/federal-funding-of-academic-research/the-llvm-compiler-infrastructure/
13•tosh•2d ago•3 comments

Real-time map of Great Britain's rail network

https://www.map.signalbox.io
372•scrlk•13h ago•137 comments

Road to Elm 1.0

https://elm-lang.org/news/faster-builds
287•wolfadex•11h ago•140 comments

Egypt Is Building a New Nile

https://www.theb1m.com/video/egypt-is-building-a-new-nile
113•geox•3d ago•61 comments

Titan's Resources and Their Utilization

https://arxiv.org/abs/2606.06608
7•bookofjoe•1h ago•3 comments

Clojure 1.13 adds support for checked keys

https://clojure.org/news/2026/07/02/clojure-1-13-alpha1
181•FelipeCortez•4d ago•39 comments

Show HN: Pulpie – Models for Cleaning the Web

https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/
78•snyy•6h ago•17 comments