All Projects → Rubyx → Similar Projects or Alternatives

921 Open source projects that are alternatives of or similar to Rubyx

Pry
A runtime developer console and IRB alternative with powerful introspection capabilities.
Stars: ✭ 6,351 (+8042.31%)
Mutual labels:  debugger
Luaperfect
A pure C++ Lua IDE project, aimed to be the fastest and lightest Lua IDE in the world.
Stars: ✭ 368 (+371.79%)
Mutual labels:  debugger
Simavr
simavr is a lean, mean and hackable AVR simulator for linux & OSX
Stars: ✭ 1,135 (+1355.13%)
Mutual labels:  debugger
Sayid
A debugger for Clojure
Stars: ✭ 367 (+370.51%)
Mutual labels:  debugger
Luapanda
lua debug and code tools for VS Code
Stars: ✭ 738 (+846.15%)
Mutual labels:  debugger
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+4732.05%)
Mutual labels:  debugger
Shaderc
A collection of tools, libraries, and tests for Vulkan shader compilation.
Stars: ✭ 1,016 (+1202.56%)
Mutual labels:  compiler
Riscv vhdl
Portable RISC-V System-on-Chip implementation: RTL, debugger and simulators
Stars: ✭ 356 (+356.41%)
Mutual labels:  debugger
Tl
The compiler for Teal, a typed dialect of Lua
Stars: ✭ 716 (+817.95%)
Mutual labels:  compiler
Pipelines
An experimental programming language for data flow
Stars: ✭ 354 (+353.85%)
Mutual labels:  compiler
Delta
Programming language focused on performance and productivity
Stars: ✭ 77 (-1.28%)
Mutual labels:  compiler
Opendylan
Open Dylan compiler and IDE
Stars: ✭ 351 (+350%)
Mutual labels:  compiler
Vm
💻☁📦 The (official) Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4).
Stars: ✭ 716 (+817.95%)
Mutual labels:  vm
Goism
Not a fan of Emacs Lisp? Hack Emacs in Go!
Stars: ✭ 347 (+344.87%)
Mutual labels:  compiler
Vim Padre
Debugger plugin for VIM
Stars: ✭ 42 (-46.15%)
Mutual labels:  debugger
Opensmalltalk Vm
Cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
Stars: ✭ 345 (+342.31%)
Mutual labels:  vm
Open C Book
开源书籍:《C语言编程透视》,配套视频课程《360° 剖析 Linux ELF》已上线,视频讲解更为系统和深入,欢迎订阅:https://www.cctalk.com/m/group/88089283
Stars: ✭ 715 (+816.67%)
Mutual labels:  compiler
Vm.js
Javascript 解释器. Javascript Interpreter
Stars: ✭ 343 (+339.74%)
Mutual labels:  vm
Flashforth
FlashForth development
Stars: ✭ 60 (-23.08%)
Mutual labels:  compiler
Bfc
An industrial-grade brainfuck compiler
Stars: ✭ 340 (+335.9%)
Mutual labels:  compiler
Dontbug
Dontbug is a reverse debugger for PHP
Stars: ✭ 710 (+810.26%)
Mutual labels:  debugger
Opal
Ruby ♥︎ JavaScript
Stars: ✭ 4,552 (+5735.9%)
Mutual labels:  compiler
Mlml
self-hosted compiler for a subset of OCaml
Stars: ✭ 41 (-47.44%)
Mutual labels:  compiler
Numpile
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
Stars: ✭ 341 (+337.18%)
Mutual labels:  compiler
Backbone Debugger
Chrome Developer Tools extension for debugging Backbone.js applications
Stars: ✭ 702 (+800%)
Mutual labels:  debugger
Agi
Android GPU Inspector
Stars: ✭ 327 (+319.23%)
Mutual labels:  debugger
Unidbg
Allows you to emulate an Android ARM32 and/or ARM64 native library, and an experimental iOS emulation
Stars: ✭ 1,168 (+1397.44%)
Mutual labels:  debugger
Soll
SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
Stars: ✭ 329 (+321.79%)
Mutual labels:  compiler
Pdbpp
pdb++, a drop-in replacement for pdb (the Python debugger)
Stars: ✭ 693 (+788.46%)
Mutual labels:  debugger
V8
The official mirror of the V8 Git repository
Stars: ✭ 18,808 (+24012.82%)
Mutual labels:  compiler
Terraform
Share Terraform best practices and custom modules with the community
Stars: ✭ 39 (-50%)
Mutual labels:  vm
Constexpr 8cc
Compile-time C Compiler implemented as C++14 constant expressions
Stars: ✭ 687 (+780.77%)
Mutual labels:  compiler
Picotrace
picotrace - system call process tracer
Stars: ✭ 26 (-66.67%)
Mutual labels:  debugger
Walt
⚡ Walt is a JavaScript-like syntax for WebAssembly text format ⚡
Stars: ✭ 4,513 (+5685.9%)
Mutual labels:  compiler
Craftinginterpreters
Repository for the book "Crafting Interpreters"
Stars: ✭ 4,298 (+5410.26%)
Mutual labels:  compiler
Ruby Packer
Packing your Ruby application into a single executable.
Stars: ✭ 1,107 (+1319.23%)
Mutual labels:  compiler
Roblox Ts
A TypeScript-to-Luau Compiler for Roblox
Stars: ✭ 317 (+306.41%)
Mutual labels:  compiler
Mlton
The MLton repository
Stars: ✭ 683 (+775.64%)
Mutual labels:  compiler
Cl Python
An implementation of Python in Common Lisp
Stars: ✭ 315 (+303.85%)
Mutual labels:  compiler
The Hack General Purpose Computer
Using HDL, from Boolean algebra and elementary logic gates to building a Central Processing Unit, a memory system, and a hardware platform, leading up to a 16-bit general-purpose computer. Then, implementing the modern software hierarchy designed to enable the translation and execution of object-based, high-level languages on a bare-bone computer hardware platform; Including Virtual machine,Compiler and Operating system.
Stars: ✭ 39 (-50%)
Mutual labels:  compiler
Tiny Compiler
A tiny evaluator and compiler of arithmetic expressions.
Stars: ✭ 680 (+771.79%)
Mutual labels:  compiler
Reduceron
FPGA Haskell machine with game changing performance. Reduceron is Matthew Naylor, Colin Runciman and Jason Reich's high performance FPGA softcore for running lazy functional programs, including hardware garbage collection. Reduceron has been implemented on various FPGAs with clock frequency ranging from 60 to 150 MHz depending on the FPGA. A high degree of parallelism allows Reduceron to implement graph evaluation very efficiently. This fork aims to continue development on this, with a view to practical applications. Comments, questions, etc are welcome.
Stars: ✭ 308 (+294.87%)
Mutual labels:  compiler
Gates
An embedded language for Go.
Stars: ✭ 75 (-3.85%)
Mutual labels:  vm
Rawkit
🦊 Immediately Open Chrome DevTools when debugging Node.js apps
Stars: ✭ 306 (+292.31%)
Mutual labels:  debugger
Rr
Record and Replay Framework
Stars: ✭ 6,469 (+8193.59%)
Mutual labels:  debugger
Enso Archive
Looking for Enso, the visual programming language? ➡️ https://github.com/enso-org/enso
Stars: ✭ 305 (+291.03%)
Mutual labels:  compiler
Rascal
A simple Pascal interpreter written in rust.
Stars: ✭ 38 (-51.28%)
Mutual labels:  compiler
K3sup
bootstrap Kubernetes with k3s over SSH < 1 min 🚀
Stars: ✭ 4,012 (+5043.59%)
Mutual labels:  vm
Rustc codegen cranelift
Cranelift based backend for rustc
Stars: ✭ 675 (+765.38%)
Mutual labels:  compiler
Speedy.js
Accelerate JavaScript Applications by Compiling to WebAssembly
Stars: ✭ 300 (+284.62%)
Mutual labels:  compiler
Arocc
A C compiler written in Zig.
Stars: ✭ 59 (-24.36%)
Mutual labels:  compiler
Eslisp
un-opinionated S-expression syntax and macro system for JavaScript
Stars: ✭ 481 (+516.67%)
Mutual labels:  compiler
Indium
A JavaScript development environment for Emacs
Stars: ✭ 1,058 (+1256.41%)
Mutual labels:  debugger
Gdlv
GUI frontend for Delve
Stars: ✭ 935 (+1098.72%)
Mutual labels:  debugger
Prodbg
Debugging the way it's meant to be done
Stars: ✭ 477 (+511.54%)
Mutual labels:  debugger
Nimporter
Compile Nim Extensions for Python On Import!
Stars: ✭ 474 (+507.69%)
Mutual labels:  compiler
Diez
The Design Token Framework — Adopt a unified design language across platforms, codebases, and teams
Stars: ✭ 928 (+1089.74%)
Mutual labels:  compiler
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+508.97%)
Mutual labels:  debugger
Dynarmic
An ARM dynamic recompiler.
Stars: ✭ 475 (+508.97%)
Mutual labels:  compiler
Amacc
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Stars: ✭ 661 (+747.44%)
Mutual labels:  compiler
301-360 of 921 similar projects