Skip to content

ArCode Standard Wiki

H3l!0s_T3k edited this page Mar 29, 2026 · 1 revision

🏛️ ArCode Standard Wiki

📌 Overview

ArCode is a structured scientific terminology standard designed to unify Arabic scientific knowledge and link it with global scientific systems.

🚫 ArCode is NOT a programming language.
✅ ArCode is a knowledge standard system.


🎯 Vision

To build a unified Arabic scientific terminology system that can be used in:

  • Computer Science
  • Artificial Intelligence
  • Mathematics
  • Physics
  • Networking
  • Cryptography

🧠 Core Concept: ACS (ArCode Standard)

Each scientific term in ArCode follows a structured format called:

🔷 ACS Structure

{
  "ACS_ID": "ACS-CS-0001",
  "AR_TERM": "خوارزمية",
  "EN_TERM": "Algorithm",
  "DOMAIN": "Computer Science",
  "DEFINITION_AR": "سلسلة خطوات منظمة لحل مشكلة.",
  "DEFINITION_EN": "A step-by-step procedure to solve a problem.",
  "RELATIONS": ["Data Structure", "Logic"],
  "STATUS": "Draft",
  "VERSION": "1.0"
}