Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senseiwells/arucas
Arucas is an Interpreted Language using Kotlin, designed to be easily integrated into other Java programs.
https://github.com/senseiwells/arucas
arucas programming-language
Last synced: about 2 months ago
JSON representation
Arucas is an Interpreted Language using Kotlin, designed to be easily integrated into other Java programs.
- Host: GitHub
- URL: https://github.com/senseiwells/arucas
- Owner: senseiwells
- License: mit
- Created: 2021-09-26T22:41:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T00:07:53.000Z (10 months ago)
- Last Synced: 2024-03-10T01:25:25.059Z (10 months ago)
- Topics: arucas, programming-language
- Language: Kotlin
- Homepage:
- Size: 2.49 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arucas
[![Release](https://jitpack.io/v/senseiwells/Arucas.svg)](https://jitpack.io/#senseiwells/Arucas)## What is Arucas?
Arucas is a dynamically typed interpreted language using Kotlin as it's host language.
The language was designed to be easily integrated into other Java programs, and the main purpose of this language was for Minecraft Scripting which can be found in my mod [here](https://github.com/senseiwells/EssentialClient).
The syntax of the language is similar to that of Java, and JavaScript.A huge thank you to [HardCoded](https://github.com/Kariaro) for helping immensely with this project!
## Documentation:
> #### [Language Documenation Index](https://github.com/senseiwells/Arucas/blob/main/docs/Language%20Documentation/0.%20Index.md)
> #### [Built-in Functions](https://github.com/senseiwells/Arucas/blob/main/docs/Extensions.md)
> #### [Built-in Classes](https://github.com/senseiwells/Arucas/blob/main/docs/Classes.md)
> #### [Arucas API](https://github.com/senseiwells/Arucas/blob/main/docs/ArucasAPI.md)
> #### [Full Documentation](https://github.com/senseiwells/Arucas/blob/main/docs/Full.md)