Tag

Scripting Language

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
May 16, 2025 · Game Development

The Unexpected Birth of Lua: From Brazil to Global Scripting Success

Lua, a lightweight scripting language born in Brazil in 1993, overcame early obscurity to become a globally adopted tool for game development, embedded systems, and diverse applications, illustrating how a small team can solve a universal need and achieve worldwide success.

Embedded SystemsGame developmentLua
0 likes · 10 min read
The Unexpected Birth of Lua: From Brazil to Global Scripting Success
php中文网 Courses
php中文网 Courses
Feb 18, 2025 · Backend Development

Introduction to PHP: History, Advantages, and Summary

PHP, an open-source server-side scripting language introduced in 1994, has evolved through versions 1.0 to 8.0, offering simple syntax, cross-platform support, strong database integration, extensive libraries, and a vibrant community, making it a powerful and accessible tool for modern web development.

Open-sourcePHPScripting Language
0 likes · 4 min read
Introduction to PHP: History, Advantages, and Summary
Selected Java Interview Questions
Selected Java Interview Questions
Nov 14, 2024 · Backend Development

AviatorScript: High‑Performance JVM‑Based Expression Engine and Scripting Language – Features and Usage Guide

This article introduces AviatorScript, a lightweight high‑performance expression engine and scripting language for the JVM (including Android), outlines its core features, demonstrates basic expression evaluation, variable handling, built‑in and custom functions, and shows how to run full scripts with code examples.

BackendJVMJava
0 likes · 8 min read
AviatorScript: High‑Performance JVM‑Based Expression Engine and Scripting Language – Features and Usage Guide
Lobster Programming
Lobster Programming
Apr 22, 2024 · Fundamentals

Master Lua: What It Is, Key Features, and How to Install on Linux

Lua is a lightweight, high-performance scripting language supporting multiple paradigms, widely used in game development, embedded systems, and web servers; this guide explains its core characteristics, typical applications, and provides step-by-step instructions for downloading, compiling, and configuring Lua on a Linux system.

Embedded SystemsGame developmentInstallation
0 likes · 3 min read
Master Lua: What It Is, Key Features, and How to Install on Linux
Tencent Cloud Developer
Tencent Cloud Developer
Oct 12, 2023 · Fundamentals

From 0 to 1: How to Design and Implement Your Own Scripting Language

The article walks readers through building a custom scripting language from scratch—explaining compilation basics, lexical scanning, parsing, bytecode generation, and virtual‑machine execution—using a sample language called eben to illustrate BNF syntax, variable scopes, control flow, functions, closures, object‑orientation, garbage collection, and the historical evolution of programming languages.

BNFBytecodeCompilation
0 likes · 46 min read
From 0 to 1: How to Design and Implement Your Own Scripting Language
Laravel Tech Community
Laravel Tech Community
Jun 29, 2022 · Fundamentals

Introducing Vim9 Script: A High‑Performance Scripting Language for Vim

Vim9 Script, the new major version of Vim's scripting language, brings dramatic performance gains, modern syntax, and features like typed functions, module imports, and class‑like structures while maintaining compatibility with existing Vim scripts.

EditorScripting LanguageVim
0 likes · 6 min read
Introducing Vim9 Script: A High‑Performance Scripting Language for Vim