SkillAgentSearch skills...

Docs

Documentação da Linguagem Potigol

Install / Use

/learn @potigol/Docs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Documentação da Linguagem Potigol

Gitpod ready-to-code Join the chat at https://gitter.im/potigol/Potigol Follow us GitHub Org's stars GitHub all releases Versão

<!--a href="hacktoberfest"><img src="https://hacktoberfest.digitalocean.com/_nuxt/img/logo-hacktoberfest-full.f42e3b1.svg" width=250></a--> <!-- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/potigol/gitpod) --> <!-- [![IFRN](logo_ifrn_40.png)](https://www.ifrn.edu.br) -->
Potigol é ...
 Uma linguagem moderna (funcional) para aprender a programar.

IDE online👉 Execute direto no GitHub Codespaces

:point_up: Quer testar? É só clicar no botão e começar a programar. Ou faça o Download e veja como Instalar

# Imperativo
escreva "Olá Mundo!"

# Funcional
ola = (nome: Texto) => "Ola {nome}!"
escreva ola("Mundo")

# Orientado a Objetos
tipo Ola
  nome: Texto
  saudação() = "Olá {nome}!"
fim

olamundo = Ola("Mundo")
escreva olamundo.saudação
soma(a, b: Inteiro) = a + b

escreva "Digite dois números:"
x, y = leia_inteiro
escreva "{x} + {y} = {soma(x, y)}"

Características

  • Projetada para ser usada por alunos iniciantes
  • Tipagem estática com inferência de tipos
  • Palavras-chave em português
  • Multiparadigma
  • Estímulo ao paradigma funcional: valores imutáveis, casamento de padrões, funções como valores

Topicos

Exemplos

Beecrowd

Soluções

Contato

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated5mo ago
Forks5

Security Score

92/100

Audited on Oct 6, 2025

No findings