RemuLang/sijuiacion-lang
An IR for Python VM, provided with indirect jump instructions.
This project offers a programming language called Sijuiacion that helps Python developers write more efficient code for certain logic. It provides high-level instructions, like indirect jumps and switch statements, that convert into optimized CPython bytecode. Developers working with Python can use this to create faster execution paths than traditional nested if-else structures.
No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer seeking to optimize specific code sections by leveraging more efficient bytecode instructions for conditional logic.
Not ideal if you are a non-developer or if your primary goal is general application development without a deep focus on CPython bytecode optimization.
Stars
18
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jan 23, 2020
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/RemuLang/sijuiacion-lang"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
javaparser/javaparser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
asmjit/asmjit
Low-latency machine code generation
lioncash/biscuit
A runtime code generator for RISC-V
llvm-hs/llvm-hs-pretty
Pretty printer for LLVM AST to Textual IR
bytexenon/Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever