Category:MiniScript: Difference between revisions

From Rosetta Code
Content added Content deleted
(restored language block)
(Added link to 'Tasks not implemented in MiniScript' page)
 
Line 4: Line 4:


More information can be found at [https://miniscript.org/ miniscript.org].
More information can be found at [https://miniscript.org/ miniscript.org].

==Todo==
* [[Tasks not implemented in MiniScript]]

Latest revision as of 11:11, 28 December 2023

Language
MiniScript
This programming language may be used to instruct a computer to perform a task.
See Also:


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

MiniScript is a high-level scripting language designed originally for embedding in other software (especially games). The first implementation was in C#. In 2019, a C++ implementation was added, and both versions were open-sourced on GitHub.

More information can be found at miniscript.org.

Todo