Visual R-Info


About

Web adaptation of R-Info, a learning language and enviroment by the UNLP.

It is written in TypeScript, using SvelteKit, Tailwind CSS, svelte-shadcn for the UI, CodeMirror for the code editor.

It implements a full scripting language for controlling robots through a city represented as a grid. Supports concurrency (not parallel because the original language doesn't), step-by-step execution and state viewing.

It is completely backwards compatible with the original R-Info language as created by the UNLP, following their institutional spec.

Visit Visual R-Info View on GitHub