The ShnooTalk programming language

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • ShnooTalk

    ShnooTalk is a new programming language

  • Thanks! The semantic analyzer can query the builder to check if a function/type exists, find functions matching a particular signature, retrieve names of all fields given a struct others. You can find the "API" for such operations here.

  • shnootalk-playground

    VS code like editing environment to run and try ShnooTalk programs in the browser

  • Don't have any resources in particular but, I created the playground from scratch: https://github.com/RainingComputers/shnootalk-playground

  • 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 logo
  • shnootalk-ace

    Ace (Ajax.org Cloud9 Editor) with support for ShnooTalk syntax highlight

  • Add support for your language to ace editor and maintain your own fork of it.

  • dev

    Development repository for the CodeMirror editor project

  • Of course you can just use the UI elements and use a different editor like code mirror or monaco, and rewrite the backend to your liking.

  • ace

    Ace (Ajax.org Cloud9 Editor)

  • The frontend uses the ace editor for syntax highlighting and then sends all the "text" you have typed to a python backend. The backend then writes all the text to a temporary directory and calls the compiler using subprocess (something similar to os.system).

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts