Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexaredecimal/smll-docs
https://github.com/hexaredecimal/smll-docs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexaredecimal/smll-docs
- Owner: hexaredecimal
- Created: 2024-02-20T21:59:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T06:07:28.000Z (5 months ago)
- Last Synced: 2024-11-06T03:48:15.845Z (3 months ago)
- Size: 333 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
description: >-
SMLL is a small, experimental, general purpose programming language created
for exploring alternative ways of writing applications on the JVM.
---# Small ML language
{% hint style="danger" %}
This document is not finished and so, it way not be accurate. This is due to the rapid development of SMLL and the constant refinements that are being done.
{% endhint %}Larry, the SMLL Mascot
### Welcome
Welcome to the official documentation for the SMLL programming language. I hope you look forward to exploring different ways of writing programs for the JVM. I assume you are familiar with the JAVA programming language. If you are a complete beginner this reading is still fine for you, but you are most likely not going to appreciate the use cases of the concepts presented in this document. Lets get started with the SMLL programming language and write JVM applications using an easy and maintainable programming language.
{% hint style="info" %}
SMLL is not meant to replace the official programming languages for the JVM, especially JAVA, this will never happen, EVER!. SMLL is just a hobby language that I came up with for myself by myself. Don't expect features you love from JAVA to be present, if so just use JAVA.
{% endhint %}### Project
The SMLL project is hosted on [github](https://github.com/hexaredecimal/ML). Contributions are allowed given that they add or fix a bug.