It is written in JavaScript ( Node.js ). When you run the run dashed-lang CLI App and tell it to compile a file that file gets compiled and a file with the same name is generated but with a .js extension.
The name of this language was kept Dashed because in this all alphabetical characters are written using dashes. For Example 'A' is written as [=-|] and 'a' as =-|.
The simple "Hello World!" code can be written as follows in dash-lang.
<<("(=--------|)=-----|=------------|=------------|=---------------| (=-----------------------|)=---------------|=------------------|=------------|=----|");
This will turn into console.log("Hello World") after running the compiler.Useful Links:- Github repo - https://github.com/ShardulNalegave/dashed NPM Package - https://npmjs.com/package/dashed-lang