The ShnooTalk programming language

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

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Klotho - AWS Cloud-aware infrastructure-from-code toolbox [NEW]
  • Sonar - Write Clean JavaScript Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • 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

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

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

  • Klotho

    AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)

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