🦞🌯 Lobster Roll

All LHN/.~Ars
RSS

Showing stories from 2025-06. View all

NewestOldestTop ScoredMost Discussed
British man charged by US with leading hacking scheme causing millions in damage (news.sky.com)
Type Theory and Themes in Philosophical Logic – Greg Restall – TYPES 2025 (consequently.org)
Show HN: Foxp – a TypeScript type checker enabling pseudo dependent types (github.com)
Hello. I’ve created a TypeScript package that enables dependent-type–like checks by implementing a scripting language called CionLisp entirely at the type level. By extracting types from runtime values, it enables type validations not natively supported by TypeScript.<p>Using this, I’ve implemented ...
Bitsets match regular expressions, compactly (2013) (pvk.ca)
Blazing matrix products (panadestein.github.io)
Show HN: I built a JSON-RPC library for Zig with compile time reflection (github.com)
Doing dynamic dispatching in a strict static typing language is hard. Something as simple as,<p><pre><code> map.put(&quot;add&quot;, add); map.put(&quot;hello&quot;, hello); fn add(a: i32, b: i32) i32 { return a + b; } fn hello() []const u8 { return &quot;Hello World&quot;; } </code></p...
Elixir YOLO library supporting custom models and YOLOX (poeticoding.com)
GCC 15 Continuously Improving AArch64 (community.arm.com)
I Got Plenty o' Nuttin': linear dependent types [pdf] (personal.cis.strath.ac.uk)
Notes on type inference and polymorphism (blog.snork.dev)
Why Go Rocks for Building a Lua Interpreter (zombiezen.com)
Paragraph flowing as a fold (sigwinch.xyz)
N.b. `(: flow-paragraph (→ (list Word) (list (list Word))))` are Typed Racket, type declarations.
Speculative Optimizations for WebAssembly using Deopts and Inlining (v8.dev)
More OCaml (pragprog.com)
Show HN: I rawdog a MCP server from scratch in Zig. No SDK (github.com)
Some time ago I wanted to write a MCP server in Zig but found out there&#x27;s no real JSON-RPC support in Zig, which MCP needs for communication. I ended up developing a JSON-RPC 2.0 library in Zig and more [1], which had its challenges.<p>So I finally was able to put together a MCP server in Zig. ...
Scales as Multipermutations of 0 and 1 into Twelve Places (petecorey.com)
Web Embeddable Common Lisp (turtleware.eu)
Web Embeddable Common Lisp (turtleware.eu)
What's new in Gleam 1.11 (youtube.com)
Staged compilation with two-level type theory [pdf] (andraskovacs.github.io)
Interactive Handbook on Data Structures and Algorithms (cartesian.app)
The Nature of Lisp, Code Generation and Wieldable Programming Power (pankajpipada.com)
A Lisp adventure on the calm waters of the dead C (2021) (mihaiolteanu.me)
A Lisp adventure on the calm waters of the dead C (mihaiolteanu.me)
The one-more-re-nightmare compiler (2021) (applied-langua.ge)
Nix Development Setup for Factor (toast.al)
Remote AI Runtime for Phoenix (Elixir) (phoenix.new)
Show HN: Burrito: An embeddable QuickJS wrapper written in Nim (tapsterbot.github.io)
Just shipped Burrito, a QuickJS wrapper for Nim that lets you embed a full JS REPL in your Nim apps. Call JS from Nim (and vice versa), run interactively, and more. Built in a weekend (mostly on my phone) - code, docs, tests, and a landing page all included!
LR(1) parse-tables generator (github.com)
Lifetime Dispersion and Generational GC: An Intellectual Abstract (dl.acm.org)