1 مستودع
Common programming constructs like loops, conditionals, functions, and data structures that mirror those in C/C++, Go, Python, and JavaScript.
Distinct from Go Programming Mastery: Distinct from Go Programming Mastery: focuses on the language's own familiar constructs (loops, conditionals, data structures) rather than learning resources for Go.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Familiar Programming Constructs. Refine with filters or upvote what's useful.
Xgo is a programming language that combines familiar constructs from languages like C/C++, Go, Python, and JavaScript with a natural language-style syntax that reads closer to plain English. It executes programs compatible with the Go language, allowing reuse of existing Go libraries and tooling, and supports mixing Go and XGo source files within a single package for gradual adoption of its simplified syntax. The language distinguishes itself through direct foreign function interface capabilities, enabling calls to C/C++ and Python libraries using specialized string literal syntax without man
XGo uses common programming constructs like loops, conditionals, functions, and data structures that mirror those in C/C++, Go, Python, and JavaScript.