Category:Insitux: Difference between revisions

From Rosetta Code
Content added Content deleted
(Include website and paradigm)
(Added background information / language summary.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{stub}}{{language|Insitux
{{language|Insitux
|site=https://insitux.github.io}}
|site=https://insitux.github.io
|hopl=no
|tags=insitux}}

Insitux (pronounced /ɪnˈsɪtjuːɪks/) is a dynamically-typed functional scripting language inspired by Clojure, originally commissioned in July 2021 for safe and extensible in-game scripting in a popular Roblox game. It has retained compatibility with Roblox by using two sets of "poly-fills" between [https://roblox-ts.com/ roblox-ts] and Node.js / web, meaning it can target Roblox, Node.js, and web with two slightly varying codebases.

Despite its origins it is a capable language, with development focusing on the language itself, its Node.js ecosystem, and to a lesser extent its web ecosystem. This primarily involves adding to the already 200+ built-in operations, which tend to cause existing Insitux programs to shrink in size over time.

Insitux currently does not have a performance focus, and due to its syntactic flexibility, and its engine being transpiled into both JavaScript and [https://luau-lang.org/ Luau], it is difficult to optimise. Eventually Roblox support will be dropped / forked, pivoting mainline Insitux into AOT and JIT JavaScript transpilation.

{{language programming paradigm|functional}}
{{language programming paradigm|functional}}

Latest revision as of 12:53, 4 October 2023

Language
Insitux
This programming language may be used to instruct a computer to perform a task.
Official website
Lang tag(s): insitux


Listed below are all of the tasks on Rosetta Code which have been solved using Insitux.

Insitux (pronounced /ɪnˈsɪtjuːɪks/) is a dynamically-typed functional scripting language inspired by Clojure, originally commissioned in July 2021 for safe and extensible in-game scripting in a popular Roblox game. It has retained compatibility with Roblox by using two sets of "poly-fills" between roblox-ts and Node.js / web, meaning it can target Roblox, Node.js, and web with two slightly varying codebases.

Despite its origins it is a capable language, with development focusing on the language itself, its Node.js ecosystem, and to a lesser extent its web ecosystem. This primarily involves adding to the already 200+ built-in operations, which tend to cause existing Insitux programs to shrink in size over time.

Insitux currently does not have a performance focus, and due to its syntactic flexibility, and its engine being transpiled into both JavaScript and Luau, it is difficult to optimise. Eventually Roblox support will be dropped / forked, pivoting mainline Insitux into AOT and JIT JavaScript transpilation.

Subcategories

This category has only the following subcategory.

@

Pages in category "Insitux"

The following 74 pages are in this category, out of 74 total.