Benki β†’ Bookmarks

β‡  previous page next page β‡’

A relational database browser that can export internally consistent row sets.

Low* is a language embedded in F* that can be used as an alternative to C for low-level programming, but inherits F*’s proof and verification capabilities. By using Low* you can write low-level code and prove it correct, all in one language.

KaraMeL (nΓ©e KreMLin) is the Low* compiler.

There is a research branch of Scala 3 that contains a feature called Capture Checking. Capture Checking is a way to track effects in a way that works well in imperative code.

Instead of relying on monadic composition the way other contemporary functional languages do, Scala 3 annotates variable types with capability sets, which define what effects and objects a value is allowed to access. It seems to be inspired by Borrow Checking in Rust and looks very similar.

I’ve long found it somewhat ironic that Scala was less safe than Java because it did away with checked exceptions. This finally gives it checked exceptions back.

The University of Helsinki’s introductory programming course. Unabridged and of fair repute. No prior programming knowledge required.

Stylesheets for web pages that look like old-school text-based user interfaces.

Polyglot Bazel-like reproducible and efficient build system for large code bases. Pants 2 recently regained support for Java and Scala. Also supports Python, Go, and shell scripts.

β‡  previous page next page β‡’