Category:NGS: Difference between revisions

From Rosetta Code
Content added Content deleted
(Start)
 
(Add "under development")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{stub}}{{language|NGS}}
{{language
|exec=interpreted
|gc=yes
|tags=NGS
|site=https://github.com/ilyash/ngs/}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Functional}}

NGS tries to fill the void between classical shells such as bash and general-purpose programming languages such as Ruby, Python, Perl, Go. The shells are domain-specific languages but the domain has changed so classical shells are not optimal for today's tasks. General-purpose languages on the other hand are not domain-specific so they are not good as shells and too verbose for system tasks scripting, making them also not a good fit.

The language is now under development. Somewhat functional scripts can already be written, see https://github.com/ilyash/ngs/tree/master/c/demo

Latest revision as of 19:44, 5 April 2016

Language
NGS
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: Yes
Lang tag(s): NGS
See Also:


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


NGS tries to fill the void between classical shells such as bash and general-purpose programming languages such as Ruby, Python, Perl, Go. The shells are domain-specific languages but the domain has changed so classical shells are not optimal for today's tasks. General-purpose languages on the other hand are not domain-specific so they are not good as shells and too verbose for system tasks scripting, making them also not a good fit.

The language is now under development. Somewhat functional scripts can already be written, see https://github.com/ilyash/ngs/tree/master/c/demo

Pages in category "NGS"

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