{"id":20019427,"url":"https://github.com/tambapps/marcel","last_synced_at":"2025-05-04T23:32:01.003Z","repository":{"id":65270247,"uuid":"587877674","full_name":"tambapps/marcel","owner":"tambapps","description":"a scripting JVM-based programming language compatible with Android","archived":false,"fork":false,"pushed_at":"2024-05-22T20:41:23.000Z","size":16200,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T21:51:30.673Z","etag":null,"topics":["java","programming-language"],"latest_commit_sha":null,"homepage":"https://tambapps.github.io/marcel/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tambapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-11T19:53:40.000Z","updated_at":"2024-05-29T23:45:58.037Z","dependencies_parsed_at":"2023-09-28T21:24:59.829Z","dependency_job_id":"d101aa72-6f66-4a92-8b47-e258919abde8","html_url":"https://github.com/tambapps/marcel","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tambapps%2Fmarcel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tambapps%2Fmarcel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tambapps%2Fmarcel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tambapps%2Fmarcel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tambapps","download_url":"https://codeload.github.com/tambapps/marcel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224416580,"owners_count":17307442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","programming-language"],"created_at":"2024-11-13T08:27:33.966Z","updated_at":"2024-11-13T08:27:34.428Z","avatar_url":"https://github.com/tambapps.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marcel\nMarcel is language that compiles to Java bytecode, with a guaranteed support for Android. It also aims to use primitive types as much as possible when\nworking with Collections.\n\nYou can learn more about this programming language on [its website](https://tambapps.github.io/marcel)\n\n## Example\n\nHere is an example on how to code the Fibonacci suite in Marcel\n\n```kotlin\nprintln(fibonacci(10))\n\n@cached\nfun int fibonacci(int n) -\u003e switch (n) {\n  0, 1 -\u003e n\n  else -\u003e fibonacci(n - 1) + fibonacci(n - 2)\n}\n```\n\n## Install it\n\n### From source\nYou can run the `install.sh` to install Marcel on your computer. It will build the jars using maven and then put them in a directory.\nYou have to be located on this project's root directory when executing the script.\n\n```shell\n./install/install-from-source.sh\n```\n#### Skipping javadoc\n\nIf you're building it directly with maven, you can skip the javadoc by passing the `-Djavadoc.skip=true` option.\n\nExample\n\n```shell\nmvn clean verify -Djavadoc.skip=true\n```\n### From release\nYou can run the script to install marcel from a release\n\n```shell\n./install/install-from-release.sh\n```\n\n## Maven Plugin\n\nYou can find in this repository the official Maven Plugin to compile Maven projects with\nMarcel source code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftambapps%2Fmarcel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftambapps%2Fmarcel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftambapps%2Fmarcel/lists"}