Skip to main contentSkip to navigation
Back to all tags

programming-languages

9 topics and 1 pages tagged with "programming-languages"

Topics

Python, JavaScript, Go, and Rust

compare

A production reality check for Python, JavaScript, Go, and Rust. Discover hidden costs, real-world lessons, and a practical framework for choosing the best language for your projects.

9/3/2025
1 pages
programming-languagesenterprise-developmentbackend-development+5 more

CPython

tool

CPython is the reference implementation of Python written in C, serving as the default and most widely used Python interpreter that executes Python code.

9/3/2025
1 pages
programming-languagesinterpretersdevelopment-tools+3 more

Python 3.13 Free-Threaded Mode

howto

Python 3.13's experimental free-threaded mode that disables the Global Interpreter Lock (GIL) to enable true parallel execution of Python threads across multiple CPU cores.

9/3/2025
1 pages
pythonprogramming-languagesperformance-optimization+5 more

Zig programming language

review

Zig is a general-purpose systems programming language designed as a modern alternative to C, focusing on robustness, optimal performance, and maintainability without hidden control flow or memory allocations.

9/2/2025
1 pages
programming-languagessystems-programmingc-cpp-alternatives+4 more

Python 3.12

alternatives

Python 3.12 is the latest stable release of the CPython interpreter featuring enhanced f-string parsing, per-interpreter GIL support, improved asyncio performance, and performance optimizations delivering 10-30% speed improvements over earlier versions.

9/2/2025
1 pages
programming-languagesinterpreted-languagesdevelopment-tools+5 more

Rust

tool

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety through zero-cost abstractions and memory safety without garbage collection.

9/2/2025
1 pages
programming-languagessystems-programmingcompiler-toolchain+5 more

TypeScript

tool

TypeScript is a strongly typed programming language that builds on JavaScript by adding static type definitions, enabling better tooling and error detection at development time while compiling to clean JavaScript.

8/31/2025
2 pages
programming-languagesjavascript-development-toolsmicrosoft-developer-tools+3 more

Python 3.12

tool

Python 3.12 is the latest stable release of the Python programming language, featuring improved f-string parsing, per-interpreter GIL support, enhanced type annotations, and performance optimizations.

8/30/2025
2 pages
programming-languagesinterpreted-languagesdevelopment-tools+18 more

Python

tool

Python is an interpreted, high-level programming language with dynamic semantics and extensive standard library support for rapid application development.

8/29/2025
1 pages
programming-languagesinterpreted-languagesscripting-languages+3 more

Pages