TG Telegram Group Link
Channel: //devdigest
Back to Bottom
⚡️ Prototype Parser and Interpreter for a Tiny Language

The text covers a parser and interpreter for a small language, all made with one Haskell script. It describes how the writer built this tool to support points made during a programming language design exam.

♻️ Subscribe for free now!
⚡️ Finding Types That Can Be Sealed With Roslyn

The text explains how to use Roslyn to find all types in a codebase that can be marked as sealed. It says that marking types as sealed can help stop further inheritance and is safe because removing the sealed mark later does not break the code.

♻️ Subscribe for free now!
HTML Embed Code:
2025/07/08 03:44:56
Back to Top