awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
chiquitinxx avatar

chiquitinxx/grooscriptArchived

0
View on GitHub↗
221 stars·20 forks·Groovy·2 viewswww.grooscript.org↗

Grooscript

Converts your Groovy code to Javascript

Features

  • Transpilers - Transpiles Groovy code into JavaScript.

Star history

Star history chart for chiquitinxx/grooscriptStar history chart for chiquitinxx/grooscript

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Grooscript

Similar open-source projects, ranked by how many features they share with Grooscript.
  • babel/babelifybabel avatar

    babel/babelify

    1,677View on GitHub↗

    Browserify transform for Babel

    JavaScript
    View on GitHub↗1,677
  • esnext/es6-module-transpilerE

    esnext/es6-module-transpiler

    0View on GitHub↗
    View on GitHub↗0
  • facebook/regeneratorfacebook avatar

    facebook/regenerator

    3,827View on GitHub↗

    Regenerator is a JavaScript generator transpiler and build-time code processor. It converts ECMAScript generator functions and asynchronous iteration into ES5 compatible state machines to ensure modern control flow works in legacy runtimes. The project functions as an ES5 compatibility transformer that rewrites advanced asynchronous patterns into standard JavaScript. It includes a runtime polyfill helper library to manage the iteration protocol and coordinate state transitions for the transpiled code. The tool provides capabilities for language transformation and asynchronous workflow polyfi

    JavaScript
    View on GitHub↗3,827
  • babel/babelbabel avatar

    babel/babel

    44,009View on GitHub↗

    Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into backwards-compatible versions of the language. It functions as an abstract syntax tree manipulator, parsing source code into a hierarchical structure to traverse and modify nodes for custom code transformations. The system utilizes a plugin-driven architecture to apply specific transformation rules and supports presets that bundle multiple plugins into named configuration groups. This enables the transformation of experimental syntax and the injection of non-global polyfills to ensure consisten

    TypeScriptastbabelcompiler
    View on GitHub↗44,009
See all 13 alternatives to Grooscript→

Frequently asked questions

What does chiquitinxx/grooscript do?

Converts your Groovy code to Javascript

What are the main features of chiquitinxx/grooscript?

The main features of chiquitinxx/grooscript are: Transpilers.

What are some open-source alternatives to chiquitinxx/grooscript?

Open-source alternatives to chiquitinxx/grooscript include: babel/babelify — Browserify transform for Babel. esnext/es6-module-transpiler. facebook/regenerator — Regenerator is a JavaScript generator transpiler and build-time code processor. It converts ECMAScript generator… facebookarchive/jstransform. google/traceur-compiler — Traceur is a JavaScript syntax transpiler that transforms modern and next-generation language features into compatible… babel/babel — Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into…