🦞🌯 Lobster Roll

All LHN/.~Ars
RSS

Showing stories from 2024-08. View all

NewestOldestTop ScoredMost Discussed
SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL (storage.googleapis.com)
SQL has been extremely successful as the de facto standard language for working with data. Virtually all mainstream database-like systems use SQL as their primary query language. But SQL is an old language with significant design problems, making it difficult to learn, difficult to use, and difficul...
Geometric Search Trees (g-trees.github.io)
Common Lisp Cookbook (lispcookbook.github.io)
Myths and Mythconceptions: What does it mean to be a programming language? (2021, HOPL) (dl.acm.org)
Adventures building a spreadsheet engine in Python (jamesg.blog)
MirageVPN and the discovery of two OpenVPN CVEs (blog.robur.coop)
Python’s Preprocessor (pydong.org)
Flux: Refinement types for Rust (youtu.be)
Kindle + Python = e-Ink Dashboard (part 1) (blog.4dcu.be)
Using Python as wide-spectrum language (2002) (nlnet.nl)
A systematic approach to deriving incremental type checkers (2020) (dl.acm.org)
Static typing can guide programmers if feedback is immediate. Therefore, all major IDEs incrementalize type checking in some way. However, prior approaches to incremental type checking are often specialized and hard to transfer to new type systems. In this paper, we propose a systematic approach for...
The Benefits of Conforming (beyondloom.com)
Heap Intervals in Solidity (brocke.xyz)
Rye and uv: The future of Python Packaging (lucumr.pocoo.org)
VeriNum: Formally Verified Numerical Methods (verinum.org)
uv: Unified Python packaging (astral.sh)
It's not simple to add function keyword arguments to Go (utcc.utoronto.ca)
Galois Theory of Algorithms (2010) (arxiv.org)
Pragmatic Category Theory | Part 2: Composing Semigroups (dev.to)
whisperfile (huggingface.co)
500 Python Interpreters (izzys.casa)
Formally Verified Post-Quantum Algorithms (bughunters.google.com)
Fear Not the Association of Types (gavinleroy.com)
Optimisation-dependent IR decisions in Clang (convolv.es)
How to build a query language in Python (jamesg.blog)
A Definition of Magic in Programming Languages (jerf.org)
Are there languages with first class table support, similar to struct or map?
I'm wondering if there are any statically typed languages out there that natively support tables, like SQL does. Consider this pseudocode for defining a Car struct: type Car struct { manufacturer string model string year int } Now, I'm...
Symbolics S-Dynamics manual (1985) (archive.org)
Official native Windows support for OCaml with opam 2.2.0 (opam.ocaml.org)
libpomp: Printf Oriented Message Protocol (github.com)