esolang-park VS Thulium

Compare esolang-park vs Thulium and see what are their differences.

esolang-park

An online visual debugger for esoteric languages (by nilaymaj)

Thulium

A simple esoteric programming language written in TypeScript (by JavaCode7)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
esolang-park Thulium
3 1
37 10
- -
3.5 7.0
about 1 month ago about 3 years ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

esolang-park

Posts with mentions or reviews of esolang-park. We have used some of these posts to build our list of alternatives and similar projects.
  • Show HN: Esolang Park, a visual debugger for esolangs
    1 project | news.ycombinator.com | 26 Feb 2022
    Hey HN! Esolang Park is an online visual debugger interface for esoteric programming languages, that I've been working on for the past few months. For every supported language, Esolang Park provides the powerful Monaco code editor, syntax checking, debugging functionality and a visualisation of the runtime state. The core is language-agnostic - a "language provider" only needs to implement the esolang's parser, interpreter and visualisation UI (and some other little stuff).

    Apart from trying to boost DX for esolangs, the idea is for this to grow into a platform where people can discover and play around with a variety of esolangs without leaving the browser. That's quite far away though - the project is quite early in development and currently only has 5 languages (Befunge-93, Brainf*ck, Chef, Deadfish and Shakespeare). Some features like non-debugging execution mode (0ms interval) are missing too.

    Currently the entire source code[0] (core + language providers) is written in TypeScript and React. Esolang code execution happens in a web worker. I'm planning to add support for WASM-based language providers for better performance, particularly for non-debugging execution. There's also a wiki[1] containing a description of the core design and a guide for implementing and contributing new language providers.

    Looking to hear some feedback on the idea and current implementation - bug reports are welcome too!

    [0] https://github.com/nilaymaj/esolang-park

  • Esolang Park: online interpreter and debugger for esoteric languages
    1 project | /r/SideProject | 19 Feb 2022
  • Esolang Park: an online interpreter and debugger for esoteric languages
    1 project | /r/esolangs | 19 Feb 2022
    It's open source obviously (github repo) and I've written a guide for implementing new languages in the repo wiki

Thulium

Posts with mentions or reviews of Thulium. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-29.

What are some alternatives?

When comparing esolang-park and Thulium you can also consider the following projects:

sic1 - Single-instruction (subleq) programming game

ts-node - TypeScript execution and REPL for node.js

vscode-go - Go extension for Visual Studio Code

Jellyscript - An esoteric scripting/programming language (esolang) that's dumb

json-schema-to-ts - Infer TS types from JSON schemas 📝