Skip to content

🚀 Nuevo lenguaje de programación experimental con “IA educativa”. Sintaxis minimalista + funciones básicas de clasificación, generación y similitud. Creado para aprender, jugar y extender fácilmente.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Robi2025/Quantika

Repository files navigation

🌌 Quantika — a tiny AI-flavored toy language

Language License Status

Live Playground: https://robi2025.github.io/Quantika/playground.html


👉 Open in Playground


Official Website

https://robi2025.github.io/Quantika/

Demo Video

Quick Example

print "Hola Quantika!"
let nombre = "Viviana"
print "Bienvenida, {nombre}"
labels = ["positivo","negativo","neutro"]
ai.classify text: "este servicio es excelente", labels: labels -> sentimiento
print "Sentimiento: {sentimiento}"

About

🚀 Nuevo lenguaje de programación experimental con “IA educativa”. Sintaxis minimalista + funciones básicas de clasificación, generación y similitud. Creado para aprender, jugar y extender fácilmente.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages