Search Results: Transpiled


Source-to-source compiler
Selasa, 2026-05-12 04:55:02

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

Click to read more »
ECMAScript
Jumat, 2026-05-29 06:37:42

language-independent data format. Defines the Source map format, used for mapping transpiled source code back to its original sources. The original source map format...

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 »
TypeScript
Kamis, 2026-06-04 11:18:32

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 »
Google Closure Tools
Selasa, 2026-01-06 11:10:44

Templates". Closure Stylesheets provide extensions to CSS, which are transpiled to ordinary CSS. Internally in Google, this extended version of CSS is...

Click to read more »
Python (programming language)
Kamis, 2026-06-04 17:03:16

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 »
Go (programming language)
Senin, 2026-05-04 05:30:22

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 »
Scala (programming language)
Senin, 2026-04-20 18:10:49

Java 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 »
JavaScript
Sabtu, 2026-05-30 12:53:41

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 »
High-level programming language
Senin, 2026-06-01 09:31:59

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 »
PureScript
Jumat, 2026-05-15 08:37:41

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 »
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 »
Flutter (software)
Minggu, 2026-05-31 23:18:14

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 »
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 »
Kotlin
Rabu, 2026-06-03 21:04:45

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 »
Java virtual machine
Kamis, 2026-05-28 13:33:37

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 »
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 »
Virtual machine
Minggu, 2026-05-31 02:15:45

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 »
Code golf
Rabu, 2026-02-11 05:00:52

[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 »
LiveScript (programming language)
Sabtu, 2026-01-24 04:50:01

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 »
Comparison of regular expression engines
Kamis, 2026-05-28 21:45:09

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 »
Non-English-based programming languages
Senin, 2026-06-01 00:30:11

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 »
Abstract syntax tree
Minggu, 2026-05-10 19:07:31

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 »
Hardware description language
Rabu, 2026-05-13 04:38:55

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 »
Apache Flex
Minggu, 2026-03-29 20:25:06

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 »
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 »
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 »
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 »
Smalltalk
Kamis, 2026-05-21 08:39:28

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 »
Virtual DOM
Sabtu, 2025-11-15 01:21:34

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 commercial video games with available source code
Senin, 2026-06-01 04:21:26

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 »
Haskell
Senin, 2026-04-13 12:13:22

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 »
OCaml
Senin, 2026-03-16 14:25:58

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 »
Generic programming
Jumat, 2026-05-15 03:47:41

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

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 »
NativeScript
Kamis, 2025-12-04 16:19:00

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 »
Dart (programming language)
Senin, 2026-06-01 21:50:26

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 »
Nim (programming language)
Kamis, 2026-05-14 17:37:54

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

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 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 »
Elm (programming language)
Jumat, 2026-05-22 23:36:47

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 »
List of server-side JavaScript implementations
Selasa, 2025-11-04 06:21:40

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

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 »
List of document markup languages
Minggu, 2026-04-12 15:03:23

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

Click to read more »
IKVM
Rabu, 2026-02-25 14:53:11

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 »