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•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)

Use your Nvidia GPU's VRAM as swap space on Linux

https://github.com/c0dejedi/nbd-vram
135•tanelpoder•3h ago•41 comments

I Don't Want My Search Engine to Think for Me

https://searchzee.com/blog/search-without-ai-summaries
35•rajkverma123•1h ago•21 comments

MAI-Code-1-Flash

https://microsoft.ai/news/introducingmai-code-1-flash/
390•EvanZhouDev•7h ago•178 comments

CT scans of BYD car parts

https://www.lumafield.com/scan-of-the-month/byd
226•viasfo•5h ago•85 comments

Amazon Has Axed Its New Stargate Series

https://www.gateworld.net/news/2026/06/amazon-axed-new-stargate-series/
28•Kye•1h ago•22 comments

AI outperforms law professors in Stanford Law study

https://law.stanford.edu/press/ai-outperforms-law-professors-in-stanford-law-study/
97•berlianta•2h ago•85 comments

Are blue zones real? Answering that question is harder then ever

https://www.statnews.com/2026/05/04/are-blue-zones-real-new-scrutiny-longevity-hot-spots/
22•mfld•1d ago•13 comments

4K years ago, Mohenjo-daro grew more equal over time

https://archaeologymag.com/2026/05/mohenjo-daro-grew-more-equal-over-time/
45•marojejian•3h ago•22 comments

My thoughts after using Clojure for about a month

https://www.acdw.net/clojure/
110•speckx•6h ago•60 comments

Gmail thinks I'm stupid, so I left

https://moddedbear.com/gmail-thinks-im-stupid-so-i-left
627•speckx•6h ago•395 comments

More than 6 out of 10 people turn to AI for psychological support

https://www.axa.com/en/press/press-releases/2026-mind-health-report
52•mgh2•2h ago•42 comments

HP re-releases classic computer science calculator: The HP-16C

https://hpcalcs.com/product/hp-16c-collectors-edition/
124•dm319•7h ago•77 comments

A walking tour of surveillance infrastructure in Seattle (2020)

https://coveillance.org/a-walking-tour-of-surveillance-infrastructure-in-seattle/
376•eustoria•12h ago•248 comments

Open Repair Data Standard – Open Repair Alliance

https://openrepair.org/open-data/open-standard/
91•cassepipe•6h ago•3 comments

LLMs are not the black box you were promised

https://www.jay.ai/blog/llms-are-not-a-black-box
44•_jayhack_•2h ago•25 comments

How we index images for RAG

https://www.kapa.ai/blog/how-we-index-images-for-rag
89•mooreds•9h ago•14 comments

Trump signs downsized AI order after weeks of reversals

https://www.politico.com/news/2026/06/02/trump-signs-downsized-ai-order-00946389
175•_alternator_•9h ago•122 comments

OpenFOV – Webcam head tracking for iRacing

https://www.openfov.com/
88•mwit2023•3d ago•50 comments

Multicore suppport for DOS is real – partly

https://www.vogons.org/viewtopic.php?t=111336
59•beebix•2d ago•10 comments

Loading Sega Games Off a Vinyl Record [video]

https://www.youtube.com/watch?v=c744iD0_fWU
7•zdw•2d ago•0 comments

Expanding Project Glasswing

https://www.anthropic.com/news/expanding-project-glasswing
160•surprisetalk•12h ago•209 comments

Love systemd timers

https://blog.tjll.net/you-dont-love-systemd-timers-enough/
349•yacin•16h ago•226 comments

Roku LT Operating System open source distribution

https://blog.roku.com/developer/roku-lt-os
3•dpmdpm•56m ago•1 comments

Preparing for KDE Plasma's Last X11-Supported Release

https://blog.davidedmundson.co.uk/blog/596/
148•jandeboevrie•11h ago•180 comments

Fidonet: Technology, Use, Tools, and History (1993)

https://www.fidonet.org/inet92_Randy_Bush.txt
150•BruceEel•12h ago•64 comments

QBE – Compiler Backend – 1.3

https://c9x.me/compile/release/qbe-1.3.html
78•birdculture•8h ago•28 comments

The advertising cartel coming to your web browser

https://blog.zgp.org/the-advertising-cartel-coming-to-your-web-browser/
130•speckx•6h ago•37 comments

Bringing Up DeepSeek-V4-Flash on AMD MI300X

https://fergusfinn.com/blog/deepseek-v4-flash-mi300x/
80•kkm•8h ago•7 comments

Gleam v1.17.0

https://gleam.run/news/single-file-gleam-beam-programs-with-escript/
92•figbert•3h ago•7 comments

Show HN: Paseo – Beautiful open-source coding agent interface

https://github.com/getpaseo/paseo
22•timhigins•3h ago•12 comments