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)

Code mode yields a 99.2% cost reduction in our systems

https://www.agent-swarm.dev/blog/code-mode-token-savings
38•tarasyarema•1h ago•21 comments

Escape IntelliJ: Scala and Kotlin LSPs on Emacs Eglot

https://jointhefreeworld.org/blog/articles/emacs/emacs-eglot-scala-kotlin/index.html
87•jjba23•2d ago•54 comments

Terence Tao's ChatGPT conversation about the Jacobian Conjecture counterexample

https://chatgpt.com/share/6a5fdc7a-d6f8-83e8-bbea-8deb42cfed56
923•gmays•18h ago•535 comments

Cruller: Bun's Zig Runtime, Continued on Zig 0.16

https://ziggit.dev/t/cruller-buns-zig-runtime-continued-on-zig-0-16/16734
73•Erenay09•6h ago•37 comments

Quality non-fiction books are the antithesis of AI slop

https://resobscura.substack.com/p/quality-non-fiction-books-are-the
392•benbreen•21h ago•153 comments

EU fines Google €890M for competition breaches over search and apps

https://www.theguardian.com/technology/2026/jul/23/eu-fines-google-for-competition-breaches-over-...
48•Stevvo•1h ago•46 comments

The Unity CLI: manage Unity from your terminal

https://unity.com/blog/meet-the-unity-cli
10•nateb2022•1d ago•1 comments

GigaToken: ~1000x faster Language model tokenization

https://github.com/marcelroed/gigatoken/
531•syrusakbary•18h ago•110 comments

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

https://bento.page/slides/
873•starfallg•20h ago•196 comments

Everyone should know SIMD

https://mitchellh.com/writing/everyone-should-know-simd
466•WadeGrimridge•17h ago•170 comments

ANSI escape injection in MCP servers: Hidden from humans, visible to AI

https://brightsec.com/research/detecting-ansi-escape-sequence-injection-in-mcp-servers-with-dast/
27•xgpyc2qp•2d ago•10 comments

Are AI labs pelicanmaxxing?

https://dylancastillo.co/posts/pelicanmaxxing.html
569•dcastm•18h ago•221 comments

New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

https://frame.work/desktop?tab=192gb-coming-soon
12•PhilippGille•36m ago•2 comments

So Reddit has decided that plain HTML is unsafe

https://www.cole-k.com/2026/07/21/reddit/
506•montroser•23h ago•501 comments

git's –end-of-options Flag

https://nesbitt.io/2026/07/21/end-of-options.html
160•Erenay09•1d ago•96 comments

Protecting our FLOSS commons from LLMs

https://blog.codeberg.org/protecting-our-floss-commons-from-llms.html
91•acmnrs•10h ago•32 comments

Amiga 1000: Ten years ahead of its time

https://dfarq.homeip.net/amiga-1000-ten-years-ahead-of-its-time/
98•giuliomagnifico•6h ago•86 comments

Making

https://beej.us/blog/data/ai-making/
380•erikschoster•20h ago•149 comments

The startup's Postgres survival guide

https://hatchet.run/blog/postgres-survival-guide
430•abelanger•23h ago•196 comments

Worse on Purpose – How Corporate Greed Killed Product Quality – Worse on Purpose

https://www.worseonpurpose.com/
20•bilsbie•41m ago•7 comments

Show HN: Cactus Hybrid: We taught Gemma 4 to know when it's wrong

https://github.com/cactus-compute/cactus-hybrid
151•HenryNdubuaku•17h ago•32 comments

Making ASCII Art in Vim

https://alexyang.dev/vim-ascii-art/
78•evakhoury•2d ago•8 comments

John C. Dvorak has died

https://twitter.com/na_announce/status/2079952538040672302
786•coleca•16h ago•260 comments

Medici family mystery may be solved after more than 400 years

https://www.cnn.com/2026/07/15/science/medici-family-mystery-dna-malaria
129•effects•13h ago•38 comments

Why malloc always does more than I asked for?

https://ssenthilnathan3.github.io/blog/malloc/
44•nathaah3•2d ago•36 comments

Frequently Asked Questions on Expertise

https://jtpeterson.substack.com/p/faq-on-expertise
11•surprisetalk•2d ago•0 comments

Malleable Computing, Emacs, and You

http://yummymelon.com/devnull/malleable-computing-emacs-and-you.html
117•kickingvegas•14h ago•33 comments

Businesses with ugly AI menu redesigns

https://blog.fiddery.com/businesses-with-ugly-ai-menu-redesigns/
318•speckx•22h ago•229 comments

Nobody knows what a used GPU cluster is worth

https://ciphertalk.substack.com/p/nobody-knows-what-a-used-gpu-cluster
242•rbanffy•1w ago•220 comments

Fairphone 6 wide camera experimental Linux support

https://nondescriptpointer.com/articles/fairphone-6-wide-camera-linux/
129•helonaut•15h ago•41 comments