frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

The Lisp in the Cellar: Dependent types that live upstairs [pdf]

https://zenodo.org/records/15424968
88•todsacerdoti•1y ago
Downloadable: https://zenodo.org/records/15424968/files/deputy-els.pdf

Comments

droideqa•1y ago
Sadly "deputy clojure" on Google brings no results...

The only hint is this repo[0] referenced in the paper.

[0]: https://gitlab.com/fredokun/deputy

agumonkey•1y ago
Pretty readable code
reuben364•1y ago
Thinking out aloud here.

One pattern that I have frequently used in EMACS elisp is that redefining a top-level value overwrites that value rather than shadowing it. Basically hot reloading. This doesn't work in a dependently typed context as the type of subsequent definitions can depend on values of earlier definitions.

    def t := string
    def x: t := "asdf"
    redef t := int
redefining t here would cause x to fail to type check. So the only options are to either shadow the variable t, or have redefinitions type-check all terms whose types depend on the value being redefined.

Excluding the type-level debugging they mention, I think a lean style language-server is a better approach. Otherwise you are basically using an append-only ed to edit your environment rather than a vi.

extrabajs•1y ago
I don’t see the connection to dependent types. But anyway, is ‘redef’ part of your language? What type would you give it?
reuben364•1y ago
I just wrote redef to emphasize that I'm not shadowing the original definition.

    def a := 1
    def f x := a * x
    -- at this point f 1 evaluates to 1
    redef a := 2
    -- at this point f 1 evaluates to 2
But with dependent types, types can depend on prior values (in the previous example the type of x depends on the value t in the most direct way possible, as the type of x is t). If you redefine values, the subsequent definitions may not type-check anymore.
extrabajs•1y ago
I see what you mean. But would you not experience the same sort of issue simply from redefining types in the same way? It seems this kind of destructive operation (whether on types or terms) is the issue. As someone who's used to ML, it seems strange to allow this kind of thing (instead of simply shadowing), but maybe it's a Lisp thing?
resize2996•1y ago
> EMACS elisp

I used this to write the front end for an ATM machine.

wk_end•1y ago
I've fantasized about some kind of a dependently-typed Smalltalk-like thing before, and in those fantasies the solution would be that changes would be submitted in the form of transactions - they wouldn't be live until you bundled them all together into one big change that would be fully type-checked, as you describe.
kscarlet•1y ago
The only option that you described is called "hyperstatic global environment".

And it is called that for a reason, it is not very dynamic :) and probably too static to the taste of many Lisp and all Smalltalk fans.

dang•1y ago
Any URL for this that we can open in a browser (as opposed to the dreaded "Content-Disposition: attachment")?
Jtsummers•1y ago
https://zenodo.org/records/15424968 - This at least takes you to a webpage where you can view the paper. If you select to download it, it still downloads of course instead of just opening in the browser.
dang•1y ago
Thanks! I've switched to that above, and put the downloadable link in the top text.
reikonomusha•1y ago
Related context: The 2025 European Lisp Symposium [1] was just wrapped a few hours ago in Zurich. There was content on:

- Static typing a la Haskell with Coalton in Common Lisp

- Dependent typing with Deputy in Clojure (this post)

- The Common Lisp compiler SBCL ported to the Nintendo Switch

- Common Lisp and AI/deep learning

- A special retrospective on Modula and Oberon

- Many lightning talks.

[1] https://european-lisp-symposium.org/2025/index.html

no_wizard•1y ago
I feel like Lisp would be an ideal language for AI development. Its exceedingly good for DSL development and pattern matching. Its already structurally like math notation as well, which I would think would lend itself to thinking how models would consume information and learn
rscho•1y ago
Well... believe it or not, some have thought of using lisp for AI for quite some time. ;-)
froh•1y ago
indeed.

Peter Norvig, 1992

Paradigms of AI Programming: Case Studies in Common Lisp

https://g.co/kgs/hck8wsE

https://en.m.wikipedia.org/wiki/Peter_Norvig

it's no coincidence Google is actively maintaining sbcl, either.

Zambyte•1y ago
Why not go all the way to the source? John McCarthy coined the term "artificial intelligence", and then invented / discovered LISP in pursuit of it in the 1950s :D
ayrtondesozzla•1y ago
https://quantumzeitgeist.com/lisp-and-the-dawn-of-artificial...

Lisp was the de facto language of artificial intelligence in the U.S. for many years. Apparently Prolog was popular in Europe (according to Norvig's PAIP)

fithisux•1y ago
Impressive.

Monads Are Easy

https://krishna.github.io/posts/monads-are-easy/
1•kenshi•34s ago•1 comments

Anthropic Cofounder Joins Pope Leo, Warns of AI Job Losses

https://www.forbes.com/sites/aliciapark/2026/05/25/anthropic-billionaire-cofounder-joins-pope-leo...
1•alach11•1m ago•0 comments

Anthropic's Olah says AI must be guided from outside Big Tech

https://www.reuters.com/world/europe/anthropics-olah-says-ai-must-be-guided-outside-big-tech-2026...
1•alach11•2m ago•0 comments

Show HN: SailWP – WordPress theme that bundles 8 plugins in 94KB

https://sailwp.com
1•JoostBoer•6m ago•0 comments

How to get your team past the AI coding plateau

https://www.theaithinker.com/p/how-to-get-your-team-past-the-ai
1•adamfaik•10m ago•0 comments

Robot dogs with tech boss faces roam Berlin art exhibit [video]

https://www.youtube.com/watch?v=909UTYDtuGY
1•ohjeez•11m ago•0 comments

Show HN: Widget Cast – Video Widgets for iOS

2•kingofspain•11m ago•0 comments

Enhanced Games [with steroids]: only 1 record broken and 3 clean athletes win

https://www.theguardian.com/sport/2026/may/25/enhanced-games-results-record-clean-athletes-win
2•Geekette•12m ago•0 comments

How soon is now in PostgreSQL?

https://event-driven.io/en/how-soon-is-now-in-postgresql/
1•birdculture•12m ago•0 comments

The Stepford AI

https://dotart.blog/cobbles/the-stepford-ai
1•cdrnsf•13m ago•0 comments

Thomas Massie Promises to Expose More Names from Epstein Files

https://www.newsweek.com/thomas-massie-promises-to-expose-more-names-from-epstein-files-11989729
3•bushwart•13m ago•0 comments

Show HN: PhoneDiffusion – Local AI image generation for iOS

https://apps.apple.com/us/app/phonediffusion/id6762061991
5•rokgregoric•15m ago•0 comments

PID: Fast and High-Resolution Latent Decoding with Pixel Diffusion

https://research.nvidia.com/labs/sil/projects/pid/
1•nnx•15m ago•0 comments

The AI Compute Extensions (Ace) for x86 [pdf]

https://x86ecosystem.org/wp-content/uploads/2026/03/ACE-Whitepaper-v1.pdf
2•ksec•17m ago•0 comments

3D Printed Space Cadet Pinball [video]

https://www.youtube.com/watch?v=BU_02HABZ4s
1•pavel_lishin•17m ago•0 comments

Helium Mobile CEO calls early adopters 'parasites' after ending free plan

https://www.androidauthority.com/helium-mobile-ceo-comments-3670637/
2•Brajeshwar•20m ago•0 comments

Comparisons as Predictable as the Sunrise

https://pudding.cool/2026/05/similes/
2•surprisetalk•23m ago•0 comments

Pixar's 22 Rules of Storytelling (2013)

https://www.aerogrammestudio.com/2013/03/07/pixars-22-rules-of-storytelling/
1•downbad_•24m ago•0 comments

Less is exponentially more (2012)

https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html
1•downbad_•24m ago•0 comments

Launch HN: Chert (YC P26) – Twilio for iMessage

https://www.trychert.com
3•garygao•25m ago•5 comments

Artemis II Reference Guide [pdf]

https://www.nasa.gov/wp-content/uploads/2025/12/sls-5558-artemis-ii-sls-reference-guide.pdf
1•fortran77•26m ago•0 comments

New OpenAI Phone

https://www.msn.com/en-us/news/technology/openai-is-reportedly-making-its-own-phone-here-s-what-t...
2•gibbsrich•29m ago•0 comments

Seed Oils as a Hypothesized Contributor to Heart Disease: A Narrative Synthesis

https://pmc.ncbi.nlm.nih.gov/articles/PMC12923254/
2•bilsbie•30m ago•0 comments

Pope Apologizes for Slavery

https://apnews.com/article/pope-apologizes-slavery-role-holy-see-vatican-78df993c5604eb098b19f255...
1•dzonga•31m ago•0 comments

PaintFE: Open-source raster image editor built in Rust. Single portable binary

https://github.com/kylejckson/PaintFE
2•ksec•31m ago•0 comments

Robotaxis need to be tested in real traffic

https://www.ft.com/content/75af4d22-03ba-4fcc-b269-0ffee042d8cc
2•1vuio0pswjnm7•32m ago•0 comments

Where Is the JVM Tax?

https://semyonsinchenko.github.io/ssinchenko/post/jvm-tax/
2•Malp•33m ago•0 comments

Jaeger hit 8.6× compression on 10M spans with ClickHouse

https://thenewstack.io/jaeger-clickhouse-storage-backend/
1•Brajeshwar•35m ago•0 comments

10 Years of Spiffe

https://joe.dev/posts/10-years-of-spiffe/
1•mooreds•36m ago•0 comments

Zero-Player Games

https://alexanderbjoy.com/on-zero-player-games/
1•surprisetalk•38m ago•0 comments