chakra-core / chakra-core/ChakraCore

Scripts (and scripting languages)

Open
#6,411 13 comments 0 reactions 0 assignees View on GitHub
Dev Experience
Dominant language
JavaScript
Stars
9.3k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Looks like there are a few scripting languages used for various tasks:

```
$ find ChakraCore -name \*.bat -o -name \*.cmd -o -name \*.ps1 -o -name \*.py -o -name \*.pl -o -name \*.sh | grep -o "\(cmd\|ps1\|py\|pl\|sh\|bat\)" | sort | uniq -c
1 bat
26 cmd
3 pl
14 ps1
13 py
15 sh
```

One issue is that a number of those only run on Windows. Also there is probably no good reason to depend on Perl _and_ Python, and given that there are only three Perl scripts it probably makes sense to drop Perl altogether. It also makes sense to pythonise the scripts described in #6410 (same scripts as in #3330).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.