DccX Programming Language

Revolutionizing programming by combining Shell, C, and C++ in a single language.
Choose your language and explore the future of coding.

中文版

专为中文用户设计的 DccX 网站
包含完整中文文档和示例
简体中文界面,易于使用

进入中文网站

English Version

DccX website designed for English users
Complete English documentation and examples
International interface, easy to use

Enter English Site

Key Features

Shell Command Execution

Directly execute system commands within code, simplifying script writing.

C Language Performance

Inherits C's low-level performance and memory management capabilities.

C++ Object-Oriented

Supports classes, inheritance, polymorphism, templates, and exception handling.

AI Assisted Development

Built-in AI assistant for intelligent code generation and automated error fixing.

Cross-Platform Support

Full platform support for Termux, Linux, Windows, macOS.

Mixed Syntax Design

Innovative syntax perfectly integrating multiple programming paradigms.

Code Example Preview

# DccX Hybrid Programming Example
func process_data() {
    # Shell command for directory listing
    files = exec("ls -la")
    
    # C-style memory allocation
    buffer = malloc(1024)
    memcpy(buffer, "data", 4)
    
    # C++ class for data processing
    class DataProcessor {
        data: str
        
        init(data) {
            this.data = data
        }
        
        func analyze() {
            # Complex processing logic
            result = {}
            
            # Shell command integration
            file_count = exec("echo " + this.data + " | wc -l").to_num()
            result["count"] = file_count
            
            return result
        }
    }
    
    processor = DataProcessor(files)
    results = processor.analyze()
    
    # Output results
    print(JSON.stringify(results))
}

Download Preview

Termux

v0.1.0

Complete development environment for Android

Linux

v0.1.0

Support Ubuntu, Debian, Fedora and more

Windows

v0.1.0

Windows 10/11 compatible version