~lobsters | Bookmarks (1959)
-
ACF | ACF 6.3.8 Security Release
ACF has made a routine update to patch a recently identified issue. Updates for WP Engine...
-
Dafny Standard Libraries
I am an engineer and I love Dafny. Why? Because Dafny is a programming language designed...
-
Are MathJax and KaTeX competitors?
Skip to first unread messageunread,Apr 21, 2020, 7:20:51 PM4/21/20Sign in to reply to authorYou do not...
-
1 bug, $50,000+ in bounties, how Zendesk intentionally left a backdoor in hundreds of Fortune 500 companies
1 bug, $50,000+ in bounties, how Zendesk intentionally left a backdoor in hundreds of Fortune 500...
-
A Dictionary of Single-Letter Variable Names | Blog | jackkelly.name
Haskell’s expressive type system means that type signatures can carry a lot of information. Haskell’s polymorphism...
-
The Ultimate Conditional Syntax | Proceedings of the ACM on Programming Languages
Functional programming languages typically support expressive pattern-matching syntax allowing programmers to write concise and type-safe code,...
-
Rama on Clojure’s terms, and the magic of continuation-passing style
Rama is a platform with huge applicability, able to express all the computation and storage for...
-
Testing the MSVC Compiler Backend - C++ Team Blog
This post provides a behind-the-scenes look at how we test MSVC‘s backend, which is responsible for...
-
A modest proposal: C++ resyntaxed: ACM SIGPLAN Notices: Vol 31, No 11
We describe an alternative syntactic binding for C++. This new binding includes a completely redesigned declaration/definition...
-
Coding without braces: An alternate C Syntax
Photo by Lorenzo Herrera on UnsplashI recently stumbled upon an interesting piece of C language trivia...
-
Custom Dictionary Types in Pydantic
A quick primer on leveraging custom root types for this task. June 19, 2024 In one...