3 مستودعات
Integrated environments for executing and sharing small code snippets via web-based sandboxes.
Distinct from Go Integrations: The candidates are language-specific library integrations for monitoring or databases, not editor-to-playground features.
Explore 3 awesome GitHub repositories matching development tools & productivity · Interactive Code Playgrounds. Refine with filters or upvote what's useful.
This project is a language extension for VS Code that provides comprehensive Go language support. It functions as a language server client, a debugger interface, and a toolchain manager to facilitate Go application development. The extension distinguishes itself by integrating a full suite of toolchain management capabilities, allowing for the installation and configuration of required binaries, linters, and compiler versions directly within the editor. It also provides deep integration for interactive debugging via Delve, supporting remote target debugging, process attachment, and program st
Provides the ability to create and execute shareable code snippets directly within the Go playground from the editor.
rust.vim هي إضافة لـ Vim توفر دعماً للمحرر خاص بلغة Rust. تدمج تمييز الصيغة، وإدارة المسافات البادئة، وتكوينات الأدوات لتحسين قابلية القراءة والفهم الهيكلي للكود المصدري لـ Rust. تمكّن الإضافة تنفيذ الاختبار المستهدف لوظائف محددة وتوفر تكاملاً مع ملعب (playground) عبر الإنترنت لتجربة الكود ومشاركته. تغطي أيضاً قدرات لتنسيق الكود، واكتشاف الأخطاء الثابتة، والتنقل في الرموز لتصفح هياكل المصدر والقفز بين التعريفات. تتم إدارة التكوين من خلال Vimscript.
Allows sending selected code snippets to an online playground for rapid experimentation and sharing.
Bhai-lang is a TypeScript-based toy programming language and custom syntax interpreter. It functions as an educational language implementation designed to demonstrate core concepts of variable management, conditional logic, and execution flow. The project provides a custom command line interface and an interactive code playground for writing and testing scripts. It serves as a framework for programming language prototyping, allowing for the definition of custom syntax and execution logic. The system covers the full interpreter pipeline, including lexical analysis, recursive descent parsing,
Includes a web-based interactive playground for writing and testing custom scripts with immediate feedback.