Add Elvish, Go+, Hamler, Nelua, Pocketlang, Vale, Gluon, Passerine, Tengo, Cantonese, Clio, Egison and Umka (#1433)

* Add Elvish, Go+, Hamler, Nelua, Pocketlang, Vale

* Add Elvish, Go+, Hamler, Nelua, Pocketlang, Vale

* Rename from Coconut.coc to Coconut.coco

* Rename from Coconut.coc to Coconut.coco

* Add Gluon, Passerine, Tengo

* Add Gluon, Passerine, Tengo

* Remove readme update comfirmation from pull request template because it is no need right now

* Add Cantonese, Clio, Egison, Umka

* Update Umka.um

Co-authored-by: gnuhead-chieb <gnuhead-chieb@users.noreply.github.com>
This commit is contained in:
gnuhead-chieb 2022-12-27 03:25:43 +09:00 committed by GitHub
parent 96fe714ebf
commit 695fd510bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 41 additions and 4 deletions

View File

@ -1,8 +1,6 @@
## Adding a language
- [ ] The code displays "Hello World" ([tio.run](https://tio.run) may help for testing)
- [ ] I have updated the readme to include the new language
- [ ] I have incremented the language count in the readme
- [ ] I have no association with the language
- [ ] There are no copyright issues with this code
- [ ] The language has not been added prior to this pull request

2
c/Cantonese.cantonese Normal file
View File

@ -0,0 +1,2 @@
畀我睇下 " Hello World " 点样先?
收工

2
c/Clio.clio Normal file
View File

@ -0,0 +1,2 @@
export fn main argv:
"Hello World" -> console.log

1
e/Egison.egi Normal file
View File

@ -0,0 +1 @@
def main args := write "Hello world\n"

2
e/Elvish.elv Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env elvish
echo "Hello World"

2
g/Gluon.glu Normal file
View File

@ -0,0 +1,2 @@
let io = import! std.io
io.print "Hello World"

1
g/Go+.gop Normal file
View File

@ -0,0 +1 @@
println "Hello world"

3
h/Hamler.hm Normal file
View File

@ -0,0 +1,3 @@
module Main where
import Prelude
main = print "Hello, World!"

1
n/Nelua.nelua Normal file
View File

@ -0,0 +1 @@
print 'Hello World'

1
p/Passerine.pn Normal file
View File

@ -0,0 +1 @@
print "Hello World"

1
p/Poketlang.pk Normal file
View File

@ -0,0 +1 @@
print("Hello World")

View File

@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (961 total)
## Languages (974 total)
* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
@ -211,6 +211,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Cache ObjectScript](c/Cache%20ObjectScript.mac)
* [CAML](c/CAML.ml)
* [Candy](c/Candy.candy)
* [Cantonese](c/Cantonese.cantonese)
* [Carbon](c/Carbon.carbon)
* [Cardinal](c/Cardinal.cardinal)
* [Casio BASIC](c/Casio%20BASIC)
@ -239,6 +240,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [ChinesePython](c/ChinesePython.py)
* [Cil](c/Cil.il)
* [Clean](c/Clean.icl)
* [Clio](c/Clio.clio)
* [Clipper](c/Clipper.prg)
* [CLIPS](c/CLIPS.clips)
* [CLISP](c/CLISP.lisp)
@ -248,7 +250,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [COBOL](c/COBOL.cbl)
* [CobolScript](c/CobolScript.cbl)
* [Cobra](c/Cobra.cobra)
* [Coconut](c/Coconut.coc)
* [Coconut](c/Coconut.coco)
* [CoffeeScript](c/CoffeeScript.coffee)
* [ColdFusion](c/ColdFusion.cfm)
* [Come Here](c/Come%20Here)
@ -321,12 +323,14 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Ec](e/Ec.ec)
* [EchoLisp](e/EchoLisp.echolisp)
* [Efene](e/Efene.efene)
* [Egison](e/Egison.egi)
* [Egl](e/Egl.egl)
* [Eiffel](e/Eiffel.eiff)
* [Elena](e/Elena.elena)
* [Elixir](e/Elixir.ex)
* [Elixir](e/Elixir.exs)
* [Elm](e/Elm.elm)
* [Elvish](e/Elvish.elv)
* [EmacsLisp](e/EmacsLisp.el)
* [Emerald](e/Emerald.m)
* [Emmental](e/Emmental.emmental)
@ -401,7 +405,9 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [GitHub Actions](g/GitHub%20Actions.yaml)
* [Glass](g/Glass.glass)
* [Gleam](g/Gleam.gleam)
* [Gluon](g/Gluon.glu)
* [GML](g/GML.gml)
* [Go+](g/Go%2B.gop)
* [Go](g/Go.go)
* [Gocaml](g/Gocaml.ml)
* [Golfscript](g/Golfscript.golfscript)
@ -426,6 +432,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Hack](h/Hack.hh)
* [Haifuckqueue](h/Haifuckqueue)
* [Haml](h/Haml.haml)
* [Hamler](h/Hamler.hm)
* [Harbour](h/Harbour.prg)
* [Hare](h/Hare.ha)
* [Haskell](h/Haskell.hs)
@ -608,6 +615,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Myrddin](m/Myrddin.myr)
* [MySQL](m/MySQL.sql)
* [Neko](n/Neko.neko)
* [Nelua](n/Nelua.nelua)
* [Nemerle](n/Nemerle.n)
* [NetRexx](n/NetRexx.nrx)
* [NewLISP](n/NewLISP.lsp)
@ -659,6 +667,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Parenthetic](p/Parenthetic.p)
* [Parser](p/Parser.p)
* [Pascal](p/Pascal.p)
* [Passerine](p/Passerine.pn)
* [Pattern Language](p/Pattern%20Language.pat)
* [Pauscal](p/Pauscal.pdp)
* [Pawn](p/Pawn.p)
@ -689,6 +698,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [PLI](p/PLI.pl1)
* [Pluvo](p/Pluvo.pvo)
* [PL/SQL](p/PL%E2%88%95SQL.pls)
* [Poketlang](p/Poketlang.pk)
* [Polynomial](p/Polynomial.pol)
* [Pony](p/Pony.pony)
* [Porth](p/Porth.porth)
@ -852,6 +862,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [TCSH](t/TCSH.tcsh)
* [Tea](t/Tea.tea)
* [Telephone](t/Telephone)
* [Tengo](t/Tengo.tengo)
* [Terra](t/Terra.t)
* [Terraform](t/Terraform.tf)
* [TeX](t/TeX.tex)
@ -882,6 +893,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Ubercode](u/Ubercode.cls)
* [Ubiquity](u/Ubiquity.ubiquity)
* [Umajin](u/Umajin.u)
* [Umka](u/Umka.um)
* [Underload](u/Underload.ul)
* [Unicomal](u/Unicomal.lst)
* [Unicon](u/Unicon.icn)
@ -893,6 +905,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [V](v/V)
* [V](v/V.v)
* [Vala](v/Vala.vala)
* [Vale](v/Vale.vale)
* [VB.NET](v/VB.NET.vb)
* [Velato](v/Velato.ly)
* [Verbose](v/Verbose.verbose)

2
t/Tengo.tengo Normal file
View File

@ -0,0 +1,2 @@
fmt := import("fmt")
fmt.print("Hello World")

3
u/Umka.um Normal file
View File

@ -0,0 +1,3 @@
fn main() {
printf("Hello World\n")
}

5
v/Vale.vale Normal file
View File

@ -0,0 +1,5 @@
import stdlib.*;
exported func main() {
println("Hello World");
}