JukaCompiler 0.0.311

There is a newer version of this package available.
See the version list below for details.
dotnet add package JukaCompiler --version 0.0.311
                    
NuGet\Install-Package JukaCompiler -Version 0.0.311
                    
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.311" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JukaCompiler" Version="0.0.311" />
                    
Directory.Packages.props
<PackageReference Include="JukaCompiler" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add JukaCompiler --version 0.0.311
                    
#r "nuget: JukaCompiler, 0.0.311"
                    
#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.
#addin nuget:?package=JukaCompiler&version=0.0.311
                    
Install JukaCompiler as a Cake Addin
#tool nuget:?package=JukaCompiler&version=0.0.311
                    
Install JukaCompiler as a Cake Tool

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's main goal is to be a portable, easy to use, universal programming language that can run on any platform including mobile devices, IOT, and cloud.

Juka's philosophy is code once, run everywhere.

What are main advantages of Juka?

  • Portable - Juka doesn't need to be installed! That means you can run Juka in environments where you don't have admin priviledges or in environments where you don't have access to a hard drive. Juka is standalone and doesn't require any other application to be installed. Run it on your Flash/Thumb Drive!
  • Small in Size - Juka is fairly small in size ~ 30 mb (depending on the OS). This means that you can put Juka on your Thumb/Flash Drive. In fact, why not put all versions of Juka on your Thumb/Flash Drive? It won't take much space anyways.
  • Works on "All" Operating Systems - 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?
  • Universal - Juka can be used for all types of projects including server side coding, client side coding, native coding, web development, API development, data science, network security, and quantum computing. Our goal is to create a programming language that can run on any platform and we mean any!
  • Cloud Friendly - 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. NOTE: you need an active Microsoft Azure account to host.
  • Jupyter Support - 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!
  • Runs inside a Web Browser - 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!
  • Easy to Use 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.
  • Community Support - Join our ever growing Juka community (https://discord.gg/MsKWsErzfp). We use "Discord" for managing the community as it provides an easy way to stay connected. In order to join the community, you should click our invitation link and register a Discord account. If you already have an account, just join the "JukaLang" group. It's public and anyone can join!
  • Contribute to the Source - Juka is built by the community, for the community. Please consider contributing to the Juka GitHub repository at https://github.com/jukaLang When you create new features or modify the existing ones, please follow the guidelines specified in the project documentation.

💻 Supported Systems

Current Supported Device:

Coming Soon:

  • Ethereum Network
  • Android App (PlayStore 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 (PlayStore 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
  • 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.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.388 135 7/28/2024
0.0.387 88 7/28/2024
0.0.385 112 7/27/2024
0.0.384 111 7/27/2024
0.0.383 89 7/26/2024
0.0.382 108 7/26/2024
0.0.381 95 7/26/2024
0.0.380 104 7/25/2024
0.0.379 160 7/23/2024
0.0.375 130 7/15/2024
0.0.374 123 7/15/2024
0.0.373 108 7/15/2024
0.0.372 127 7/15/2024
0.0.371 117 7/15/2024
0.0.370 127 7/14/2024
0.0.369 118 7/14/2024
0.0.368 113 7/14/2024
0.0.367 123 7/14/2024
0.0.366 127 7/14/2024
0.0.365 115 7/14/2024
0.0.362 122 7/8/2024
0.0.361 138 7/8/2024
0.0.358 135 7/7/2024
0.0.354 213 5/27/2023
0.0.348 209 5/13/2023
0.0.347 212 5/9/2023
0.0.344 242 4/20/2023
0.0.342 226 4/20/2023
0.0.341 207 4/20/2023
0.0.340 227 4/13/2023
0.0.339 226 4/11/2023
0.0.337 245 3/28/2023
0.0.336 230 3/28/2023
0.0.332 262 3/14/2023
0.0.330 271 2/28/2023
0.0.324 302 2/21/2023
0.0.322 332 2/8/2023
0.0.321 342 1/31/2023
0.0.319 347 1/25/2023
0.0.318 339 1/24/2023
0.0.317 352 1/19/2023
0.0.316 329 1/19/2023
0.0.315 363 1/16/2023
0.0.314 374 1/15/2023
0.0.311 392 1/15/2023
0.0.310 354 1/14/2023
0.0.309 350 1/13/2023
0.0.308 365 1/13/2023
0.0.307 371 1/13/2023
0.0.305 373 1/13/2023
0.0.304 368 1/13/2023
0.0.302 349 1/12/2023
0.0.296 362 12/30/2022
0.0.295 327 12/30/2022
0.0.294 333 12/30/2022
0.0.293 355 12/30/2022
0.0.292 355 12/30/2022
0.0.291 350 12/30/2022
0.0.289 343 12/29/2022
0.0.287 347 12/27/2022
0.0.286 361 12/27/2022
0.0.285 359 12/26/2022
0.0.278 377 12/19/2022
0.0.276 328 12/13/2022
0.0.273 366 11/30/2022
0.0.271 396 11/20/2022
0.0.270 397 11/18/2022
0.0.269 382 11/18/2022
0.0.268 394 11/18/2022
0.0.267 393 11/18/2022
0.0.266 410 11/14/2022
0.0.265 414 11/13/2022
0.0.264 405 11/13/2022
0.0.263 438 11/13/2022
0.0.262 421 11/13/2022
0.0.260 394 11/13/2022
0.0.259 372 11/12/2022
0.0.258 406 11/12/2022
0.0.253 409 11/11/2022
0.0.251 421 11/4/2022
0.0.248 419 11/3/2022
0.0.244 505 10/20/2022
0.0.242 494 10/20/2022
0.0.238 505 10/19/2022
0.0.237 509 10/19/2022
0.0.235 477 10/19/2022
0.0.231 475 10/19/2022
0.0.229 488 9/24/2022
0.0.228 472 9/24/2022
0.0.227 472 9/24/2022
0.0.225 470 9/24/2022
0.0.224 485 9/24/2022
0.0.222 492 9/24/2022
0.0.220 493 9/11/2022
0.0.219 486 9/11/2022
0.0.199 569 8/17/2022
0.0.197 494 8/15/2022
0.0.190 512 8/11/2022
0.0.188 504 8/11/2022
0.0.186 540 8/10/2022
0.0.184 538 8/10/2022
0.0.178 529 8/8/2022
0.0.175 543 8/6/2022
0.0.164 623 7/20/2022
0.0.162 538 7/20/2022
0.0.160 514 7/20/2022
0.0.158 538 7/20/2022
0.0.156 518 7/20/2022
0.0.154 511 7/20/2022
0.0.152 513 7/20/2022
0.0.150 525 7/19/2022
0.0.149 522 7/19/2022
0.0.147 521 7/19/2022
0.0.145 505 7/19/2022