JukaCompiler 0.0.150

There is a newer version of this package available.
See the version list below for details.
dotnet add package JukaCompiler --version 0.0.150
NuGet\Install-Package JukaCompiler -Version 0.0.150
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JukaCompiler" Version="0.0.150" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JukaCompiler --version 0.0.150
#r "nuget: JukaCompiler, 0.0.150"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JukaCompiler as a Cake Addin
#addin nuget:?package=JukaCompiler&version=0.0.150

// Install JukaCompiler as a Cake Tool
#tool nuget:?package=JukaCompiler&version=0.0.150

Juka - Programming Language

Official Website: https://jukalang.com

Twitter Discord

PyPi: PyPI - Wheel

NuGet: Nuget

CirrusCI (FreeBSD/Linux(x86)): Cirrus CI - Base Branch Build Status

Appveyor (Visual Studio Builds): Build status

RunJuka

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)
  • Jupyter via juka-kernel
  • Virtual Box Image (JukaVM)

Coming Soon:

  • Android App
  • iOS App (iPhone/iPad)
  • MacOS App
  • Windows App (Windows 10+)
  • Tizen (Samsung)

Potential Future Support:

  • AndroidTV App
  • Amazon Web Service (Native Support)
  • Google Cloud (Native Support)

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: Develop on Okteto

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);
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.354 148 5/27/2023
0.0.348 157 5/13/2023
0.0.347 160 5/9/2023
0.0.344 193 4/20/2023
0.0.342 171 4/20/2023
0.0.341 159 4/20/2023
0.0.340 173 4/13/2023
0.0.339 174 4/11/2023
0.0.337 195 3/28/2023
0.0.336 183 3/28/2023
0.0.332 206 3/14/2023
0.0.330 224 2/28/2023
0.0.324 247 2/21/2023
0.0.322 280 2/8/2023
0.0.321 283 1/31/2023
0.0.319 293 1/25/2023
0.0.318 286 1/24/2023
0.0.317 297 1/19/2023
0.0.316 274 1/19/2023
0.0.315 298 1/16/2023
0.0.314 313 1/15/2023
0.0.311 337 1/15/2023
0.0.310 297 1/14/2023
0.0.309 300 1/13/2023
0.0.308 312 1/13/2023
0.0.307 318 1/13/2023
0.0.305 319 1/13/2023
0.0.304 318 1/13/2023
0.0.302 309 1/12/2023
0.0.296 310 12/30/2022
0.0.295 267 12/30/2022
0.0.294 279 12/30/2022
0.0.293 300 12/30/2022
0.0.292 302 12/30/2022
0.0.291 296 12/30/2022
0.0.289 291 12/29/2022
0.0.287 288 12/27/2022
0.0.286 299 12/27/2022
0.0.285 294 12/26/2022
0.0.278 322 12/19/2022
0.0.276 286 12/13/2022
0.0.273 320 11/30/2022
0.0.271 344 11/20/2022
0.0.270 338 11/18/2022
0.0.269 331 11/18/2022
0.0.268 338 11/18/2022
0.0.267 339 11/18/2022
0.0.266 360 11/14/2022
0.0.265 352 11/13/2022
0.0.264 346 11/13/2022
0.0.263 396 11/13/2022
0.0.262 370 11/13/2022
0.0.260 335 11/13/2022
0.0.259 319 11/12/2022
0.0.258 346 11/12/2022
0.0.253 352 11/11/2022
0.0.251 363 11/4/2022
0.0.248 365 11/3/2022
0.0.244 442 10/20/2022
0.0.242 432 10/20/2022
0.0.238 443 10/19/2022
0.0.237 446 10/19/2022
0.0.235 425 10/19/2022
0.0.231 417 10/19/2022
0.0.229 423 9/24/2022
0.0.228 416 9/24/2022
0.0.227 410 9/24/2022
0.0.225 404 9/24/2022
0.0.224 424 9/24/2022
0.0.222 429 9/24/2022
0.0.220 434 9/11/2022
0.0.219 422 9/11/2022
0.0.199 495 8/17/2022
0.0.197 434 8/15/2022
0.0.190 449 8/11/2022
0.0.188 443 8/11/2022
0.0.186 480 8/10/2022
0.0.184 482 8/10/2022
0.0.178 467 8/8/2022
0.0.175 488 8/6/2022
0.0.164 558 7/20/2022
0.0.162 482 7/20/2022
0.0.160 467 7/20/2022
0.0.158 475 7/20/2022
0.0.156 457 7/20/2022
0.0.154 455 7/20/2022
0.0.152 444 7/20/2022
0.0.150 459 7/19/2022
0.0.149 459 7/19/2022
0.0.147 457 7/19/2022
0.0.145 448 7/19/2022