PradPyLang — VS Code ExtensionOfficial Visual Studio Code extension for PradPyLang, a modern interpreted programming language built from scratch in Python. Features
Getting StartedCreate a file with the
Then click Run PradPyLang to execute the program. Output:
User InputPradPyLang supports interactive user input using String Input
Number InputUse
Boolean InputUse
List InputUse
For example, entering:
produces a list containing numbers, strings, and boolean values. Running from the TerminalThe extension includes the PradPyLang runtime, so you can also run programs from the integrated terminal:
No Python installation or virtual environment is required for the bundled runtime. File ExtensionPradPyLang source files use:
Requirements
The current extension bundles a Windows InstallationSearch for PradPyLang in the Visual Studio Code Extensions Marketplace and click Install. After installation, create or open a ProjectPradPyLang VS Code Extensionhttps://github.com/Pradiptahaldar/pradpy-vscode PradPyLang Interpreterhttps://github.com/Pradiptahaldar/pradpy For example codeshttps://github.com/Pradiptahaldar/pradpylang/tree/main/examples LicenseMIT License |