All activity
Guilherme Machadoleft a comment
Código Completo do Parser da GuruDev: # parser.py - Parser GuruDev completo com PLY import ply.yacc as yacc from lexer import tokens # Definição da AST class ASTNode: def init(self, type, children=None): self.type = type self.children = children or [] def repr(self): return f"{self.type}({self.children})" class Bloco(ASTNode): def init(self, sobrescrita, codigo, subescritas):...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
🚀 Lançamos oficialmente a GuruDev no GitHub! Uma linguagem de programação holística, interdisciplinar, pensada para um futuro onde IA, cibersegurança, linguística computacional e ciência de dados convergem. 👉 Explore: 🔗 Site: gurudev-tech.site 🔗 GitHub: github.com/hubstry/gurudev 🔗 Product Hunt: producthunt.com/products/gurudev 🔗 Hubstry: hubstry.com 📜 Whitepaper, gramática formal (EBNF),...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
🌐 Links Oficiais — GuruDev & Hubstry 🚀 GuruDev – The Holistic Programming Language 🌐 Site Oficial: 🔗 https://gurudev-tech.site 🧠 Product Hunt: 🔗 https://www.producthunt.com/products/gurudev 💻 Repositório no GitHub: 🔗 https://github.com/hubstry/gurudev 📜 Gramática EBNF (Versão 0 - Arquivo Histórico): 🔗 https://cxnvssbu.manus.space/ (Material histórico. Documento da versão inicial da gramática...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
# GuruDev FAQ & Roadmap ## Frequently Asked Questions What is GuruDev? GuruDev is a language and framework for polyglot, semantic, and creative programming, based on roots, interpretative levels, and knowledge domains. What makes GuruDev different? It enables fluid switching between paradigms, interdisciplinary integration, and is inspired by linguistics and hermeneutics, fostering creativity...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
# GuruDev Practical Examples The best way to understand GuruDev is to see it in action. The following examples demonstrate its syntax, switching power, and polyglot integration. ## 1. Serial Execution (Python) ``` [guru dev] [serial] C-L-C.calculate(10) -> L-N-G.illuminate("Om Shanti") ``` Transpiles to: ```python def calculate(n): return n def illuminate(msg): print(msg) calculate(10)...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
# GuruDev Technical Documentation ## Installation GuruDev can initially be implemented in Python, leveraging its rich parsing, NLP, and polyglot integration ecosystem. Prerequisites: - Python 3.9+ - Libraries: ply, spacy, transformers, jinja2 Install dependencies: ```bash pip install ply spacy transformers jinja2 ``` ## Project Structure - `parser/` — Analyzes and converts GuruDev code into...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
# GuruDev EBNF Grammar The formal grammar is the backbone of any programming language. GuruDev’s grammar is designed to balance syntactic clarity, semantic flexibility, and expansion potential. The use of roots, blocks, and execution modes (serial/parallel) allows both procedural writing and modular composition of intelligent flows. The `switch` command enables dynamic transformation of...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
# GuruDev Technical Whitepaper ## Introduction GuruDev represents the convergence of linguistic tradition, technical innovation, and interdisciplinarity. Developed with principles inspired by Semitic linguistics, hermeneutics, and the great domains of human knowledge, it proposes an architecture capable of integrating multiple programming paradigms, artificial intelligence, and data mining. ##...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
# GuruDev Manifesto Throughout history, humanity has sought to expand the boundaries of knowledge and creativity. Yet, most programming languages and frameworks today still follow linear, monolithic paradigms, rarely embracing interdisciplinarity or semantic richness. GuruDev emerges to break this pattern, proposing an innovative approach that fuses linguistics, philosophy, science, art, and...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
🚀 GuruDev Programming Language - Now in Potencia UP 2025 Accelerator What is GuruDev? An innovative programming language designed for simplicity and performance, developed primarily by a solo creator with a vision to transform software development. Major Milestone: Just approved for Potencia UP 2025, Brazil's premier accelerator program, with potential funding up to $500,000 USD. Why This...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
GuruDev aplicada na Cyber Security 🛡️ GurudevSec: Segurança Cibernética com Camadas Interoperáveis usando a Linguagem Gurudev No cenário atual, onde ciberataques se tornam cada vez mais sofisticados, pensar em segurança cibernética exige inovação de verdade — não só ferramentas novas, mas paradigmas novos. É nesse contexto que nasce a ideia do GurudevSec: um sistema de segurança multicamadas...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
🚀 A GuruDev foi selecionada para o Potência UP! 🌱 É com alegria que compartilho que nossa linguagem de programação GuruDev foi selecionada para a Fase 1 do programa Potência UP: Preparação para Investimentos de Impacto. Esse é um passo importante para nós! A GuruDev é uma linguagem multi-paradigma, interoperável, inspirada em estruturas linguísticas humanas e construída para aplicações em IA...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
Você já se perguntou como seria uma linguagem de programação que une arte, filosofia e tecnologia? Hoje estou lançando a GuruDev , uma proposta inovadora de linguagem de programação inspirada na escrita musical e projetada rumo à Inteligência Artificial Geral (IAG) . Com ela, você pode: Escrever blocos tríplices com contexto, código e chatbot Chavear partes do código entre Python, Rust, JS,...

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
Landing Page: https://chat.qwen.ai/s/deploy/ada7abcd-62fb-4f25-8aff-2cc6b11dc72f

GuruDevTemos Horror ao Óbvio
🎼 A GuruDev é uma linguagem de programação inspirada na escrita musical, projetada para integrar conhecimento humano e artificial em múltiplas línguas e formatos.

GuruDevTemos Horror ao Óbvio
Guilherme Machadoleft a comment
Hi everyone! Guilherme here — founder of Hubstry – The code of Business , and creator of GuruDev . GuruDev started as an idea: what if we could design a programming language inspired by musical notation , capable of integrating human knowledge across languages, cultures, and modalities ? Today, it's taking its first steps into reality — and I'm excited to share it with this community. It uses a...

GuruDevTemos Horror ao Óbvio
