Zum Hauptinhalt springen

Juka Programming Language

Code once, Run everywhere


func main() = {
// Print Hello World
var y = "Hello World";
printLine(y);
}

Folgen Sie uns für Neuigkeiten und Updates!


Love Juka? Click here to Donate!



Tragbar

Juka muss nicht installiert werden! Das bedeutet, dass Sie Juka in Umgebungen ausführen können, in denen Sie keine Administratorrechte haben, oder in Umgebungen, in denen Sie keinen Zugriff auf eine Festplatte haben. Juka ist völlig eigenständig und erfordert keine andere Anwendung oder andere Abhängigkeiten zu installieren. Führen Sie es auf Ihrem Flash/Thumb-Laufwerk aus!



Klein in Größe

Juka ist ziemlich klein in der Größe ~ 30 MB (abhängig vom Betriebssystem). Warum sollten Sie nicht alle Versionen von Juka auf Ihr Miniatur/Flash Laufwerk setzen?



Funktioniert mit "Alle" Betriebssystemen

We are trying to support all systems including lesser known ones such as FreeBSD and TempleOS. We also support ARM processors and 32-bit systems such as Linux (x86). Why not install Juka on your Raspberry Pi or run it in ChromeOS Flex?



Allgemein

Juka kann für alle Arten von Projekten verwendet werden, einschließlich Server-seitige Kodierung, Client-seitige Kodierung, native coding, web development, API development, data science, network security and quantum computing. Unser Ziel ist es, eine Programmiersprache zu erstellen, die auf jeder Plattform laufen kann und wir meinen jeden! Inklusive Linux x32, FreeBSD, Chromium, Discord und Telegram.



Cloud-freundlich

We created JukaAPI so that you can run it on any cloud server. This will allow one to use REST API to run code. Feel free to test it at https://api.jukalang.com.

You can also run Juka on Microsoft's Azure Server by using Juka's Azure serverless function. Compile the code quickly, or let the others run the code. Download latest Azure Function from https://jukalang.com/download.
HINWEIS: Sie benötigen zum Hosten ein aktives Microsoft Azure-Konto.



Jupyter Unterstützung

We know a lot of people love to use Jupyter Notebook/Lab. We've added an easy way to run Juka (kernel) in Jupyter. Do your data analysis in the software that you are used to!



Führe Juka in einem Web-Browser aus!

Run Juka inside a Web Browser! Visit https://ide.jukalang.com and install the App. On Mobile, it's simply adding the website to your home screen!



Einfach zu bedienender Package-Manager

All of the packages are hosted on GitHub. That's right! We made it simple to install and contribute to the package development. Our hope is that by hosting all packages on Github, security issues in the packages can be fixed quickly by the community. The packages contain a simple config file, making it simple for anyone to develop Juka packages.



Unsere Community

Trete unserer ständig wachsenden Juka-Community bei (link). Wir verwenden "Discord" um die Community zu verwalten, da sie eine einfache Möglichkeit bietet, die Verbindung zu behalten. Um der Community beizutreten, solltest du auf unseren Einladungslink klicken und einen Discord-Account registrieren. Wenn du bereits einen Account hast, trete einfach der Gruppe "JukaLang" bei. Es ist öffentlich und jeder kann beitreten!



Zur Quelle beitragen

Juka wurde von der Community für die Community gebaut. Bitte denke daran, zum Juka GitHub Repository beizutragen auf https://github.com/jukaLang Wenn Sie neue Funktionen erstellen oder die vorhandenen verändern, folgen Sie bitte den in der Projektdokumentation angegebenen Richtlinien.



Soziale Medien

Follow us on:
Facebook: @jukalang
Instagram: @jukalanguage
Twitter: @jukaLang
YouTube: http://youtube.com/@jukalang
Discord: Discord


Questions and Answers

Q: Can Juka run on Raspberry Pi?

A: Yes! Juka can run on Raspberry Pi and almost any other system!

Q: I want to help with Juka. How can I do that?

A: Visit us at https://discord.gg/MsKWsErzfp and we will find a role for you. Even non-technical people can help!

Q: Can I try Juka without installing anything?

A: Visit https://ide.jukalang.com to run a web-based app