Jetzig is a full-stack web framework built in the Zig programming language. It provides a structured environment for developing web applications and programmatic APIs by mapping incoming HTTP traffic directly to files on the filesystem. The framework distinguishes itself through a compile-time approach to template rendering, which ensures type safety and performance during the build phase. It manages application state and cross-cutting concerns through a middleware-based interception system and encrypted, session-based cookie storage. The platform includes integrated support for persistent d
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
This project is a multi-language compiler collection and cross-platform toolchain used to translate source code from various programming languages into optimized machine code for different hardware architectures. It provides a suite of tools including an optimizing compiler backend, a machine code generator, and a comprehensive runtime library suite that implements necessary execution environments and support functions. The system utilizes a multi-pass compilation pipeline and pluggable language front-ends to process source code into intermediate representations. It distinguishes itself throu
Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web environments or native machine code for operating systems. It serves as an OCaml-compatible language that shares an abstract syntax tree with OCaml, providing a practical syntax for the OCaml ecosystem. The project functions as a type-safe frontend language, incorporating JSX support to build user interfaces through structural elements that translate into type-safe function calls. It enables deep integration with the JavaScript ecosystem, allowing the use of existing librarie
Gop 是一种通用编程语言和跨语言编译器,旨在将来自多个编程生态系统的资产和库统一到一个共享环境中。它使用针对不同目标环境定制的专用后端,将高级源代码转换为可执行二进制文件。
goplus/gop 的主要功能包括:Cross-Language Development, Cross-Language Compilation, Natural Language Programming Environments, Event-Driven Actor Games, Event-Driven Actor Systems, Cross-Language Asset Unification, Multi-Language Backend Compilers, External Library Integrations。
goplus/gop 的开源替代品包括: jetzig-framework/jetzig — Jetzig is a full-stack web framework built in the Zig programming language. It provides a structured environment for… goplus/xgo — Xgo is a programming language that combines familiar constructs from languages like C/C++, Go, Python, and JavaScript… gcc-mirror/gcc — This project is a multi-language compiler collection and cross-platform toolchain used to translate source code from… reasonml/reason — Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web… crystal-lang/crystal — Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It… cisco/chezscheme — ChezScheme is a compiler and runtime environment for the Scheme programming language that transforms source code into…