Search Results: Transpile


Source-to-source compiler
Selasa, 2026-07-21 15:41:31

a derivative code pipeline. Recursive transcompilation (or recursive transpiling) is the process of applying the notion of transcompiling recursively...

Click to read more »
ECMAScript
Minggu, 2026-07-19 11:31:20

Usually, transpilers transpile down to ES3 to maintain compatibility with all versions of browsers. The settings to transpile to a specific version can...

Click to read more »
Python (programming language)
Sabtu, 2026-08-08 20:22:18

or by using a just-in-time compiler like PyPy. Also, it is possible to transpile to other languages. However, this approach either fails to achieve the...

Click to read more »
TypeScript
Rabu, 2026-07-29 20:04:42

annotations to JavaScript. It is designed for developing large applications. It transpiles to JavaScript. It is developed by Microsoft as free and open-source software...

Click to read more »
Go (programming language)
Minggu, 2026-08-09 02:22:43

compiler called gollvm. A third-party source-to-source compiler, GopherJS, transpiles Go to JavaScript for front-end web development. Go was designed at Google...

Click to read more »
Java virtual machine
Jumat, 2026-07-31 03:36:56

those users through transpilation to JavaScript. It is possible to either transpile the source code or JVM bytecode to JavaScript. Compiling the JVM bytecode...

Click to read more »
JavaScript XML
Minggu, 2026-03-15 06:41:07

adopted by multiple web frameworks. Being syntactic sugar, JSX is generally transpiled into nested JavaScript function calls structurally similar to the original...

Click to read more »
JavaScript
Kamis, 2026-07-30 20:22:39

development process. TypeScript and CoffeeScript are two notable languages that transpile to JavaScript. WebAssembly is a newer language with a bytecode format...

Click to read more »
Google Closure Tools
Senin, 2026-06-15 03:47:33

references, and types and warns about common JavaScript pitfalls. It supports transpiling modern ECMAScript code to ECMAScript 5 to achieve a wider range of browser...

Click to read more »
Abstract syntax tree
Rabu, 2026-07-01 08:19:18

programmatic way. Spoon: A library to analyze, transform, rewrite, and transpile Java source code. It parses source files to build a well-designed AST...

Click to read more »
PureScript
Rabu, 2026-06-17 02:17:16

PureScript is a strongly typed, purely functional programming language that transpiles to JavaScript and, with alternate backends, to C++11, Erlang, and Go....

Click to read more »
ReScript
Jumat, 2026-01-09 13:40:57

open-source software portal ReScript is a high-level programming language that transpiles to JavaScript. Its syntax is descended from the Reason programming language...

Click to read more »
Scala (programming language)
Selasa, 2026-07-21 10:18:50

JVM bytecode and run on a Java virtual machine (JVM). Scala can also be transpiled to JavaScript to run in a browser, or compiled directly to a native executable...

Click to read more »
Flutter (software)
Kamis, 2026-08-06 01:22:56

use ahead-of-time (AOT) compilation except for on the Web where code is transpiled to JavaScript or WebAssembly. Flutter inherits Dart's Pub package manager...

Click to read more »
Elm (programming language)
Rabu, 2026-07-15 21:30:52

JavaScript Reason – A syntax extension and toolchain for OCaml that can also transpile to JavaScript Czaplicki, Evan (30 March 2012). "My Thesis is Finally Complete...

Click to read more »
Program transformation
Kamis, 2026-05-07 19:37:58

computer languages Spoon: A library to analyze, transform, rewrite, and transpile Java source code. It parses source files to build a well-designed AST...

Click to read more »
TLA+
Selasa, 2026-01-20 05:21:55

checker. The pseudocode-like language PlusCal was created in 2009; it transpiles to TLA+ and is useful for specifying sequential algorithms. TLA+2 was...

Click to read more »
Kotlin
Senin, 2026-08-03 20:25:12

design-by-contract programming paradigm. Like Scala.js, Kotlin code can be transpiled to JavaScript, enabling interoperability between Kotlin and JavaScript...

Click to read more »
Vala (programming language)
Selasa, 2026-03-24 08:42:41

assembly language, it compiles to a lower-level intermediate language. It transpiles to C, which is then compiled with a C compiler for a given platform, such...

Click to read more »
List of WebGL frameworks
Rabu, 2025-04-09 19:49:47

component system ecosystem. Away3D TypeScript No Yes Yes Yes Yes Flash transpiled (1.0) No 3ds Max, COLLADA No Apache License 2.0 TypeScript/JavaScript...

Click to read more »
PlusCal
Selasa, 2026-02-10 22:11:51

+CAL) is a formal specification language created by Leslie Lamport, which transpiles to TLA+. In contrast to TLA+'s action-oriented focus on distributed systems...

Click to read more »
Non-English-based programming languages
Senin, 2026-07-06 03:38:42

language designed to allow programs written in a Python-like syntax to be transpiled into almost any natural human written languages. The project aims to reduce...

Click to read more »
OCaml
Kamis, 2026-08-06 09:23:42

or JavaScript. ReScript, a statically typed programming language that transpiles to JavaScript. The Rust compiler was initially implemented in OCaml before...

Click to read more »
Dart (programming language)
Kamis, 2026-08-06 02:33:51

Google Web Toolkit TypeScript, a strongly-typed programming language that transpiles to JavaScript Flutter, an open-source UI software development kit for...

Click to read more »
LiveScript (programming language)
Rabu, 2026-06-17 02:14:57

LiveScript is a functional programming language that transpiles to JavaScript. It was created by Jeremy Ashkenas, the creator of CoffeeScript, along with...

Click to read more »
High-level programming language
Senin, 2026-08-03 02:34:28

example, the Burroughs Large Systems were target machines for ALGOL 60. Transpiled Code may be translated into source code of another language (typically...

Click to read more »
Virtual machine
Kamis, 2026-07-16 09:15:30

for a virtual machine, which was then targeted to physical machines by transpiling to their native assembler via a macro assembler. Macros have since fallen...

Click to read more »
Power Query
Rabu, 2026-05-20 00:29:17

the data. Query Folding is the ability for the Power Query steps to be transpiled into a single query at the data source (for example in Transact SQL)....

Click to read more »
List of commercial video games with available source code
Jumat, 2026-08-07 06:36:25

2021 Windows Battle royale game Mediatonic Intermediate C++ source code (transpiled from C# with Unity's IL2CPP compiler) accidentally included with a 2021...

Click to read more »
NativeScript
Senin, 2026-08-03 03:59:52

are built using JavaScript, or by using any programming language that transpiles to JavaScript, such as TypeScript. NativeScript supports the Angular and...

Click to read more »
Generic programming
Jumat, 2026-07-31 20:28:15

string manifest constant. enum htmlTemplate = import("example.htt"); // Transpile the HTML template to D code. enum htmlDCode = htmlTemplateToD(htmlTemplate);...

Click to read more »
Smalltalk
Senin, 2026-08-03 05:42:53

John Maloney and many other contributors. As with the BTTF VM, OS VM is transpiled from the Smalltalk system in which it is developed (using a subset of...

Click to read more »
Haskell
Jumat, 2026-07-17 21:23:39

dependent types, developed at the University of St Andrews. PureScript transpiles to JavaScript. Ωmega, a strict language that allows introduction of new...

Click to read more »
Nim (programming language)
Selasa, 2026-06-16 14:17:33

interface Nim with the languages Lua, Julia, Rust, C#, and Python, or transpile Nim to TypeScript. The "Hello, World!" program in Nim: echo("Hello, World...

Click to read more »
List of web browser performance tests
Senin, 2026-04-20 23:51:41

directly from ECMAScript 5 (ES5), ECMASCript 2015 (ES6), ES6 transpiled to ES5, and Elm transpiled to ES5. Others use one of eleven popular JavaScript frameworks:...

Click to read more »
Code golf
Selasa, 2026-06-23 00:53:57

[citation needed] Some golfing languages, such as Japt and Pyth, are transpiled to conventional programming languages (here, JavaScript and Python respectively)...

Click to read more »
Hardware description language
Senin, 2026-07-20 12:07:34

EDA tooling. Verik Kotlin reinterpreted with the semantics of an HDL; transpiled to SystemVerilog Transaction-Level Verilog (TL-Verilog) Extension of...

Click to read more »
Comparison of regular expression engines
Minggu, 2026-06-21 12:18:26

Supported by the optional regex library only. via (?ims:...) style (?>...) - transpiled to native ES2018 (?<name>... syntax) x flag (free-spacing mode, always...

Click to read more »
Apache Flex
Sabtu, 2026-07-18 15:13:16

creating the..." (Tweet) – via Twitter. "FlexJS is now Apache Royale - Transpiled - AS3Lang Community". Archived from the original on 2018-05-04. "Apache...

Click to read more »
High-level language computer architecture
Senin, 2025-07-21 00:26:09

language-neutral processors, which are well-supported by the language C, and where transpiling to C (rather than directly targeting the hardware) yields efficient programs...

Click to read more »
List of server-side JavaScript implementations
Sabtu, 2026-07-11 13:35:16

also has no ECMAScript support. Bun JavaScriptCore Standalone Bundle, transpile, install and run JavaScript & TypeScript projects. Runtime with a native...

Click to read more »
Live script
Selasa, 2024-11-26 21:51:10

scripting capability of MATLAB LiveScript, a programming language that transpiles to JavaScript LiveScript, the beta/pre-release name for JavaScript This...

Click to read more »
List of Kotlin software and tools
Jumat, 2026-05-01 02:23:52

generation. K2 – official compiler by JetBrains (JVM, JS, Native) Kotlin/JS – transpiles Kotlin code to JavaScript Kotlin/JVM – Kotlin compiled to Java bytecode...

Click to read more »
Virtual DOM
Rabu, 2026-08-05 09:43:41

nodes are constructed using the createElement() function, but are often transpiled from JSX to make writing components more ergonomic. In class-based React...

Click to read more »
List of molecular graphics systems
Jumat, 2025-09-26 13:27:33

open-source C Jmol Free open-source Java (applet or standalone program) Transpiled HTML5/JavaScript for browser [self-published source?] Supports advanced...

Click to read more »
IKVM
Minggu, 2026-07-19 13:34:05

the .NET PackageReference system that allows direct references to and transpiling of Maven artifacts. IKVM.Maven.Sdk is also available on NuGet.org. The...

Click to read more »
List of document markup languages
Jumat, 2026-07-17 02:08:34

(SECST) – a more expressive and semantic alternative to Markdown that also transpiles to HTML Structured Information, Serialized Units (SiSU) – generalized...

Click to read more »