.JUK

Arquivo JUK

Juka Source Code File
Fazer uma pergunta
RESPOSTA RÁPIDA

Um arquivo .juk contém código-fonte escrito em Juka, uma pequena linguagem de programação multiplataforma que compila para .NET ou é executada através de seu próprio interpretador. Por ser texto simples, você pode lê-lo ou editá-lo em qualquer editor de código, como o VS Code. Para executá-lo de fato, instale o Juka e execute juka seuarquivo.juk a partir de um terminal.

Desenvolvedor: JukaLang Categoria: Arquivos de Desenvolvedor MIME: text/plain
ABRE EM Windows macOS Linux Web
Relacionado: .DO · .MD · .HEX · .XSD

Nesta página

19k+ extensões indexadas
Última revisão em Aug 7, 2026

Não tem certeza do que é seu arquivo?

Arraste qualquer arquivo para o nosso identificador - lemos apenas os primeiros bytes para nomear o formato.

Identificar um arquivo

O que é o formato de ficheiro JUK?

Um arquivo .juk contém código-fonte escrito em Juka, uma linguagem de programação gratuita e de código aberto criada para executar o mesmo código em várias plataformas. O arquivo é texto simples em UTF-8, portanto, contém instruções legíveis: declarações de funções e classes, loops, condicionais, blocos try/catch e chamadas de saída como printLine(«test» + 5);.

O Juka é o sucessor de uma linguagem anterior chamada Juliar, que usava a extensão .jlr. O projeto é mantido pela comunidade JukaLang e seu código-fonte reside no GitHub e Codeberg. Por baixo do capô, os programas Juka são manipulados pelo JukaCompiler, um componente .NET que usa as bibliotecas Roslyn da Microsoft para transformar o código-fonte em código intermediário .NET ou executá-lo diretamente através de um interpretador. A maioria das pessoas que encontra um arquivo .juk são desenvolvedores testando a linguagem ou trabalhando em seus repositórios.

Segurança e proteção

RISCO: MEDIUM

A .juk file is plain-text source code and cannot execute on its own by being opened in an editor. The risk is in running it: Juka code compiled or interpreted through the Juka runtime can perform any action the language allows, so treat files from untrusted sources like any other unreviewed script and read the code before running it.

Detalhes do formato

em resumo
NOME COMPLETOJuka Source Code Filetambém conhecido como Juka source file, Juka script
DESENVOLVEDORJukaLangdesde 2020
TIPO MIMEtext/plain
TIPOPlain-text source code
RELACIONADO.do.md.hex.xsd
Esta extensão também é usada por…
  • KDE JuK music manager - JuK is a KDE audio jukebox and music player. It manages libraries and playlists but does not use a .juk data file; the name is unrelated to the Juka language.
  • JUKU BASIC - A BASIC-like language for the JUKU computer exists as a hobby project; unrelated to Juka and not the dominant meaning of the .juk extension.

Programas que abrem arquivos JUK

Windows3 apps
Notepad Código aberto Open the .juk file to view or edit the raw Juka source code.
Juka (juka CLI) Código aberto Download the Juka release binary, then run juka yourfile.juk in a terminal to execute the file, or launch juka alone for the interactive REPL.
Visual Studio Code Gratuito Open the .juk file to read and edit the source as plain text with syntax highlighting from a generic language mode.
macOS2 apps
Juka (juka CLI) Código aberto Install Juka and .NET, then run ./juka yourfile.juk from Terminal to compile and run the file.
Visual Studio Code Gratuito Open the .juk file to read and edit the Juka source in a code editor.
Linux3 apps
Juka (juka CLI) Código aberto Install the .NET runtime and Juka, then run ./juka yourfile.juk to execute the source, or ./juka for the REPL.
JukaCompiler (NuGet library) Código aberto Reference the library in a C# project and call new JukaCompiler.Compiler().JukaCompile(fileName, (isFile: true)); to compile a .juk file programmatically.
Any text editor (nano, vim, gedit) Código aberto Open the .juk file to inspect or edit the plain-text source.
Web1 app
Juka Jupyter kernel Código aberto Install the Juka kernel for Jupyter/JupyterLab to run Juka code cells and load .juk snippets in a notebook.

Detalhes técnicos

especificação profunda
EncodingUTF-8 / ASCII plain text
Byte orderNot applicable (text)
ContainerNone (flat text file)
Typical sizeUnder 100 KB for a single source module
StructureHuman-readable Juka source code: function and class declarations, variable assignments, loops (for/while), conditionals, try/catch blocks, and calls such as printLine(). Statements terminate with a semicolon.
IntegrityNone built in
PlatformsWindows, macOS, Linux, FreeBSD, Android
Initial Release Full2020 (evolved from the earlier Juliar language, .jlr)
NotesJuka source is compiled by JukaCompiler, which uses the Microsoft.CodeAnalysis (Roslyn) libraries to emit .NET intermediate code, or run directly through the Juka interpreter/REPL. The compiler targets .NET 8 and is distributed on NuGet as JukaCompiler.
Language ParadigmGeneral-purpose, imperative with functions and classes
Runtime.NET 8 (cross-platform)
Lançado2020
Versão mais recenteRolling release (JukaCompiler 0.0.x on NuGet)
Especificaçãocodeberg.org

Conversões de JUK

Perguntas e Respostas da Comunidade

perguntado por usuários
Faça uma pergunta rápida
Obtenha ajuda de pessoas que trabalham com arquivos JUK. Seja específico - inclua seu sistema e a versão do software.
Não é necessário criar conta · respostas geralmente em um dia

Ainda não há perguntas - seja o primeiro a perguntar sobre arquivos JUK.

Perguntas frequentes

O que é um arquivo .juk?
É um arquivo de código-fonte escrito em Juka, uma linguagem de programação multiplataforma gratuita. O arquivo é texto simples contendo instruções Juka, como definições de funções, loops e chamadas printLine().
Como faço para abrir um arquivo .juk?
Abra-o em qualquer editor de texto ou de código (VS Code, Notepad++, vim) para ler ou editar. Para executá-lo, instale o Juka e execute juka seuarquivo.juk em um terminal.
Como executo um programa .juk?
Baixe a versão do Juka para o seu sistema operacional, certifique-se de que o .NET está instalado e execute ./juka seuarquivo.juk. Executar juka sem argumentos abre um REPL interativo.
O Juka é o mesmo que Juliar?
O Juka é o sucessor da linguagem Juliar. O Juliar usava a extensão .jlr; o projeto foi renomeado para Juka, e os novos arquivos de origem usam .juk.
É seguro abrir um arquivo .juk?
Abri-lo em um editor de texto é seguro porque é apenas texto. Somente a execução através do runtime do Juka executa o código, portanto, revise arquivos desconhecidos antes de executá-los.
Posso transformar um arquivo .juk em um aplicativo?
Sim. O Juka compila para .NET, então um programa pode ser compilado em um .exe do Windows ou um assembly .dll, e existem aplicativos Juka que o encapsulam para plataformas móveis.

Referências

1Juka source repository (Codeberg)codeberg.org
2JukaCompiler on NuGetwww.nuget.org

Continue explorando

em todo o banco de dados

Principais extensões desta semana

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Extensões relacionadas

.DOStata Do-File
.MDMarkdown Document
.HEXIntel HEX File
.XSDXML Schema Definition
.MAPSource Map (JavaScript / CSS)
.CONFIGConfiguration File

Ferramentas de arquivo gratuitas

Um identificador de arquivos e conversor de imagens no navegador - tudo funciona no seu dispositivo.

Abrir a caixa de ferramentas

Navegar por extensões de arquivo A-Z