JukaCompiler 0.0.354

.NET 7.0
dotnet add package JukaCompiler --version 0.0.354
NuGet\Install-Package JukaCompiler -Version 0.0.354
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.354" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JukaCompiler --version 0.0.354
#r "nuget: JukaCompiler, 0.0.354"
#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.354

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

Juka Programming Language Juka - Programming Language

Official Website: https://jukalang.com

Twitter Discord PyPI - Wheel Nuget

Build Status: Cirrus CI - Base Branch Build Status Build status

RunJuka

Main Git Repository: https://github.com/jukaLang/juka

Mirror Git Repository: https://codeberg.org/JukaLang/Juka

Follow us on:

Facebook Instagram Twitter YouTube Discord

Bitcoin Address: 3MqJ2pwcuqh2W5mUPZUcKMVzxgTKcjD8ET

Ethereum (Ethereum Network) Address: 0xB56F6aff7a84935E5AF9D93b6d7db0e4F4F26B39

💭 Introduction

Juka is a portable, easy-to-use, universal programming language that can run on any platform, including mobile devices, IoT devices, and the cloud. Its philosophy is "code once, run everywhere."

Advantages of Juka

  • Portability: Juka is a self-contained language, which means that it does not need to be installed on your computer.
  • Universality: Juka is a general-purpose language, which means that it can be used for a wide variety of tasks.
  • Cloud-friendly: Juka is a cloud-native language, which means that it is designed to be used in the cloud.
  • Jupyter support: Juka has native support for Jupyter Notebooks.
  • Web browser support: Juka can be run in a web browser.
  • Easy-to-use package manager: Juka has an easy-to-use package manager.
  • Community support: Juka has a growing community of users and developers.
  • Contribution to the source: Juka is a community-driven project.

If you are looking for a powerful and versatile programming language, then Juka is a great option. It is still under development, but it has the potential to be a major player in the programming language landscape.

💻 Supported Systems

Current Supported Device:

Coming Soon:

  • Ethereum Network
  • Android App (Google Play version)
  • iOS App (iPhone/iPad AppStore version)
  • Tizen (Samsung)
  • MacOS App (AppStore version)
  • TempleOS

Send us a message or Tweet at us to let us know what other systems you want to see!

Potential Future Support:

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

📜 To Do

  • Print/PrintLine
  • Variable Declaration
  • Basic Operations
  • Functions
  • Classes
  • Loops
    • While Statement
    • For Statement
  • Native Functions
    • GetAvailableMemory
    • SystemClock
  • csharp() command (execute C# code)
  • Tail Recursion
  • Array
  • Dynamic List
  • Get (for importing files)
  • Try and Catch

📚 Documentation

📦 Downloading Juka

Please download the latest version of Juka from https://jukalang.com/download

If you are an advanced user and wants to download other versions of Juka, visit https://github.com/jukaLang/juka/releases and select appropriate version. 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)

⌛ Running Juka

Microsoft/Linux/MacOS/FreeBSD

On some systems you can just double click Juka and it will launch an interactive terminal (REPL).

If that doesn't work, open a Terminal/Power Shell/Command Prompt and navigate to the location of where Juka is located.

Once you are inside the directory, run the following command to start Juka in REPL mode:

./juka

If you have a file with Juka code, you can run it with the following command (substitute HelloWorld.juk with your filename):

./juka HelloWorld.juk

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

Microsoft Azure Function

Upload the package to Azure Web Server Use web deploy to publish Juka (Azure Function) to the cloud.

Including in C# Project

Once you install Juka via NuGet: Install-Package JukaCompiler

You can pass your code as a string to Juka:

new JukaCompiler.Compiler().Go(codeAsString, (isFile: false));

If you want to pass a filename instead of a string, you can run the following command

new JukaCompiler.Compiler().Go(fileName, (isFile: true));

We welcome any contribution! Thank you so much for checking out Juka!

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Additional computed target framework(s)
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 96 5/27/2023
0.0.348 118 5/13/2023
0.0.347 118 5/9/2023
0.0.344 155 4/20/2023
0.0.342 132 4/20/2023
0.0.341 133 4/20/2023
0.0.340 134 4/13/2023
0.0.339 134 4/11/2023
0.0.337 169 3/28/2023
0.0.336 161 3/28/2023
0.0.332 181 3/14/2023
0.0.330 193 2/28/2023
0.0.324 219 2/21/2023
0.0.322 235 2/8/2023
0.0.321 241 1/31/2023
0.0.319 246 1/25/2023
0.0.318 246 1/24/2023
0.0.317 248 1/19/2023
0.0.316 229 1/19/2023
0.0.315 252 1/16/2023
0.0.314 281 1/15/2023
0.0.311 284 1/15/2023
0.0.310 255 1/14/2023
0.0.309 255 1/13/2023
0.0.308 267 1/13/2023
0.0.307 268 1/13/2023
0.0.305 272 1/13/2023
0.0.304 270 1/13/2023
0.0.302 277 1/12/2023
0.0.296 271 12/30/2022
0.0.295 245 12/30/2022
0.0.294 240 12/30/2022
0.0.293 264 12/30/2022
0.0.292 265 12/30/2022
0.0.291 256 12/30/2022
0.0.289 264 12/29/2022
0.0.287 250 12/27/2022
0.0.286 260 12/27/2022
0.0.285 255 12/26/2022
0.0.278 282 12/19/2022
0.0.276 256 12/13/2022
0.0.273 284 11/30/2022
0.0.271 312 11/20/2022
0.0.270 321 11/18/2022
0.0.269 299 11/18/2022
0.0.268 308 11/18/2022
0.0.267 306 11/18/2022
0.0.266 327 11/14/2022
0.0.265 317 11/13/2022
0.0.264 313 11/13/2022
0.0.263 356 11/13/2022
0.0.262 337 11/13/2022
0.0.260 301 11/13/2022
0.0.259 299 11/12/2022
0.0.258 326 11/12/2022
0.0.253 330 11/11/2022
0.0.251 329 11/4/2022
0.0.248 329 11/3/2022
0.0.244 411 10/20/2022
0.0.242 401 10/20/2022
0.0.238 416 10/19/2022
0.0.237 412 10/19/2022
0.0.235 394 10/19/2022
0.0.231 386 10/19/2022
0.0.229 388 9/24/2022
0.0.228 382 9/24/2022
0.0.227 373 9/24/2022
0.0.225 370 9/24/2022
0.0.224 388 9/24/2022
0.0.222 394 9/24/2022
0.0.220 405 9/11/2022
0.0.219 397 9/11/2022
0.0.199 462 8/17/2022
0.0.197 404 8/15/2022
0.0.190 418 8/11/2022
0.0.188 413 8/11/2022
0.0.186 450 8/10/2022
0.0.184 452 8/10/2022
0.0.178 438 8/8/2022
0.0.175 458 8/6/2022
0.0.164 520 7/20/2022
0.0.162 465 7/20/2022
0.0.160 439 7/20/2022
0.0.158 458 7/20/2022
0.0.156 441 7/20/2022
0.0.154 440 7/20/2022
0.0.152 424 7/20/2022
0.0.150 427 7/19/2022
0.0.149 429 7/19/2022
0.0.147 428 7/19/2022
0.0.145 420 7/19/2022