Jingle
🔔 Jingle is a dynamically-typed, multi-paradigm programming language designed for humans and machines.
Install / Use
/learn @jingle-lang/JingleREADME
<p align="center"> Jingle is a dynamically-typed, multi-paradigm programming language designed for humans and machines. <br> </p> <details> <summary>📝 Table of Contents</summary> <br /> </details>
📜 About <a name = "about"></a>
Jingle is a dynamically-typed programming language currently in development. Code in Jingle is fast to run and compile while still retaining small source files and binaries. Based off the Crafting Interpreters book with a new syntax and expanded standard library. More base language features are coming soon.
Here is an example that calculates the Fibonacci numbers and times it to give you a quick look at the language:
fn fib(n):
if (n < 2) return n;
return fib(n - 2) + fib(n - 1);
end
var start = timer();
echo "How many iterations?";
var iter = num(gets());
echo "fib(" + str(iter) + ") = " + str(fib(iter));
echo "Time taken " + str(round(timer() - start, 2)) + "s";
Getting Started <a name = "getting_started"></a>
Tested in Visual Studio 2019 on Windows. Publish build to local folder and run from commandline: jingle <filename>
Related Skills
clearshot
Structured screenshot analysis for UI implementation and critique. Analyzes every UI screenshot with a 5×5 spatial grid, full element inventory, and design system extraction — facts and taste together, every time. Escalates to full implementation blueprint when building. Trigger on any digital interface image file (png, jpg, gif, webp — websites, apps, dashboards, mockups, wireframes) or commands like 'analyse this screenshot,' 'rebuild this,' 'match this design,' 'clone this.' Skip for non-UI images (photos, memes, charts) unless the user explicitly wants to build a UI from them. Does NOT trigger on HTML source code, CSS, SVGs, or any code pasted as text.
openpencil
2.0kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
HappyColorBlend
HappyColorBlendVibe Project Guidelines Project Overview HappyColorBlendVibe is a Figma plugin for color palette generation with advanced tint/shade blending capabilities. It allows designers to
Flyaro-waffle-app
Waffle Delight - Full Stack MERN Application Rules & Documentation Project Overview A comprehensive waffle delivery application built with MERN stack featuring premium UI/UX, admin management, a
