Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    77comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    164comments
  3. Saving another 100TB of RAM(cloudflare.com ↗)
    26comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    212comments
  5. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    54comments
  6. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    10comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    40comments
  8. How to Write with an LLM(sockpuppet.org ↗)
    232comments
  9. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    70comments
  10. OpenJev(openjev.com ↗)
    234comments
  11. Cyclomatic Complexity in C#(ndepend.com ↗)
    3comments
  12. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    13comments
  13. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    49comments
  14. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    27comments
  15. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  16. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    14comments
  17. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    159comments
  18. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    19comments
  19. Minimal Phone 2(minimalcompany.com ↗)
    133comments
  20. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    172comments
  21. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    60comments
  22. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    88comments
  23. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    12comments
  24. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    258comments
  25. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  26. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    119comments
  27. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    25comments
  28. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    15comments
  29. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    16comments
  30. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    146comments

(ABCL) - Common Lisp on the JVM

25 pointsby 17y agocommon-lisp.net
16 comments
17y agoHN ↗

It's different in that, being common lisp, it's actually useless. Might be fun to tinker, tho, with its CLOS and stuff.

17y agoHN ↗

Useless how?

It has all the relevant constructs you'd need and more. And it runs on a JVM with access to Java lower level libraries.

Far from useless I'd say.

17y agoHN ↗

Clojure is two years old and already has more useful software being written in than CL.

CL is a failure, admit it.

17y agoHN ↗

already has more useful software being written in than CL.

Like what? Those crippled Java wrappers?

CL is a failure, admit it.

You are a failure, admit it. Since you are not popular (I don't know who you are), you are useless. (Your broken logic in practice.)

17y agoHN ↗

Nope it isn't.

I've heard about CL, know a few things about it, and it's a failure nontheless.

Its problem isn't the unpopularity between Blub programmers; its problem is its unpopularity even between geeks. Even language geeks!

17y agoHN ↗

So, you have "heard", really, I am amazed. You must really know a lot about it.

Repeating your broken popularity based measurement applied to different group of people does not make it any more correct, sorry.

17y agoHN ↗

ilyak is incorrect, but I'm curious why you feel popularity has anything to do with it.

17y agoHN ↗

Clojure is a dialect of Lisp, it's not Common Lisp. Scheme, Clojure, and Common Lisp are all very different beasts.

17y agoHN ↗

It's several years older and implements the standardized language Common Lisp.

17y agoHN ↗

A bit off topic, check out JScheme http://norvig.com/jscheme.html a Scheme implementation for the JVM.

Peter Norving wrote it initially as a way to learn Java in 1998. So he decided he'd write Scheme implementation in Java in couple of hours.(I swear, his Java code still looks better than mine today and he wrote it 11 years ago. :))

I see loads of code in JScheme that could have influenced Clojure to some degree.