Skip to content
Tambapps edited this page Feb 11, 2023 · 9 revisions

Marcel - a language built for Android but runnable on any JVM

Marcel is a programming language built with the following goals in mind:

  • Being simple, not too verbose, allowing to write programs quickly
  • Runnable on Android devices
  • use primitive types when possible (as opposed to the classes Integer, Float, etc...)

Its features are inspired from many langages such as Groovy, Kotlin, Vlang and Perl.

This programming language also aims to use primitive types as much as possible when working with Collections.

Some integrations with Android APIs should come at some point (e.g. send SMS from a Marcel script, run a Marcel script on the background with Android's WorkManager and get a notificatio once the work is finished)

Clone this wiki locally