Urgent.News

What's breaking now, across thousands of outlets.

Tech

Programming Language Semantics and Memory Safety

Programming languages are tools we use to instruct computers, but they go beyond mere utility. University studies teach us that a language comprises syntax and semantics, often represented through mathematical precision. Memory safety, particularly, is a crucial aspect of programming languages. This writer has actively contributed to this field, involving Google's adoption of Rust and discussions on memory safety standards.

Memory safety is an essential topic within programming language research, a complex and often contentious field replete with jargon and conventions that many are unfamiliar with. Despite political challenges, memory safety serves as a potential platform to highlight this research. However, the focus of safety discussions often gravitates towards cybersecurity, emphasizing risk-based trade-offs and economic arguments.

Limited resources can lead to debates and even selfish agendas. The academic programming language community, like mathematicians, seeks practical applications of their work, hoping influential parties will discover and utilize their research. A fundamental principle in programming language design is the exploration of formal semantics.

When writing statements like x = y + 1, understanding the semantics becomes crucial. There are three main ways to approach this: operational, denotational, and axiomatic semantics. Despite their academic appearance, these concepts are intuitively understood by developers, who may simply be familiar with them under different names - interpreters, compilers, or assertions.

Operational semantics, the interpreter view, defines a program's meaning by describing its execution on an abstract machine. Denotational semantics, the compiler view, maps a program to its mathematical representation, essentially translating it into something already comprehended. Both approaches offer valuable insights into how programming languages function and can be secured.

Written by urgent.news from Lobsters's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at burakemir.ch →

More in Tech

Don't Let One Broken Service Crash Your Whole App: The Circuit Breaker Pattern

What is the Circuit Breaker Pattern? The Circuit Breaker Pattern is an architectural design pattern used in software development to detect failures and encapsulate the logic of preventing a failure…

  • Circuit Breaker Pattern prevents one failure from crashing entire system
  • Monitors recent failures, trips when threshold exceeded
  • Analogous to household fuse box protecting against electrical fires

Why Israel's outsized influence on global tech is worrying

Why Israel's outsized influence on global tech is worrying newspress_en Sat, 08/22/2026 - 05:38 Science & Technology When Israeli Prime Minister Benjamin Netanyahu declared that anyone carrying a…

  • Israel wields outsized influence over global tech industry.
  • Apple's iPhone 17e features Israeli-developed technologies.
  • Concerns arise over Israel's growing tech dominance and national security implications.

[Python/JS/C#] Block Language 2.2.0: Run Polyglot Workflows in One Document

I got tired of writing small glue programs around otherwise simple workflows. Python was the right tool for data preparation. JavaScript was the right tool for formatting and application logic.

  • Block Language 2.2.0 enables polyglot workflows in one document
  • Orchestrator written in C# runs each stage through local runtime
  • Supports Python, JavaScript, HTML, and other native language blocks

More from Saturday 22 August →