How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
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 is a general purpose programming language and cross-language compiler designed to unify assets and libraries from multiple programming ecosystems into a single shared environment. It translates high-level source code into executable binaries using specialized backends tailored for different target environments.
The main features of goplus/gop are: 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.
Projects with overlapping indexed features include: 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…