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)

ArXiv Declares Independence from Cornell

https://www.science.org/content/article/arxiv-pioneering-preprint-server-declares-independence-co...
443•bookstore-romeo•9h ago•144 comments

Entso-E final report on Iberian 2025 blackout

https://www.entsoe.eu/publications/blackout/28-april-2025-iberian-blackout/
59•Rygian•2h ago•11 comments

Video Encoding and Decoding with Vulkan Compute Shaders in FFmpeg

https://www.khronos.org/blog/video-encoding-and-decoding-with-vulkan-compute-shaders-in-ffmpeg
31•y1n0•3d ago•2 comments

Flash-KMeans: Fast and Memory-Efficient Exact K-Means

https://arxiv.org/abs/2603.09229
74•matt_d•3d ago•4 comments

The Soul of a Pedicab Driver

https://www.sheldonbrown.com/pedicab.html
63•haritha-j•3h ago•18 comments

Google details new 24-hour process to sideload unverified Android apps

https://arstechnica.com/gadgets/2026/03/google-details-new-24-hour-process-to-sideload-unverified...
957•0xedb•20h ago•1037 comments

Just Put It on a Map

https://progressandpoverty.substack.com/p/just-put-it-on-a-map
34•surprisetalk•4d ago•12 comments

Drawvg Filter for FFmpeg

https://ayosec.github.io/ffmpeg-drawvg/
105•nolta•2d ago•20 comments

Full Disclosure: A Third (and Fourth) Azure Sign-In Log Bypass Found

https://trustedsec.com/blog/full-disclosure-a-third-and-fourth-azure-sign-in-log-bypass-found
205•nyxgeek•12h ago•57 comments

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

https://github.com/RasKrebs/sonar
30•raskrebs•3h ago•14 comments

Too Much Color

https://www.keithcirkel.co.uk/too-much-color/
53•maguay•2d ago•28 comments

Drugwars for the TI-82/83/83 Calculators (2011)

https://gist.github.com/mattmanning/1002653/b7a1e88479a10eaae3bd5298b8b2c86e16fb4404
189•robotnikman•13h ago•60 comments

Building a Reader for the Smallest Hard Drive

https://www.willwhang.dev/Reading-MK4001MTD/
63•voctor•4d ago•17 comments

Push events into a running session with channels

https://code.claude.com/docs/en/channels
360•jasonjmcghee•13h ago•211 comments

Return of the Obra Dinn: spherical mapped dithering for a 1bpp first-person game

https://forums.tigsource.com/index.php?topic=40832.msg1363742#msg1363742
416•PaulHoule•3d ago•53 comments

Show HN: Three new Kitten TTS models – smallest less than 25MB

https://github.com/KittenML/KittenTTS
477•rohan_joshi•21h ago•163 comments

How the Turner twins are mythbusting modern technical apparel

https://www.carryology.com/insights/how-the-turner-twins-are-mythbusting-modern-gear/
278•greedo•2d ago•140 comments

The Reason Windows Hate Is Exploding: It's the End of Personal Computing [video]

https://www.youtube.com/watch?v=e7a89ZYcTo8
40•oldnetguy•2h ago•20 comments

Regex Blaster

https://mdp.github.io/regex-blaster/
3•mdp•2d ago•1 comments

Cursor Composer 2 is just Kimi K2.5 with RL

https://twitter.com/fynnso/status/2034706304875602030
154•mirzap•3h ago•71 comments

4Chan mocks £520k fine for UK online safety breaches

https://www.bbc.com/news/articles/c624330lg1ko
415•mosura•22h ago•743 comments

Cockpit is a web-based graphical interface for servers

https://github.com/cockpit-project/cockpit
286•modinfo•16h ago•163 comments

FSF statement on copyright infringement lawsuit Bartz v. Anthropic

https://www.fsf.org/blogs/licensing/2026-anthropic-settlement
151•m463•3d ago•71 comments

Astral to Join OpenAI

https://astral.sh/blog/openai
1402•ibraheemdev•1d ago•856 comments

Delphi 13.1 Released, with ARM64 support

https://blogs.embarcadero.com/announcing-the-availability-of-rad-studio-13-florence-update-1/
27•nopakos•1h ago•14 comments

Noq: n0's new QUIC implementation in Rust

https://www.iroh.computer/blog/noq-announcement
225•od0•19h ago•35 comments

Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster

https://blog.skypilot.co/scaling-autoresearch/
205•hopechong•20h ago•85 comments

A Journey Through Infertility

https://pudding.cool/2026/03/ivf/
54•tchanukvadze•2d ago•38 comments

Be intentional about how AI changes your codebase

https://aicode.swerdlow.dev
144•benswerd•16h ago•75 comments

Clockwise acquired by Salesforce

https://www.getclockwise.com
129•nigelgutzmann•17h ago•68 comments