{"id":27382215,"url":"https://github.com/nilaymaj/esolang-park","last_synced_at":"2025-06-16T07:07:17.718Z","repository":{"id":123760861,"uuid":"360442902","full_name":"nilaymaj/esolang-park","owner":"nilaymaj","description":"An online visual debugger for esoteric languages","archived":false,"fork":false,"pushed_at":"2024-04-01T19:49:07.000Z","size":473,"stargazers_count":48,"open_issues_count":9,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T15:36:11.662Z","etag":null,"topics":["debugger","esolang","web"],"latest_commit_sha":null,"homepage":"esolangpark.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nilaymaj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-22T08:14:56.000Z","updated_at":"2025-01-19T06:26:35.000Z","dependencies_parsed_at":"2024-04-01T20:50:02.739Z","dependency_job_id":null,"html_url":"https://github.com/nilaymaj/esolang-park","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nilaymaj/esolang-park","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilaymaj%2Fesolang-park","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilaymaj%2Fesolang-park/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilaymaj%2Fesolang-park/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilaymaj%2Fesolang-park/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nilaymaj","download_url":"https://codeload.github.com/nilaymaj/esolang-park/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilaymaj%2Fesolang-park/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260116645,"owners_count":22961064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugger","esolang","web"],"created_at":"2025-04-13T15:27:18.424Z","updated_at":"2025-06-16T07:07:17.691Z","avatar_url":"https://github.com/nilaymaj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Esolang Park\n\nEsolang Park is an **online interpreter and debugger** catered for **esoteric programming languages**. Think Repl.it, but a more simplified version for esoteric languages, with a visual debugger catered to each language, that runs on your own device.\n\nThe goal of Esolang Park is to be a platform for esolang enthusiasts to test and debug their code more easily, as well as for other people to discover and play around with esoteric languages without leaving the browser.\n\nFor every esolang, Esolang Park provides the following features:\n\n- Powerful Monaco code editor\n- Syntax highlighting\n- Live syntax checking in the editor\n- Set breakpoints in your code\n- Pause and step through code execution at any time\n- Adjust the speed of execution\n- View the runtime's internal state during execution\n\nCode for the core app is **completely decoupled** from the esolang runtime - adding the runtime for a new esoteric language is just writing code that implements a standard API. This allows developers to create a development environment for an esolang without worrying about the common details of text editor, error handling, debugging and input-output.\n\n## Building the app\n\nEsolang Park is a [Next.js](https://nextjs.org) application built with TypeScript. To run Esolang Park locally, you need to have a modern version of [Node.js](https://nodejs.org) installed. This project uses [Yarn](https://yarnpkg.com/) as its package manager, so you need that too.\n\nOnce you've cloned the repository locally, run the following commands and then navigate to http://localhost:3000 on your browser:\n\n```sh\nyarn # Install project dependencies\nyarn build:worker # Build the esolang worker scripts\nyarn dev # Run the development server\n```\n\nIf you're interested in modifying the source code of the language providers, run `yarn dev:worker` in a separate terminal window. This starts the webpack watcher on language provider source code.\n\n## Adding new esolangs\n\nIf you want to add new esolangs to the project, create an issue. Or you can also implement it yourself, if you're comfortable with TypeScript and a bit of React. The wiki contains a guide to implementing a language provider for Esolang Park.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilaymaj%2Fesolang-park","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnilaymaj%2Fesolang-park","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilaymaj%2Fesolang-park/lists"}