Description
Juka's main goal is to be a universal programming language that can run on any platform including mobile devices.
Juka's philosophy is code once, run everywhere.
Latest Juka version can be found at https://github.com/jukaLang/juka/releases
Find the version that you want and download it to your device. The files should be self-contained (you are not required to download any other files)
Windows
Run the following command to start the Juka editor:
./juka.exe
If you want to run Juka code from a file, run the following command (substitute HelloWorld.juk with your filename)
./juka.exe HelloWorld.juk
Linux/MacOS
Run the following command to start the Juka editor:
./juka
If you want to run Juka code from a file, run the following command (substitute HelloWorld.juk with your filename)
./juka HelloWorld.juk
Juka alternatives and similar packages
Based on the "API" category.
Alternatively, view Juka alternatives based on common mentions on social networks and blogs.
-
NancyFx
DISCONTINUED. Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono. Note: This project is no longer maintained and has been archived. -
Hot Chocolate
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE. -
WexFlow
DISCONTINUED. An easy and fast way to build automation and workflows on Windows, Linux, macOS, and the cloud. -
Xamarin.Essentials
DISCONTINUED. Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials. -
FFImageLoading - Fast & Furious Image Loading
Image loading, caching & transforming library for Xamarin and Windows -
JsonApiDotNetCore
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core. -
SapphireDb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core -
🎨 Awesome .Net Core Education
DISCONTINUED. A curated list of awesome articles and resources for learning and practicing .Net Core and its related technologies. -
Lib.AspNetCore.ServerSentEvents
Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core -
EISK Web API
Project based on latest .NET (v6.0) technologies for building scalable web api, along with clean architecture patterns. -
RedditSharp
DISCONTINUED. C# Implementation of the Reddit API. This is an ("unofficial") Fork of SirCmpwn/RedditSharp with Nuget package/support. -
CommandQuery
Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions -
Lib.Web.Mvc
Lib.Web.Mvc is a library which contains some helper classes for ASP.NET MVC such as strongly typed jqGrid helper, attribute and helper providing support for HTTP/2 Server Push with Cache Digest, attribute and helpers providing support for Content Security Policy Level 2, FileResult providing support for Range Requests, action result and helper providing support for XSL transformation and more. -
Cloud Storage
Storage library provides a universal interface for accessing and manipulating data in different cloud blob storage providers -
FileUltimate
FileUltimate is an ASP.NET File Manager and an ASP.NET File Uploader which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites. -
CodeBehind
CodeBehind library is a modern backend framework. This library is a programming model based on the MVC structure, which provides the possibility of creating dynamic aspx files in .NET Core and has high serverside independence. -
ابزار Persian Tools
Persian Tools for .NET Framework and .NET Core: Shamsi date convertor, All Iranian calendar holidays. Iranian City and provinces, Iranian national ID verification. -
Gamepad-Controller-Test
Gamepads are often used as replacements for Mouse / Keyboard. While it is not possible to use them with every game, there are several games available that support gamepad controls, especially console ports of PC titles or even games designed for gamepad controls in the first place. To ensure maximum compatibility, Windows uses a default gamepad driver which supports a wide variety of gamepads. The most notable exception is the Xbox controllers, which still use XBCD for their enhanced features (e.g., force feedback). Therefore I have decided to make an easy test for gamers to test their gamepad controller devices on the go online without wasting any time trying to install third-party softwares which are usually out of order on their PCs to get the job done. This project is inspired by the work of @greggman and tweaks his work a little bit for a better user experience, all credit goes to him for this amazing work and for making my job easy. -
Developer Exception Json Response Middleware
Http Middleware Extensions for ASP.NET Core application -
VideoUltimate
VideoUltimate is a .NET Video Reader and a .NET Video Thumbnailer which can read any video file format on the planet. It supports .NET 5.0+ or .NET Core 2.0+ and .NET Framework 4.7.2+ web/console/desktop applications. -
ASP.NET WebAPI
Framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices -
ASP.NET Web API
Framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Juka or a related project?
README
Juka - Programming Language
Official Website: https://jukalang.com
CirrusCI (FreeBSD/Linux(x86)):
Appveyor (Visual Studio Builds):
Introduction
Juka's main goal is to be a universal programming language that can run on any platform including mobile devices.
Juka's philosophy is code once, run everywhere.
Current Supported Device:
- Windows (x86/x64)
- Windows ARM (ARM64)
- Linux (x86/x64) (CentOS, Debian, Fedora, Ubuntu, TinyCore, and almost any other type of Linux)
- Linux ARM (ARM64 and ARM32) (Linux Distributions that run ARM e.g. Raspberry Pi Model 2+)
- MacOS (macOS 10.12+)
- FreeBSD/UNIX (FreeBSD 11+)
- Azure (Microsoft Azure Function)
- HTTPS/API (JukaAPI server)
- Docker (JukaAPI)
- Unity Game Engine (via NuGet.org)
- Web Assembly (CDN/Browser/HTML server)
- ChromeOS* (see Web Assembly)
- Jupyter via juka-kernel
- Virtual Box Image (JukaVM)
- Windows App (Windows 10+)
Coming Soon:
- Android App
- iOS App (iPhone/iPad)
- MacOS App
- Tizen (Samsung)
- TempleOS
Potential Future Support:
- AndroidTV App
- Amazon Web Service (Native Support)
- Google Cloud (Native Support)
- Arduino
Downloading Juka
Please download Juka from https://jukalang.com/download
If you would like to download other versions of Juka, you can download at https://github.com/jukaLang/juka/releases
Find the version that you want and download it to your device. The files should be self-contained (you are not required to download any other files)
Juka API
Juka comes with an API
Download JukaAPI at https://jukalang.com/download
We are using JukaApi for visitors to test their code online: https://jukalang.com/tryonline
Special thanks to mogenius for hosting our API: https://api.jukalang.com
If you would like to help improve the api, feel free to deploy a container at:
Running Juka
Windows
Run the following command to start the Juka editor:
./juka.exe
If you want to run Juka code from a file, run the following command (substitute HelloWorld.juk with your filename)
./juka.exe HelloWorld.juk
Linux/MacOS/FreeBSD
Run the following command to start the Juka editor:
./juka
If you want to run Juka code from a file, run the following command (substitute HelloWorld.juk with your filename)
./juka HelloWorld.juk
Microsoft Azure Function
Upload the package to Azure Web Server Use web deploy to publish Juka (Azure Function) on the cloud
Including in C# Project
Once you install Juka via NuGet: Install-Package JukaCompiler
You can pass a string to Juka:
new JukaCompiler.Compiler().Go(sourceAsString,isFile:false);
You can also pass a filename:
new JukaCompiler.Compiler().Go(sourceAsString,isFile:true);