.JUK

File JUK

Juka Source Code File
Fai una domanda
RISPOSTA RAPIDA

Un file .juk contiene codice sorgente scritto in Juka, un piccolo linguaggio di programmazione multipiattaforma che compila in .NET o viene eseguito tramite il proprio interprete. Essendo testo semplice, puoi leggerlo o modificarlo in qualsiasi editor di codice come VS Code. Per eseguirlo effettivamente, installa Juka ed esegui juka yourfile.juk da un terminale.

Sviluppatore: JukaLang Categoria: File di sviluppo MIME: text/plain
SI APRE SU Windows macOS Linux Web
Correlati: .DO · .MD · .HEX · .XSD

In questa pagina

19k+ estensioni indicizzate
Ultima revisione Aug 7, 2026

Non sei sicuro di cosa sia il tuo file?

Trascina qualsiasi file nel nostro identificatore - leggiamo solo i primi byte per dare un nome al formato.

Identifica un file

Che cos'è il formato di file JUK?

Un file .juk contiene codice sorgente scritto in Juka, un linguaggio di programmazione libero e open-source creato per eseguire lo stesso codice su molte piattaforme. Il file è testo semplice in UTF-8, quindi contiene istruzioni leggibili: dichiarazioni di funzioni e classi, cicli, condizionali, blocchi try/catch e chiamate di output come printLine("test" + 5);.

Juka è il successore di un linguaggio precedente chiamato Juliar, che utilizzava l'estensione .jlr. Il progetto è mantenuto dalla comunità JukaLang e il suo sorgente risiede su GitHub e Codeberg. Sotto il cofano, i programmi Juka sono gestiti da JukaCompiler, un componente .NET che utilizza le librerie Roslyn di Microsoft per trasformare il sorgente in codice intermedio .NET, oppure lo esegue direttamente tramite un interprete. La maggior parte delle persone che incontrano un file .juk sono sviluppatori che stanno provando il linguaggio o lavorano dai suoi repository.

Sicurezza e incolumità

RISCHIO: 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.

Dettagli del formato

in sintesi
NOME COMPLETOJuka Source Code Fileanche noto come Juka source file, Juka script
SVILUPPATOREJukaLangdal 2020
TIPO MIMEtext/plain
TIPOPlain-text source code
Questa estensione è usata anche da…
  • 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.

Programmi che aprono file JUK

Windows3 apps
Notepad Open-source Open the .juk file to view or edit the raw Juka source code.
Juka (juka CLI) Open-source 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) Open-source 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) Open-source Install the .NET runtime and Juka, then run ./juka yourfile.juk to execute the source, or ./juka for the REPL.
JukaCompiler (NuGet library) Open-source 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) Open-source Open the .juk file to inspect or edit the plain-text source.
Web1 app
Juka Jupyter kernel Open-source Install the Juka kernel for Jupyter/JupyterLab to run Juka code cells and load .juk snippets in a notebook.

Dettagli tecnici

specifiche approfondite
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)
Rilasciato2020
Ultima versioneRolling release (JukaCompiler 0.0.x on NuGet)
Specificacodeberg.org

Conversioni JUK

Domande e risposte della community

chiesto dagli utenti
Fai una domanda veloce
Ottieni aiuto da persone che lavorano con i file JUK. Sii specifico - includi il tuo sistema e la versione del software.
Nessun account necessario · risposte solitamente entro un giorno

Ancora nessuna domanda - sii il primo a chiedere informazioni sui file JUK.

Domande frequenti

Cos'è un file .juk?
È un file di codice sorgente scritto in Juka, un linguaggio di programmazione multipiattaforma gratuito. Il file è testo semplice contenente istruzioni Juka come definizioni di funzioni, cicli e chiamate printLine().
Come apro un file .juk?
Aprilo in qualsiasi editor di testo o di codice (VS Code, Notepad++, vim) per leggerlo o modificarlo. Per eseguirlo, installa Juka ed esegui juka yourfile.juk in un terminale.
Come si esegue un programma .juk?
Scarica la versione di Juka per il tuo sistema operativo, assicurati che .NET sia installato ed esegui ./juka yourfile.juk. L'esecuzione di juka senza argomenti apre invece una REPL interattiva.
Juka è uguale a Juliar?
Juka è il successore del linguaggio Juliar. Juliar usava l'estensione .jlr; il progetto è stato rinominato in Juka e i nuovi file sorgente usano .juk.
Un file .juk è sicuro da aprire?
Aprirlo in un editor di testo è sicuro perché è solo testo. Solo l'esecuzione tramite il runtime Juka esegue il codice, quindi rivedi i file sconosciuti prima di eseguirli.
Posso trasformare un file .juk in un'app?
Sì. Juka compila in .NET, quindi un programma può essere compilato in un .exe di Windows o in un assembly .dll, ed esistono app Juka che lo incapsulano per piattaforme mobili.

Riferimenti

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

Continua a esplorare

nel database

Migliori estensioni della settimana

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

Estensioni correlate

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

Strumenti file gratuiti

Un identificatore di file e convertitore di immagini nel browser - tutto viene eseguito sul tuo dispositivo.

Apri la cassetta degli attrezzi

Sfoglia le estensioni dei file A-Z